[增添]添加了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,45 @@
<?php
return [
'single' => [
'label' => 'ارتباط',
'modal' => [
'heading' => 'ربط :label',
'fields' => [
'record_id' => [
'label' => 'السجلات',
],
],
'actions' => [
'associate' => [
'label' => 'ربط',
],
'associate_another' => [
'label' => 'ربط وبدء ربط المزيد',
],
],
],
'notifications' => [
'associated' => [
'title' => 'تم الربط',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'إرفاق',
'modal' => [
'heading' => 'إرفاق :label',
'fields' => [
'record_id' => [
'label' => 'سجل',
],
],
'actions' => [
'attach' => [
'label' => 'إرفاق',
],
'attach_another' => [
'label' => 'إرفاق وبدء إرفاق المزيد',
],
],
],
'notifications' => [
'attached' => [
'title' => 'تم الإرفاق',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'إضافة :label',
'modal' => [
'heading' => 'إضافة :label',
'actions' => [
'create' => [
'label' => 'إضافة',
],
'create_another' => [
'label' => 'إضافة وبدء إضافة المزيد',
],
],
],
'notifications' => [
'created' => [
'title' => 'تمت الإضافة',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'حذف',
'modal' => [
'heading' => 'حذف :label',
'actions' => [
'delete' => [
'label' => 'حذف',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'تم الحذف',
],
],
],
'multiple' => [
'label' => 'حذف المحدد',
'modal' => [
'heading' => 'حذف المحدد :label',
'actions' => [
'delete' => [
'label' => 'حذف',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'تم الحذف',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'فصل',
'modal' => [
'heading' => 'فصل :label',
'actions' => [
'detach' => [
'label' => 'فصل',
],
],
],
'notifications' => [
'detached' => [
'title' => 'تم الفصل',
],
],
],
'multiple' => [
'label' => 'فصل المحدد',
'modal' => [
'heading' => 'فصل المحدد :label',
'actions' => [
'detach' => [
'label' => 'فصل',
],
],
],
'notifications' => [
'detached' => [
'title' => 'تم الفصل',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'فك الارتباط',
'modal' => [
'heading' => 'فك ربط :label',
'actions' => [
'dissociate' => [
'label' => 'فك الارتباط',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'تم فك الارتباط',
],
],
],
'multiple' => [
'label' => 'فك ارتباط المحدد',
'modal' => [
'heading' => 'فك ارتباط :label',
'actions' => [
'dissociate' => [
'label' => 'فك الارتباط',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'تم فك الارتباط',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'تعديل',
'modal' => [
'heading' => 'تعديل :label',
'actions' => [
'save' => [
'label' => 'حفظ التغييرات',
],
],
],
'notifications' => [
'saved' => [
'title' => 'تم الحفظ',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'تصدير :label',
'modal' => [
'heading' => 'تصدير :label',
'form' => [
'columns' => [
'label' => 'العواميد',
'form' => [
'is_enabled' => [
'label' => ':column مفعل',
],
'label' => [
'label' => ':column عنوان',
],
],
],
],
'actions' => [
'export' => [
'label' => 'تصدير',
],
],
],
'notifications' => [
'completed' => [
'title' => 'أكتمل التصدير',
'actions' => [
'download_csv' => [
'label' => 'تحميل بصيغة .csv',
],
'download_xlsx' => [
'label' => 'تحميل بصيغة .xlsx',
],
],
],
'max_rows' => [
'title' => 'الملف الذي تم تحميله كبير جدًا',
'body' => 'لا يمكنك تصدير أكثر من صف واحد في كل مرة.|لا يمكنك تصدير أكثر من :count صف في كل مرة.',
],
'started' => [
'title' => 'بدء التصدير',
'body' => 'بدأت عملية التصدير الخاصة بك وستتم معالجة صف واحد في الخلفية.|بدأت عملية التصدير الخاصة بك وستتم معالجة :count صفوف في الخلفية.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'حذف نهائي',
'modal' => [
'heading' => 'حذف نهائي لـ :label',
'actions' => [
'delete' => [
'label' => 'حذف',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'تم الحذف',
],
],
],
'multiple' => [
'label' => 'حذف المحدد نهائيا',
'modal' => [
'heading' => 'حذف نهائي لـ :label',
'actions' => [
'delete' => [
'label' => 'حذف',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'تم الحذف',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'الإجراءات',
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'استيراد :label',
'modal' => [
'heading' => 'استيراد :label',
'form' => [
'file' => [
'label' => 'ملف',
'placeholder' => 'تحميل ملف CSV',
],
'columns' => [
'label' => 'الأعمدة',
'placeholder' => 'اختر عمود',
],
],
'actions' => [
'download_example' => [
'label' => 'تنزيل مثال لملف CSV',
],
'import' => [
'label' => 'استيراد',
],
],
],
'notifications' => [
'completed' => [
'title' => 'اكتمل الاستيراد',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'تنزيل معلومات حول الصف الفاشل|تنزيل معلومات حول الصفوف الفاشلة',
],
],
],
'max_rows' => [
'title' => 'ملف CSV الذي تم تحميله كبير جدًا',
'body' => 'لا تستطيع استيراد أكثر من صف واحد في كل مرة.|لا تستطيع استيراد أكثر من :count صف في كل مرة.',
],
'started' => [
'title' => 'بدء الاستيراد',
'body' => 'بدأت عملية الاستيراد الخاصة بك وستتم معالجة صف واحد في الخلفية.|بدأت عملية الاستيراد الخاصة بك وستتم معالجة :count صفوف في الخلفية.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'خطأ',
'system_error' => 'خطأ في النظام، يرجى الاتصال بالدعم.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'هل أنت متأكد من القيام بهذه العملية؟',
'actions' => [
'cancel' => [
'label' => 'إلغاء',
],
'confirm' => [
'label' => 'تأكيد',
],
'submit' => [
'label' => 'إرسال',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'نسخة',
'modal' => [
'heading' => 'استنساخ :label',
'actions' => [
'replicate' => [
'label' => 'نسخ',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'تم النسخ',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'استعادة',
'modal' => [
'heading' => 'استعادة :label',
'actions' => [
'restore' => [
'label' => 'استعادة',
],
],
],
'notifications' => [
'restored' => [
'title' => 'تمت الاستعادة',
],
],
],
'multiple' => [
'label' => 'استعادة المحدد',
'modal' => [
'heading' => 'استعادة :label',
'actions' => [
'restore' => [
'label' => 'استعادة',
],
],
],
'notifications' => [
'restored' => [
'title' => 'تمت الاستعادة',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'عرض',
'modal' => [
'heading' => 'عرض :label',
'actions' => [
'close' => [
'label' => 'إغلاق',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Əlaqələndir',
'modal' => [
'heading' => ':label Əlaqələndir',
'fields' => [
'record_id' => [
'label' => 'Məlumat',
],
],
'actions' => [
'associate' => [
'label' => 'Əlaqələndir',
],
'associate_another' => [
'label' => 'Əlaqələndir və başqasına başla',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Əlaqələndirildi',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'İlişdir',
'modal' => [
'heading' => ':label ilişdir',
'fields' => [
'record_id' => [
'label' => 'Məlumat',
],
],
'actions' => [
'attach' => [
'label' => 'İlişdir',
],
'attach_another' => [
'label' => 'İlişdir və başqasına başla',
],
],
],
'notifications' => [
'attached' => [
'title' => 'İlişdirildi',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => ':label Yarat',
'modal' => [
'heading' => ':label yarat',
'actions' => [
'create' => [
'label' => 'Yarat',
],
'create_another' => [
'label' => 'Yarat və başqasını yarat',
],
],
],
'notifications' => [
'created' => [
'title' => 'Yaradıldı',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Sil',
'modal' => [
'heading' => ':label Sil',
'actions' => [
'delete' => [
'label' => 'Sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Silindi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri sil',
'modal' => [
'heading' => 'Seçilənləri sil',
'actions' => [
'delete' => [
'label' => 'Sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Silindi',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Ayır',
'modal' => [
'heading' => ':label ayır',
'actions' => [
'detach' => [
'label' => 'Ayır',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Ayrıldı',
],
],
],
'multiple' => [
'label' => 'Seçiləni ayır',
'modal' => [
'heading' => ':label seçiləni ayır ',
'actions' => [
'detach' => [
'label' => 'Seçiləni ayır',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Ayrıldı',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Parçala',
'modal' => [
'heading' => ':label parçala',
'actions' => [
'dissociate' => [
'label' => 'Parçala',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Parçalandı',
],
],
],
'multiple' => [
'label' => 'Seçiləni parçala',
'modal' => [
'heading' => ':label seçiləni parçala',
'actions' => [
'dissociate' => [
'label' => 'Seçiləni parçala',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Parçalandı',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Redaktə et',
'modal' => [
'heading' => ':label redaktə et',
'actions' => [
'save' => [
'label' => 'Yadda saxla',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Yadda saxlanıldı',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'İxrac :label',
'modal' => [
'heading' => 'İxrac :label',
'form' => [
'columns' => [
'label' => 'Sütunlar',
'form' => [
'is_enabled' => [
'label' => ':column aktiv',
],
'label' => [
'label' => ':column etiketi',
],
],
],
],
'actions' => [
'export' => [
'label' => 'İxrac',
],
],
],
'notifications' => [
'completed' => [
'title' => 'İxrac tamamlandı',
'actions' => [
'download_csv' => [
'label' => '.csv olaraq endir',
],
'download_xlsx' => [
'label' => '.xlsx olaraq endir',
],
],
],
'max_rows' => [
'title' => 'İxrac çox böyükdür',
'body' => 'Bir dəfədə 1 sətirdən çox ixrac edə bilməzsiniz.| Bir dəfədə :count sətirdən çox ixrac edə bilməzsiniz.',
],
'started' => [
'title' => 'İxrac başladı',
'body' => 'İxrac başladı və 1 sətir arxa planda işlənəcək.|İxrac başladı və :count sətir arxa planda işlənəcək.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Həmişəlik sil',
'modal' => [
'heading' => ':label həmişəlik sil',
'actions' => [
'delete' => [
'label' => 'Həmişəlik sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Məlumat həmişəlik silindi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri həmişəlik sil',
'modal' => [
'heading' => ':label seçilənləri həmişəlik sil',
'actions' => [
'delete' => [
'label' => 'Həmişəlik sil',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Məlumat həmişəlik silindi',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Tətikləyicilər',
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'İdxal: :label',
'modal' => [
'heading' => 'İdxal: :label',
'form' => [
'file' => [
'label' => 'Fayl',
'placeholder' => 'Bir CSV faylı seçin',
],
'columns' => [
'label' => 'Sütunlar',
'placeholder' => 'Sütunları uyğunlaşdırın',
],
],
'actions' => [
'download_example' => [
'label' => 'Nümunə CSV faylını endir',
],
'import' => [
'label' => 'İdxal',
],
],
],
'notifications' => [
'completed' => [
'title' => 'İdxal tamamlandı',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Uğursuz sətir haqqında məlumatları endir|Uğursuz sətirlər haqqında məlumatları endir',
],
],
],
'max_rows' => [
'title' => 'Seçilən fayl çox böyükdür',
'body' => 'Bir dəfədə 1-dən çox sətiri olan faylı idxal edə bilməzsiniz.|Bir dəfədə :count dən çox sətiri olan faylı idxal edə bilməzsiniz.',
],
'started' => [
'title' => 'İdxal başladı',
'body' => 'İdxal başladı və 1 sətir arxa planda işlənəcək.|İdxal başladı və :count sətir arxa planda işlənəcək',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'xəta',
'system_error' => 'Sistem xətası, texniki dəstək ilə əlaqə saxlayın',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Bunu etmək istədiyinizdən əminsiniz?',
'actions' => [
'cancel' => [
'label' => 'İmtina',
],
'confirm' => [
'label' => 'Təsdiqlə',
],
'submit' => [
'label' => 'Təqdim et',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Çoxalt',
'modal' => [
'heading' => ':label çoxalt',
'actions' => [
'replicate' => [
'label' => 'Çoxalt',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Məlumat çoxaldıldı',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Bərpa et',
'modal' => [
'heading' => ':label bərpa et',
'actions' => [
'restore' => [
'label' => 'Bərpa et',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Məlumat bərpa edildi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri bərpa et',
'modal' => [
'heading' => ':label seçilənləri bərpa et',
'actions' => [
'restore' => [
'label' => 'Bərpa et',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Məlumatlar bərpa edildi',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Göstər',
'modal' => [
'heading' => ':label göstər',
'actions' => [
'close' => [
'label' => 'Bağla',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Асоцииране',
'modal' => [
'heading' => 'Асоциирай :label',
'fields' => [
'record_id' => [
'label' => 'Запис',
],
],
'actions' => [
'associate' => [
'label' => 'Асоциирай',
],
'associate_another' => [
'label' => 'Асоциирай и асоциирай друг',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Асоциирано',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Закачи',
'modal' => [
'heading' => 'Закачи :label',
'fields' => [
'record_id' => [
'label' => 'Запис',
],
],
'actions' => [
'attach' => [
'label' => 'Закачи',
],
'attach_another' => [
'label' => 'Закачи и закачи друг',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Закачен',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Създай :label',
'modal' => [
'heading' => 'Създаване на :label',
'actions' => [
'create' => [
'label' => 'Създай',
],
'create_another' => [
'label' => 'Създай и създай друг',
],
],
],
'notifications' => [
'created' => [
'title' => 'Създаден',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Изтрий',
'modal' => [
'heading' => 'Изтрий :label',
'actions' => [
'delete' => [
'label' => 'Изтрий',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Изтрит',
],
],
],
'multiple' => [
'label' => 'Изтрий избраните',
'modal' => [
'heading' => 'Изтрий избраните :label',
'actions' => [
'delete' => [
'label' => 'Изтрий',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Изтрити',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Разкачи',
'modal' => [
'heading' => 'Разкачи :label',
'actions' => [
'detach' => [
'label' => 'Разкачи',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Разкачен',
],
],
],
'multiple' => [
'label' => 'Разкачи избраните',
'modal' => [
'heading' => 'Разкачи избраните :label',
'actions' => [
'detach' => [
'label' => 'Разкачи',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Разкачени',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Деасоциирай',
'modal' => [
'heading' => 'Деасоциирай :label',
'actions' => [
'dissociate' => [
'label' => 'Деасоциирай',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Деасоциирано',
],
],
],
'multiple' => [
'label' => 'Деасоциирай избраните',
'modal' => [
'heading' => 'Деасоциирай избраните :label',
'actions' => [
'dissociate' => [
'label' => 'Деасоциирай',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Деасоциирани',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Редакция',
'modal' => [
'heading' => 'Редактиране :label',
'actions' => [
'save' => [
'label' => 'Запазване',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Запазено',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Оконачтелно изтриване',
'modal' => [
'heading' => 'Оконачтелно изтриване на :label',
'actions' => [
'delete' => [
'label' => 'Изтрий',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Изтрито',
],
],
],
'multiple' => [
'label' => 'Оконачтелно изтриване на избраните',
'modal' => [
'heading' => 'Оконачтелно изтриване на избраните :label',
'actions' => [
'delete' => [
'label' => 'Изтрий',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Изтрити',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Действия',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Сигурен ли си, че искаш да направиш това?',
'actions' => [
'cancel' => [
'label' => 'Откажи',
],
'confirm' => [
'label' => 'Потвърди',
],
'submit' => [
'label' => 'Изпрати',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Клонирай',
'modal' => [
'heading' => 'Клонирай :label',
'actions' => [
'replicate' => [
'label' => 'Клонирай',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Клониран',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Възстанови',
'modal' => [
'heading' => 'Възстанови :label',
'actions' => [
'restore' => [
'label' => 'Възстанови',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Възстановен',
],
],
],
'multiple' => [
'label' => 'Възстанови избраните',
'modal' => [
'heading' => 'Възстанови избраните :label',
'actions' => [
'restore' => [
'label' => 'Възстанови',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Възстановени',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Преглед',
'modal' => [
'heading' => 'Прегледай :label',
'actions' => [
'close' => [
'label' => 'Затвори',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'যুক্ত করুন',
'modal' => [
'heading' => ':label যুক্ত করুন',
'fields' => [
'record_id' => [
'label' => 'রেকর্ড',
],
],
'actions' => [
'associate' => [
'label' => 'যুক্ত করুন',
],
'associate_another' => [
'label' => 'যুক্ত এবং পুনরায় যুক্ত করুন',
],
],
],
'notifications' => [
'associated' => [
'title' => 'যুক্ত করা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'সংযুক্ত করুন',
'modal' => [
'heading' => ':label সংযুক্ত করুন',
'fields' => [
'record_id' => [
'label' => 'রেকর্ড',
],
],
'actions' => [
'attach' => [
'label' => 'সংযুক্ত করুন',
],
'attach_another' => [
'label' => 'সংযুক্ত এবং পুনরায় সংযুক্ত করুন',
],
],
],
'notifications' => [
'attached' => [
'title' => 'সংযুক্ত করা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'নতুন :label',
'modal' => [
'heading' => ':label তৈরী করুন',
'actions' => [
'create' => [
'label' => 'তৈরী করুন',
],
'create_another' => [
'label' => 'তৈরী এবং নতুন তৈরী করুন',
],
],
],
'notifications' => [
'created' => [
'title' => 'তৈরী হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'মুছে ফেলুন',
'modal' => [
'heading' => ':label মুছে ফেলুন',
'actions' => [
'delete' => [
'label' => 'মুছে ফেলুন',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'মুছে ফেলা হয়েছে',
],
],
],
'multiple' => [
'label' => 'নির্বাচিত গুলো মুছে ফেলুন',
'modal' => [
'heading' => 'নির্বাচিত :label মুছে ফেলুন',
'actions' => [
'delete' => [
'label' => 'মুছে ফেলুন',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'মুছে ফেলা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'বিচ্ছিন্ন করুন',
'modal' => [
'heading' => ':label বিচ্ছিন্ন করুন',
'actions' => [
'detach' => [
'label' => 'বিচ্ছিন্ন করুন',
],
],
],
'notifications' => [
'detached' => [
'title' => 'বিচ্ছিন্ন করা হয়েছে',
],
],
],
'multiple' => [
'label' => 'নির্বাচিত গুলো বিচ্ছিন্ন করুন',
'modal' => [
'heading' => 'নির্বাচিত :label বিচ্ছিন্ন করুন',
'actions' => [
'detach' => [
'label' => 'বিচ্ছিন্ন করুন',
],
],
],
'notifications' => [
'detached' => [
'title' => 'বিচ্ছিন্ন করা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'পৃথক করুন',
'modal' => [
'heading' => ':label পৃথক করুন',
'actions' => [
'dissociate' => [
'label' => 'পৃথক করুন',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'পৃথক করা হয়েছে',
],
],
],
'multiple' => [
'label' => 'নির্বাচিত গুলো পৃথক করুন',
'modal' => [
'heading' => 'নির্বাচিত :label পৃথক করুন',
'actions' => [
'dissociate' => [
'label' => 'পৃথক করুন',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'পৃথক করা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'সম্পাদন করুন',
'modal' => [
'heading' => ':label সম্পাদন করুন',
'actions' => [
'save' => [
'label' => 'সংরক্ষণ করুন',
],
],
],
'notifications' => [
'saved' => [
'title' => 'সংরক্ষিত হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'জোর পূর্বক মুছে ফেলুন',
'modal' => [
'heading' => ':label জোর পূর্বক মুছে ফেলুন',
'actions' => [
'delete' => [
'label' => 'মুছে ফেলুন',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'মুছে ফেলা হয়েছে',
],
],
],
'multiple' => [
'label' => 'নির্বাচিত গুলো জোর পূর্বক মুছে ফেলুন',
'modal' => [
'heading' => ':label জোর পূর্বক মুছে ফেলুন',
'actions' => [
'delete' => [
'label' => 'মুছে ফেলুন',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'মুছে ফেলা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'কার্যক্রম',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'আপনি কি নিশ্চিত আপনি এটি করতে চান?',
'actions' => [
'cancel' => [
'label' => 'বাতিল করুন',
],
'confirm' => [
'label' => 'নিশ্চিত করুন',
],
'submit' => [
'label' => 'জমা দিন',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'প্রতিরূপ করুন',
'modal' => [
'heading' => ':label প্রতিরূপ করুন',
'actions' => [
'replicate' => [
'label' => 'প্রতিরূপ করুন',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'প্রতিরূপ তৈরি করা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'পুনরুদ্ধার করুন',
'modal' => [
'heading' => ':label পুনরুদ্ধার করুন',
'actions' => [
'restore' => [
'label' => 'পুনরুদ্ধার করুন',
],
],
],
'notifications' => [
'restored' => [
'title' => 'পুনরুদ্ধার করা হয়েছে',
],
],
],
'multiple' => [
'label' => 'নির্বাচিত গুলো পুনরুদ্ধার করুন',
'modal' => [
'heading' => 'নির্বাচিত :label পুনরুদ্ধার করুন',
'actions' => [
'restore' => [
'label' => 'পুনরুদ্ধার করুন',
],
],
],
'notifications' => [
'restored' => [
'title' => 'পুনরুদ্ধার করা হয়েছে',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'দেখুন',
'modal' => [
'heading' => ':label দেখুন',
'actions' => [
'close' => [
'label' => 'বন্ধ করুন',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Spajanje',
'modal' => [
'heading' => 'Spojite :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'associate' => [
'label' => 'Spoji',
],
'associate_another' => [
'label' => 'Spojite i spojite još jedan',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Spojeno',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Priložiti',
'modal' => [
'heading' => 'Priložite :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'attach' => [
'label' => 'Priložite',
],
'attach_another' => [
'label' => 'Priložite i priložite još jedan',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Priloženo',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Napraviti',
'modal' => [
'heading' => 'Napravite :label',
'actions' => [
'create' => [
'label' => 'Napraviti',
],
'create_another' => [
'label' => 'Napravite i napravite još jedan',
],
],
],
'notifications' => [
'created' => [
'title' => 'Uspješno kreirano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Izbrišite',
'modal' => [
'heading' => 'Brisanje :label',
'actions' => [
'delete' => [
'label' => 'Izbrišiti',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Izbrisano',
],
],
],
'multiple' => [
'label' => 'Izbrišite izabrani',
'modal' => [
'heading' => 'Izbriši izabrani :label ',
'actions' => [
'delete' => [
'label' => 'Izbriši izabrani',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Izbrisano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Odvojite',
'modal' => [
'heading' => 'Odvojite :label',
'actions' => [
'detach' => [
'label' => 'Odvojite',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odvojeno',
],
],
],
'multiple' => [
'label' => 'Odvojite izabrani',
'modal' => [
'heading' => 'Odvojite izabrani :label',
'actions' => [
'detach' => [
'label' => 'Odvojite izabrani',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odvojeno',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Odvojite',
'modal' => [
'heading' => 'Odvojite :label',
'actions' => [
'dissociate' => [
'label' => 'Odvojite',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odvojeno',
],
],
],
'multiple' => [
'label' => 'Odvojite izabrani',
'modal' => [
'heading' => 'Odvojite izabrani :label',
'actions' => [
'dissociate' => [
'label' => 'Odvojite izabrani',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odvojeno',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Uredite',
'modal' => [
'heading' => 'Uredite :label',
'actions' => [
'save' => [
'label' => 'Sačuvajte',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Sačuvano',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Konačno izbrisat',
'modal' => [
'heading' => 'Konačno izbrisati :label',
'actions' => [
'delete' => [
'label' => 'Izbrasiti',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Zapis izbrisan',
],
],
],
'multiple' => [
'label' => 'Izabrani konačno izbrisati',
'modal' => [
'heading' => 'Konačno izbrisati izabrani :label ',
'actions' => [
'delete' => [
'label' => 'Izbrisati',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Zapisi izbrisani',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Akcije',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Jeste li sigurni da želite to učiniti?',
'actions' => [
'cancel' => [
'label' => 'Prekiniti',
],
'confirm' => [
'label' => 'Konfirmisati',
],
'submit' => [
'label' => 'Poslati',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Duplicirati',
'modal' => [
'heading' => 'Duplicirajte :label',
'actions' => [
'replicate' => [
'label' => 'Duplicirati',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Zapis dupliciran',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Restaurirati',
'modal' => [
'heading' => 'Restaurirati :label',
'actions' => [
'restore' => [
'label' => 'Restaurirati',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Zapis restauriran',
],
],
],
'multiple' => [
'label' => 'Izabrani restaurirati',
'modal' => [
'heading' => 'Restaurirati izabrani :label',
'actions' => [
'restore' => [
'label' => 'Restaurirati',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Zapisi restaurirani',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Pogled',
'modal' => [
'heading' => 'Pogled :label',
'actions' => [
'close' => [
'label' => 'Zatvoriti',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Associar',
'modal' => [
'heading' => 'Associar :label',
'fields' => [
'record_id' => [
'label' => 'Registre',
],
],
'actions' => [
'associate' => [
'label' => 'Associar',
],
'associate_another' => [
'label' => 'Associar i associar un altre',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Associat',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Vincular',
'modal' => [
'heading' => 'Vincular :label',
'fields' => [
'record_id' => [
'label' => 'Registre',
],
],
'actions' => [
'attach' => [
'label' => 'Vincular',
],
'attach_another' => [
'label' => 'Vincular i vincular un altre',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Vinculats',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Crear :label',
'modal' => [
'heading' => 'Crear :label',
'actions' => [
'create' => [
'label' => 'Crear',
],
'create_another' => [
'label' => 'Crear i crear un altre',
],
],
],
'notifications' => [
'created' => [
'title' => 'Creat',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Esborrar',
'modal' => [
'heading' => 'Esborrar :label',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Esborrat',
],
],
],
'multiple' => [
'label' => 'Esborrar seleccionats',
'modal' => [
'heading' => 'Esborrar :label seleccionats',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Esborrats',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Desvincular',
'modal' => [
'heading' => 'Desvincular :label',
'actions' => [
'detach' => [
'label' => 'Desvincular',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculat',
],
],
],
'multiple' => [
'label' => 'Desvincular seleccionats',
'modal' => [
'heading' => 'Desvincular :label seleccionats',
'actions' => [
'detach' => [
'label' => 'Desvincular seleccionats',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculats',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Dissociar',
'modal' => [
'heading' => 'Dissociar :label',
'actions' => [
'dissociate' => [
'label' => 'Dissociar',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociat',
],
],
],
'multiple' => [
'label' => 'Dissociar seleccionats',
'modal' => [
'heading' => 'Dissociar :label seleccionats',
'actions' => [
'dissociate' => [
'label' => 'Dissociar',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociats',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Editar',
'modal' => [
'heading' => 'Editar :label',
'actions' => [
'save' => [
'label' => 'Desar canvis',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Desat',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Exportar :label',
'modal' => [
'heading' => 'Exportar :label',
'form' => [
'columns' => [
'label' => 'Columnes',
'form' => [
'is_enabled' => [
'label' => ':column habilitada',
],
'label' => [
'label' => 'etiqueta per a :column',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Exportar',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Exportació completada',
'actions' => [
'download_csv' => [
'label' => 'Descarregar .csv',
],
'download_xlsx' => [
'label' => 'Descarregar .xlsx',
],
],
],
'max_rows' => [
'title' => 'L\'exportació és massa gran',
'body' => 'No es pot exportar més d\'una fila alhora.|No es poden exportar més de :count files alhora.',
],
'started' => [
'title' => 'Exportació iniciada',
'body' => 'L\'exportació ha començat i es processarà una fila en segon pla.|L\'exportació ha començat i es processaran :count files en segon pla.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Forçar l\'esborrat',
'modal' => [
'heading' => 'Forçar l\'esborrat de :label',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registre esborrat',
],
],
],
'multiple' => [
'label' => 'Forçar l\'esborrat dels elements seleccionats',
'modal' => [
'heading' => 'Forçar l\'esborrat dels :label seleccionats',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registres esborrats',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Accions',
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Importar :label',
'modal' => [
'heading' => 'Importar :label',
'form' => [
'file' => [
'label' => 'Arxiu',
'placeholder' => 'Carregar un arxiu CSV',
],
'columns' => [
'label' => 'Columnes',
'placeholder' => 'Seleccionar una columna',
],
],
'actions' => [
'download_example' => [
'label' => 'Descarregar arxiu CSV d\'exemple',
],
'import' => [
'label' => 'Importar',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Importació completada',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Descarregar informació de la fila fallida|Descarregar informació de les files fallides',
],
],
],
'max_rows' => [
'title' => 'L\'arxiu CSV carregat és massa gran',
'body' => 'No es pot importar més d\'una fila alhora.|No es poden importar més de :count files alhora.',
],
'started' => [
'title' => 'Importació iniciada',
'body' => 'La vostra importació ha començat i es processarà 1 fila en segon pla.|La vostra importació ha començat i es processaran :count files en segon pla.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'error',
'system_error' => 'Error del sistema, poseu-vos en contacte amb el servei d\'assistència.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Està segur/a de fer això?',
'actions' => [
'cancel' => [
'label' => 'Cancel·lar',
],
'confirm' => [
'label' => 'Confirmar',
],
'submit' => [
'label' => 'Enviar',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Replicar',
'modal' => [
'heading' => 'Replicar :label',
'actions' => [
'replicate' => [
'label' => 'Replicar',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Registre replicat',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Restaurar',
'modal' => [
'heading' => 'Restaurar :label',
'actions' => [
'restore' => [
'label' => 'Restaurar',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Registre restaurat',
],
],
],
'multiple' => [
'label' => 'Restaurar seleccionats',
'modal' => [
'heading' => 'Restaurar els :label seleccionats',
'actions' => [
'restore' => [
'label' => 'Restaurar',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Registres restaurats',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Vista',
'modal' => [
'heading' => 'Vista de :label',
'actions' => [
'close' => [
'label' => 'Tancar',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'هاوبەشکردن',
'modal' => [
'heading' => 'هاوبەشکردنی :label',
'fields' => [
'record_id' => [
'label' => 'تۆمار',
],
],
'actions' => [
'associate' => [
'label' => 'هاوبەشکردن',
],
'associate_another' => [
'label' => 'هاوبەشکردن و تۆمارێکی تر',
],
],
],
'notifications' => [
'associated' => [
'title' => 'هاوبەشکراو',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'لکاندن',
'modal' => [
'heading' => 'لکاندنی :label',
'fields' => [
'record_id' => [
'label' => 'تۆمار',
],
],
'actions' => [
'attach' => [
'label' => 'لکاندن',
],
'attach_another' => [
'label' => 'لکاندن و تۆمارێکی تر',
],
],
],
'notifications' => [
'attached' => [
'title' => 'لکێنرا',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'دروستکردنی :label',
'modal' => [
'heading' => ':دروستکردنی :label',
'actions' => [
'create' => [
'label' => 'دروستکرن',
],
'create_another' => [
'label' => 'دروستکردن و تۆمارێکی تر',
],
],
],
'notifications' => [
'created' => [
'title' => 'دروستکرا',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'سڕینەوە',
'modal' => [
'heading' => 'سڕینەوەی :label',
'actions' => [
'delete' => [
'label' => 'سڕینەوە',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'سڕدرایەوە',
],
],
],
'multiple' => [
'label' => 'سڕینەوەی دیاریکراوەکان',
'modal' => [
'heading' => 'سڕینەوەی دیاریکراوەکانی :label',
'actions' => [
'delete' => [
'label' => 'سڕینەوە',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'سڕدرایەوە',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'سەربەخۆکردن',
'modal' => [
'heading' => 'سەربەخۆکردنی :label',
'actions' => [
'detach' => [
'label' => 'سەربەخۆکردن',
],
],
],
'notifications' => [
'detached' => [
'title' => 'سەربەخۆکرا',
],
],
],
'multiple' => [
'label' => 'سەربەخۆکردنی دیاریکراوەکان',
'modal' => [
'heading' => 'سەربەخۆکردنی دیاریکراوەکانی :label',
'actions' => [
'detach' => [
'label' => 'سەربەخۆکردن',
],
],
],
'notifications' => [
'detached' => [
'title' => 'سەربەخۆکرا',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'جوداکردن',
'modal' => [
'heading' => 'جوداکردنی :label',
'actions' => [
'dissociate' => [
'label' => 'جوداکردن',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'جوداکرا',
],
],
],
'multiple' => [
'label' => 'جوداکردنی دیاریکراوەکان',
'modal' => [
'heading' => 'جوداکردنی دیاریکراوەکانی :label',
'actions' => [
'dissociate' => [
'label' => 'جوداکردن',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'جوداکرا',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'دەستکارکردن',
'modal' => [
'heading' => 'دەستکارکردنی :label',
'actions' => [
'save' => [
'label' => 'نوێکردنەوە',
],
],
],
'notifications' => [
'saved' => [
'title' => 'نوێکرایەوە',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'سڕینەوەی بەهێز',
'modal' => [
'heading' => 'سڕینەوەی بەهێزی :label',
'actions' => [
'delete' => [
'label' => 'سڕینەوە',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'سڕدرایەوە',
],
],
],
'multiple' => [
'label' => 'سڕینەوەی بەهێزی دیاریکراوەکان',
'modal' => [
'heading' => 'سڕینەوەی بەهێزی دیاریکراوەکانی :label',
'actions' => [
'delete' => [
'label' => 'سڕینەوە',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'سڕدرایەوە',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'کردارەکان',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'ئایە دڵنیای لە کردنی ئەم کارە؟',
'actions' => [
'cancel' => [
'label' => 'پاشگەزبوونەوە',
],
'confirm' => [
'label' => 'دڵنیام',
],
'submit' => [
'label' => 'ناردن',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'لەبەرگرتنەوە',
'modal' => [
'heading' => 'لەبەرگرتنەوەی :label',
'actions' => [
'replicate' => [
'label' => 'لەبەرگرتنەوە',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'لەبەرگیرایەوە',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'گێڕانەوە',
'modal' => [
'heading' => 'گێڕانەوەی :label',
'actions' => [
'restore' => [
'label' => 'گێڕانەوە',
],
],
],
'notifications' => [
'restored' => [
'title' => 'گێڕێندرایەوە',
],
],
],
'multiple' => [
'label' => 'گێڕانەوەی دیاریکراوەکان',
'modal' => [
'heading' => 'گێڕانەوەی دیاریکراوەکانی :label',
'actions' => [
'restore' => [
'label' => 'گێڕانەوە',
],
],
],
'notifications' => [
'restored' => [
'title' => 'گێڕێندرایەوە',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'بینین',
'modal' => [
'heading' => 'بینینی :label',
'actions' => [
'close' => [
'label' => 'داخستن',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Připojit',
'modal' => [
'heading' => 'Připojit :label',
'fields' => [
'record_id' => [
'label' => 'Záznam',
],
],
'actions' => [
'associate' => [
'label' => 'Připojit',
],
'associate_another' => [
'label' => 'Připojit & připojit another',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Připojeno',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Přidat',
'modal' => [
'heading' => 'Přidat :label',
'fields' => [
'record_id' => [
'label' => 'Záznam',
],
],
'actions' => [
'attach' => [
'label' => 'Přidat',
],
'attach_another' => [
'label' => 'Přidat & přidat další',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Přidáno',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Vytvořit',
'modal' => [
'heading' => 'Vytvořit :label',
'actions' => [
'create' => [
'label' => 'Vytvořit',
],
'create_another' => [
'label' => 'Vytvořit & vytvořit další',
],
],
],
'notifications' => [
'created' => [
'title' => 'Vytvořeno',
],
],
],
];

Some files were not shown because too many files have changed in this diff Show More