[增添]添加了datasource的setting数据库以及默认值

This commit is contained in:
makotocc0107
2024-08-27 09:57:44 +08:00
parent d111dfaea4
commit 72eb990970
10955 changed files with 978898 additions and 0 deletions

View File

@@ -0,0 +1,482 @@
<?php
return [
'label' => 'Graditelj poizvedb',
'form' => [
'operator' => [
'label' => 'Operator',
],
'or_groups' => [
'label' => 'Skupine',
'block' => [
'label' => 'Disjunkcija (ALI)',
'or' => 'ALI',
],
],
'rules' => [
'label' => 'Pravila',
'item' => [
'and' => 'IN',
],
],
],
'no_rules' => '(Brez pravil)',
'item_separators' => [
'and' => 'IN',
'or' => 'ALI',
],
'operators' => [
'is_filled' => [
'label' => [
'direct' => 'Je izpolnjeno',
'inverse' => 'Je prazno',
],
'summary' => [
'direct' => ':attribute je izpolnjeno',
'inverse' => ':attribute je prazno',
],
],
'boolean' => [
'is_true' => [
'label' => [
'direct' => 'Je res',
'inverse' => 'Ni res',
],
'summary' => [
'direct' => ':attribute je res',
'inverse' => ':attribute ni res',
],
],
],
'date' => [
'is_after' => [
'label' => [
'direct' => 'Je po',
'inverse' => 'Ni po',
],
'summary' => [
'direct' => ':attribute je po :date',
'inverse' => ':attribute ni po :date',
],
],
'is_before' => [
'label' => [
'direct' => 'Je pred',
'inverse' => 'Ni pred',
],
'summary' => [
'direct' => ':attribute je pred :date',
'inverse' => ':attribute ni pred :date',
],
],
'is_date' => [
'label' => [
'direct' => 'Je datum',
'inverse' => 'Ni datum',
],
'summary' => [
'direct' => ':attribute je :date',
'inverse' => ':attribute ni :date',
],
],
'is_month' => [
'label' => [
'direct' => 'Je mesec',
'inverse' => 'Ni mesec',
],
'summary' => [
'direct' => ':attribute je :month',
'inverse' => ':attribute ni :month',
],
],
'is_year' => [
'label' => [
'direct' => 'Je leto',
'inverse' => 'Ni leto',
],
'summary' => [
'direct' => ':attribute je :year',
'inverse' => ':attribute ni :year',
],
],
'form' => [
'date' => [
'label' => 'Datum',
],
'month' => [
'label' => 'Mesec',
],
'year' => [
'label' => 'Leto',
],
],
],
'number' => [
'equals' => [
'label' => [
'direct' => 'Je enako',
'inverse' => 'Ni enako',
],
'summary' => [
'direct' => ':attribute je enako :number',
'inverse' => ':attribute ni enako :number',
],
],
'is_max' => [
'label' => [
'direct' => 'Je največje',
'inverse' => 'Je večje kot',
],
'summary' => [
'direct' => ':attribute je največje :number',
'inverse' => ':attribute je večje kot :number',
],
],
'is_min' => [
'label' => [
'direct' => 'Je najmanjše',
'inverse' => 'Je manjše kot',
],
'summary' => [
'direct' => ':attribute je najmanjše :number',
'inverse' => ':attribute je manjše kot :number',
],
],
'aggregates' => [
'average' => [
'label' => 'Povprečje',
'summary' => 'Povprečje :attribute',
],
'max' => [
'label' => 'Največ',
'summary' => 'Največ :attribute',
],
'min' => [
'label' => 'Najmanj',
'summary' => 'Najmanj :attribute',
],
'sum' => [
'label' => 'Vsota',
'summary' => 'Vsota :attribute',
],
],
'form' => [
'aggregate' => [
'label' => 'Skupni seštevek',
],
'number' => [
'label' => 'Število',
],
],
],
'relationship' => [
'equals' => [
'label' => [
'direct' => 'Ima',
'inverse' => 'Nima',
],
'summary' => [
'direct' => 'Ima :count :relationship',
'inverse' => 'Nima :count :relationship',
],
],
'has_max' => [
'label' => [
'direct' => 'Ima največ',
'inverse' => 'Ima več kot',
],
'summary' => [
'direct' => 'Ima največ :count :relationship',
'inverse' => 'Ima več kot :count :relationship',
],
],
'has_min' => [
'label' => [
'direct' => 'Ima najmanj',
'inverse' => 'Ima manj kot',
],
'summary' => [
'direct' => 'Ima najmanj :count :relationship',
'inverse' => 'Ima manj kot :count :relationship',
],
],
'is_empty' => [
'label' => [
'direct' => 'Je prazno',
'inverse' => 'Ni prazno',
],
'summary' => [
'direct' => ':relationship je prazno',
'inverse' => ':relationship ni prazno',
],
],
'is_related_to' => [
'label' => [
'single' => [
'direct' => 'Je',
'inverse' => 'Ni',
],
'multiple' => [
'direct' => 'Vsebuje',
'inverse' => 'Ne vsebuje',
],
],
'summary' => [
'single' => [
'direct' => ':relationship je :values',
'inverse' => ':relationship ni :values',
],
'multiple' => [
'direct' => ':relationship vsebuje :values',
'inverse' => ':relationship ne vsebuje :values',
],
'values_glue' => [
0 => ', ',
'final' => ' ali ',
],
],
'form' => [
'value' => [
'label' => 'Vrednost',
],
'values' => [
'label' => 'Vrednosti',
],
],
],
'form' => [
'count' => [
'label' => 'Število',
],
],
],
'select' => [
'is' => [
'label' => [
'direct' => 'Je',
'inverse' => 'Ni',
],
'summary' => [
'direct' => ':attribute je :values',
'inverse' => ':attribute ni :values',
'values_glue' => [
', ',
'final' => ' ali ',
],
],
'form' => [
'value' => [
'label' => 'Vrednost',
],
'values' => [
'label' => 'Vrednosti',
],
],
],
],
'text' => [
'contains' => [
'label' => [
'direct' => 'Vsebuje',
'inverse' => 'Ne vsebuje',
],
'summary' => [
'direct' => ':attribute vsebuje :text',
'inverse' => ':attribute ne vsebuje :text',
],
],
'ends_with' => [
'label' => [
'direct' => 'Se konča z',
'inverse' => 'Se ne konča z',
],
'summary' => [
'direct' => ':attribute se konča z :text',
'inverse' => ':attribute se ne konča z :text',
],
],
'equals' => [
'label' => [
'direct' => 'Je enako',
'inverse' => 'Ni enako',
],
'summary' => [
'direct' => ':attribute je enako :text',
'inverse' => ':attribute ni enako :text',
],
],
'starts_with' => [
'label' => [
'direct' => 'Se začne z',
'inverse' => 'Se ne začne z',
],
'summary' => [
'direct' => ':attribute se začne z :text',
'inverse' => ':attribute se ne začne z :text',
],
],
'form' => [
'text' => [
'label' => 'Besedilo',
],
],
],
],
'actions' => [
'add_rule' => [
'label' => 'Dodaj pravilo',
],
'add_rule_group' => [
'label' => 'Dodaj skupino pravil',
],
],
];

View File

@@ -0,0 +1,228 @@
<?php
return [
'column_toggle' => [
'heading' => 'Stolpci',
],
'columns' => [
'text' => [
'actions' => [
'collapse_list' => 'Pokaži :count manj',
'expand_list' => 'Pokaži :count več',
],
'more_list_items' => 'in še :count več',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'Izberi/odznači vse elemente za skupinska dejanja.',
],
'bulk_select_record' => [
'label' => 'Izberi/odznači element :key za skupinska dejanja.',
],
'bulk_select_group' => [
'label' => 'Izberi/odznači skupino :title za skupinska dejanja.',
],
'search' => [
'label' => 'Išči',
'placeholder' => 'Išči',
'indicator' => 'Išči',
],
],
'summary' => [
'heading' => 'Povzetek',
'subheadings' => [
'all' => 'Vsi :label',
'group' => 'Povzetek :group',
'page' => 'Ta stran',
],
'summarizers' => [
'average' => [
'label' => 'Povprečje',
],
'count' => [
'label' => 'Število',
],
'sum' => [
'label' => 'Vsota',
],
],
],
'actions' => [
'disable_reordering' => [
'label' => 'Zaključi prerazporejanje zapisov',
],
'enable_reordering' => [
'label' => 'Prerazporedi zapise',
],
'filter' => [
'label' => 'Filtriraj',
],
'group' => [
'label' => 'Združi',
],
'open_bulk_actions' => [
'label' => 'Skupinska dejanja',
],
'toggle_columns' => [
'label' => 'Prikaži/skrij stolpce',
],
],
'empty' => [
'heading' => 'Ni :model',
'description' => 'Začnite z ustvarjanjem :model.',
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Uporabi filtre',
],
'remove' => [
'label' => 'Odstrani filter',
],
'remove_all' => [
'label' => 'Odstrani vse filtre',
'tooltip' => 'Odstrani vse filtre',
],
'reset' => [
'label' => 'Ponastavi',
],
],
'heading' => 'Filtri',
'indicator' => 'Aktivni filtri',
'multi_select' => [
'placeholder' => 'Vsi',
],
'select' => [
'placeholder' => 'Vsi',
],
'trashed' => [
'label' => 'Izbrisani zapisi',
'only_trashed' => 'Samo izbrisani zapisi',
'with_trashed' => 'Z izbrisanimi zapisi',
'without_trashed' => 'Brez izbrisanih zapisov',
],
],
'grouping' => [
'fields' => [
'group' => [
'label' => 'Združi po',
'placeholder' => 'Združi po',
],
'direction' => [
'label' => 'Smer združevanja',
'options' => [
'asc' => 'Naraščajoče',
'desc' => 'Padajoče',
],
],
],
],
'reorder_indicator' => 'Povlecite in spustite zapise, da jih uredite po vrsti.',
'selection_indicator' => [
'selected_count' => '1 izbran zapis|2 izbrana zapisa|:count izbranih zapisov',
'actions' => [
'select_all' => [
'label' => 'Izberi vse :count',
],
'deselect_all' => [
'label' => 'Odznači vse',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'Razvrsti po',
],
'direction' => [
'label' => 'Smer razvrščanja',
'options' => [
'asc' => 'Naraščajoče',
'desc' => 'Padajoče',
],
],
],
],
];