[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/hu/associate.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/hu/associate.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Társítás',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label társítása',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Elemek',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'Társítás',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'Mentés és új társítása',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'Társítva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
vendor/filament/actions/resources/lang/hu/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/hu/attach.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Csatolás',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label csatolása',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Elemek',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'Csatolás',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'Mentés és új csatolása',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'Csatolva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
37
vendor/filament/actions/resources/lang/hu/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/hu/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Új :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Új :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Létrehozás',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Mentés és új létrehozása',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Létrehozva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/hu/delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/hu/delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Törlés',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label törlése',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Törlés',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Törölve',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Kijelöltek törlése',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kijelölt :label törlése',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Törlés',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Törölve',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/hu/detach.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/hu/detach.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Leválasztás',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label leválasztása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Leválasztás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Leválasztva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Kijelöltek leválasztása',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kijelölt :label leválasztása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
'label' => 'Kijelöltek leválasztása',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
'title' => 'Leválasztva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/hu/dissociate.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/hu/dissociate.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Lecsatolás',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label lecstolása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Lecsatolás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Lecsatolva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Kijelöltek lecsatolása',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kijelölt :label lecsatolása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
'label' => 'Kijelöltek lecsatolása',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
'title' => 'Lecsatolva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/hu/edit.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/hu/edit.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Szerkesztés',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label szerkesztése',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Mentés',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Mentve',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/hu/export.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/hu/export.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => ':label exportálása',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label exportálása',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'Oszlopok',
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
'label' => ':column bekapcsolva',
|
||||
],
|
||||
|
||||
'label' => [
|
||||
'label' => ':column fejléc',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'export' => [
|
||||
'label' => 'Exportálás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'AZ exportálás befejeződött',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_csv' => [
|
||||
'label' => 'CSV letöltése',
|
||||
],
|
||||
|
||||
'download_xlsx' => [
|
||||
'label' => 'XLSX letöltése',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'Túl sok exportálandó sor',
|
||||
'body' => 'Nem exportálhatsz több mint 1 sort egyszerre.|Nem exportálhatsz több mint :count sor egyszerre.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Az exportálás elkezdődött',
|
||||
'body' => 'Elkezdődött 1 exportálása a háttérben.|Elkezdődött :count sor exportálása a háttérben.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'exportálás-:export_id-:model',
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/hu/force-delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/hu/force-delete.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Végleges törlés',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label végleges törlése',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Törlés',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Törölve',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Kijelöltek végleges törlése',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kijelölt :label végleges törlése',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Törlés',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Törölve',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
vendor/filament/actions/resources/lang/hu/group.php
vendored
Normal file
9
vendor/filament/actions/resources/lang/hu/group.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Műveletek',
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/hu/import.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/hu/import.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => ':label importálása',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label importálása',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
'label' => 'Fájl',
|
||||
'placeholder' => 'Tölts fel egy CSV fájlt',
|
||||
],
|
||||
|
||||
'columns' => [
|
||||
'label' => 'Oszlopok',
|
||||
'placeholder' => 'Válassz egy oszlopot',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_example' => [
|
||||
'label' => 'Minta CSV fájl letöltése',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'label' => 'Importálás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Importálás befejezve',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_failed_rows_csv' => [
|
||||
'label' => 'Információ letöltése a sikertelenül importált sorról|Információ letöltése a sikertelenül importált sorokról',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'A feltöltött CSV fájl túl nagy',
|
||||
'body' => 'Egyszerre nem importálhatsz több mint :count sort.|Egyszerre nem importálhatsz több mint :count sort.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Importálás elkezdve',
|
||||
'body' => 'A fájl importálása elkezdődött és :count sor feldolgozása jelenleg is zajlik a háttérben.|A fájl importálása elkezdődött és :count sor feldolgozása jelenleg is zajlik a háttérben.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'example_csv' => [
|
||||
'file_name' => ':importer-minta',
|
||||
],
|
||||
|
||||
'failure_csv' => [
|
||||
'file_name' => 'importálás-:import_id-:csv_name-sikertelen-sorok',
|
||||
'error_header' => 'hiba',
|
||||
'system_error' => 'Rendszerhiba, kérlek lépj kapcsolatba az ügyfélszolgálattal.',
|
||||
],
|
||||
|
||||
];
|
||||
23
vendor/filament/actions/resources/lang/hu/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/hu/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Biztos, hogy ezt akarod csinálni?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Mégsem',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Megerősítés',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Beküldés',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/hu/replicate.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/hu/replicate.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Duplikálás',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label duplikálása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'Duplikálás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'Duplikálva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/hu/restore.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/hu/restore.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Visszaállítás',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label visszaállítása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Visszaállítás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Visszaállítva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Kijelöltek visszaállítása',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kijelölt :label visszaállítása',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Visszaállítás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Visszaállítva',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
25
vendor/filament/actions/resources/lang/hu/view.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/hu/view.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Megtekintés',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label megtekintése',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Bezárás',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user