[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
482
vendor/filament/tables/resources/lang/fi/filters/query-builder.php
vendored
Normal file
482
vendor/filament/tables/resources/lang/fi/filters/query-builder.php
vendored
Normal file
@@ -0,0 +1,482 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Kyselyn rakentaja',
|
||||
|
||||
'form' => [
|
||||
|
||||
'operator' => [
|
||||
'label' => 'Operaattori',
|
||||
],
|
||||
|
||||
'or_groups' => [
|
||||
|
||||
'label' => 'Ryhmät',
|
||||
|
||||
'block' => [
|
||||
'label' => 'Disjunktio (OR)',
|
||||
'or' => 'OR',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'rules' => [
|
||||
|
||||
'label' => 'Säännöt',
|
||||
|
||||
'item' => [
|
||||
'and' => 'AND',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'no_rules' => '(Ei sääntöjä)',
|
||||
|
||||
'item_separators' => [
|
||||
'and' => 'AND',
|
||||
'or' => 'OR',
|
||||
],
|
||||
|
||||
'operators' => [
|
||||
|
||||
'is_filled' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On täytetty',
|
||||
'inverse' => 'On tyhjä',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on täytetty',
|
||||
'inverse' => ':attribute on tyhjä',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'boolean' => [
|
||||
|
||||
'is_true' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On tosi',
|
||||
'inverse' => 'On epätosi',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on tosi',
|
||||
'inverse' => ':attribute on epätosi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'date' => [
|
||||
|
||||
'is_after' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On jälkeen',
|
||||
'inverse' => 'Ei ole jälkeen',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on :date jälkeen',
|
||||
'inverse' => ':attribute ei ole :date jälkeen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_before' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On ennen',
|
||||
'inverse' => 'Ei ole ennen',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on ennen :date',
|
||||
'inverse' => ':attribute ei ole ennen :date',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_date' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On päiväys',
|
||||
'inverse' => 'Ei ole päiväys',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on :date',
|
||||
'inverse' => ':attribute ei ole :date',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_month' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On kuukausi',
|
||||
'inverse' => 'Ei ole kuukausi',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on :month',
|
||||
'inverse' => ':attribute ei ole :month',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_year' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On vuosi',
|
||||
'inverse' => 'Ei ole vuosi',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on :year',
|
||||
'inverse' => ':attribute ei ole :year',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'date' => [
|
||||
'label' => 'Päivä',
|
||||
],
|
||||
|
||||
'month' => [
|
||||
'label' => 'Kuukausi',
|
||||
],
|
||||
|
||||
'year' => [
|
||||
'label' => 'Vuosi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'number' => [
|
||||
|
||||
'equals' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On yhtä kuin',
|
||||
'inverse' => 'Ei ole yhtä kuin',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on yhtä kuin :number',
|
||||
'inverse' => ':attribute ei ole yhtä kuin :number',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_max' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On enimmillään',
|
||||
'inverse' => 'On suurempi kuin',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on enimmillään :number',
|
||||
'inverse' => ':attribute on suurempi kuin :number',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_min' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On vähimmillään',
|
||||
'inverse' => 'On vähemmän kuin',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on vähimmillään :number',
|
||||
'inverse' => ':attribute on vähemmän kuin :number',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'aggregates' => [
|
||||
|
||||
'average' => [
|
||||
'label' => 'Keskiarvo',
|
||||
'summary' => 'Keskiarvo :attribute',
|
||||
],
|
||||
|
||||
'max' => [
|
||||
'label' => 'Maks',
|
||||
'summary' => 'Maks :attribute',
|
||||
],
|
||||
|
||||
'min' => [
|
||||
'label' => 'Min',
|
||||
'summary' => 'Min :attribute',
|
||||
],
|
||||
|
||||
'sum' => [
|
||||
'label' => 'Summa',
|
||||
'summary' => 'Summa :attribute',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'aggregate' => [
|
||||
'label' => 'Kokonaisuus',
|
||||
],
|
||||
|
||||
'number' => [
|
||||
'label' => 'Numero',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'relationship' => [
|
||||
|
||||
'equals' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Omistaa',
|
||||
'inverse' => 'Ei omista',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => 'Omistaa :count :relationship',
|
||||
'inverse' => 'Ei omista :count :relationship',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'has_max' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On enimmillään',
|
||||
'inverse' => 'On enemmän kuin',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => 'On enimmillään :count :relationship',
|
||||
'inverse' => 'On enemmän kuin :count :relationship',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'has_min' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On vähintään',
|
||||
'inverse' => 'On vähemmän kuin',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => 'On vähintään :count :relationship',
|
||||
'inverse' => 'On vähemmän kuin :count :relationship',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_empty' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On tyhjä',
|
||||
'inverse' => 'Ei ole tyhjä',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':relationship on tyhjä',
|
||||
'inverse' => ':relationship ei ole tyhjä',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_related_to' => [
|
||||
|
||||
'label' => [
|
||||
|
||||
'single' => [
|
||||
'direct' => 'On',
|
||||
'inverse' => 'Ei ole',
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
'direct' => 'Sisältää',
|
||||
'inverse' => 'Ei sisällä',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
|
||||
'single' => [
|
||||
'direct' => ':relationship on :values',
|
||||
'inverse' => ':relationship ei ole :values',
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
'direct' => ':relationship sisältää :values',
|
||||
'inverse' => ':relationship ei sisällä :values',
|
||||
],
|
||||
|
||||
'values_glue' => [
|
||||
0 => ', ',
|
||||
'final' => ' tai ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'value' => [
|
||||
'label' => 'Arvo',
|
||||
],
|
||||
|
||||
'values' => [
|
||||
'label' => 'Arvot',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'count' => [
|
||||
'label' => 'Määrä',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'select' => [
|
||||
|
||||
'is' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On',
|
||||
'inverse' => 'Ei ole',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute on :values',
|
||||
'inverse' => ':attribute ei ole :values',
|
||||
'values_glue' => [
|
||||
', ',
|
||||
'final' => ' tai ',
|
||||
],
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'value' => [
|
||||
'label' => 'Arvo',
|
||||
],
|
||||
|
||||
'values' => [
|
||||
'label' => 'Arvot',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'text' => [
|
||||
|
||||
'contains' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Sisältää',
|
||||
'inverse' => 'Ei sisällä',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute sisältää :text',
|
||||
'inverse' => ':attribute ei sisällä :text',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'ends_with' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Loppuu',
|
||||
'inverse' => 'Ei lopu',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute loppuu :text',
|
||||
'inverse' => ':attribute ei lopu :text',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'equals' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'On yhtä kuin',
|
||||
'inverse' => 'Ei ole yhtä kuin',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute equals :text',
|
||||
'inverse' => ':attribute does not equal :text',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'starts_with' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Alkaa',
|
||||
'inverse' => 'Ei ala',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute alkaa :text',
|
||||
'inverse' => ':attribute ei ala :text',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'text' => [
|
||||
'label' => 'Teksti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'add_rule' => [
|
||||
'label' => 'Lisää sääntö',
|
||||
],
|
||||
|
||||
'add_rule_group' => [
|
||||
'label' => 'Lisää sääntöryhmä',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
228
vendor/filament/tables/resources/lang/fi/table.php
vendored
Normal file
228
vendor/filament/tables/resources/lang/fi/table.php
vendored
Normal file
@@ -0,0 +1,228 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'column_toggle' => [
|
||||
|
||||
'heading' => 'Kolumnit',
|
||||
|
||||
],
|
||||
|
||||
'columns' => [
|
||||
|
||||
'text' => [
|
||||
|
||||
'actions' => [
|
||||
'collapse_list' => 'Näytä :count vähemmän',
|
||||
'expand_list' => 'Näytä :count lisää',
|
||||
],
|
||||
|
||||
'more_list_items' => 'ja :count lisää',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'fields' => [
|
||||
|
||||
'bulk_select_page' => [
|
||||
'label' => 'Aseta/poista massatoiminnon valinta kaikista kohteista.',
|
||||
],
|
||||
|
||||
'bulk_select_record' => [
|
||||
'label' => 'Aseta/poista massatoiminnon valinta kohteelle :key.',
|
||||
],
|
||||
|
||||
'bulk_select_group' => [
|
||||
'label' => 'Aseta/poista massatoiminnon valinta ryhmälle :title.',
|
||||
],
|
||||
|
||||
'search' => [
|
||||
'label' => 'Etsi',
|
||||
'placeholder' => 'Etsi',
|
||||
'indicator' => 'Etsi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
|
||||
'heading' => 'Yhteenveto',
|
||||
|
||||
'subheadings' => [
|
||||
'all' => 'Kaikki :label',
|
||||
'group' => ':group yhteenveto',
|
||||
'page' => 'Tämä sivu',
|
||||
],
|
||||
|
||||
'summarizers' => [
|
||||
|
||||
'average' => [
|
||||
'label' => 'Keskiarvo',
|
||||
],
|
||||
|
||||
'count' => [
|
||||
'label' => 'Määrä',
|
||||
],
|
||||
|
||||
'sum' => [
|
||||
'label' => 'Summa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'disable_reordering' => [
|
||||
'label' => 'Viimeistele tietueiden järjestely',
|
||||
],
|
||||
|
||||
'enable_reordering' => [
|
||||
'label' => 'Järjestele tietueita',
|
||||
],
|
||||
|
||||
'filter' => [
|
||||
'label' => 'Suodata',
|
||||
],
|
||||
|
||||
'group' => [
|
||||
'label' => 'Ryhmä',
|
||||
],
|
||||
|
||||
'open_bulk_actions' => [
|
||||
'label' => 'Avaa toiminnot',
|
||||
],
|
||||
|
||||
'toggle_columns' => [
|
||||
'label' => 'Näytä kolumnit',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
|
||||
'heading' => 'Ei :model',
|
||||
|
||||
'description' => 'Luo :model aloittaaksesi.',
|
||||
|
||||
],
|
||||
|
||||
'filters' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
'label' => 'Käytä suodattimet',
|
||||
],
|
||||
|
||||
'remove' => [
|
||||
'label' => 'Poista suodatin',
|
||||
],
|
||||
|
||||
'remove_all' => [
|
||||
'label' => 'Poista suodattimet',
|
||||
'tooltip' => 'Poista suodattimet',
|
||||
],
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Tyhjennä suodattimet',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'heading' => 'Suodattimet',
|
||||
|
||||
'indicator' => 'Aktiiviset suodattimet',
|
||||
|
||||
'multi_select' => [
|
||||
'placeholder' => 'Kaikki',
|
||||
],
|
||||
|
||||
'select' => [
|
||||
'placeholder' => 'Kaikki',
|
||||
],
|
||||
|
||||
'trashed' => [
|
||||
|
||||
'label' => 'Poistetut tietueet',
|
||||
|
||||
'only_trashed' => 'Vain poistetut tietueet',
|
||||
|
||||
'with_trashed' => 'Poistettujen tietueiden kanssa',
|
||||
|
||||
'without_trashed' => 'Ilman poistettuja tietueita',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'grouping' => [
|
||||
|
||||
'fields' => [
|
||||
|
||||
'group' => [
|
||||
'label' => 'Ryhmittele',
|
||||
'placeholder' => 'Ryhmittele',
|
||||
],
|
||||
|
||||
'direction' => [
|
||||
|
||||
'label' => 'Ryhmittelyn suunta',
|
||||
|
||||
'options' => [
|
||||
'asc' => 'Nousevasti',
|
||||
'desc' => 'Laskevasti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'reorder_indicator' => 'Raahaa ja pudota tietueet järjestykseen.',
|
||||
|
||||
'selection_indicator' => [
|
||||
|
||||
'selected_count' => '1 tietue valittu|:count tietuetta valittu',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'select_all' => [
|
||||
'label' => 'Valitse kaikki :count tietuetta',
|
||||
],
|
||||
|
||||
'deselect_all' => [
|
||||
'label' => 'Poista valinta kaikista',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'sorting' => [
|
||||
|
||||
'fields' => [
|
||||
|
||||
'column' => [
|
||||
'label' => 'Järjestele',
|
||||
],
|
||||
|
||||
'direction' => [
|
||||
|
||||
'label' => 'Järjestyksen suunta',
|
||||
|
||||
'options' => [
|
||||
'asc' => 'Nousevasti',
|
||||
'desc' => 'Laskevasti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user