feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አጣምር',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አጣምር',
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
|
||||
'label' => 'ሪከርድ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
|
||||
'label' => 'አጣምር',
|
||||
|
||||
],
|
||||
'associate_another' => [
|
||||
|
||||
'label' => 'አጣምር & ሌላ አጣምር',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
|
||||
'title' => 'ተጣምሮዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ያያይዙ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ያያይዙ',
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
|
||||
'label' => 'ሪከርድ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
|
||||
'label' => 'ያያይዙ',
|
||||
],
|
||||
'attach_another' => [
|
||||
|
||||
'label' => 'ያያይዙ & ሌላ ያያይዙ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
|
||||
'title' => 'ተያይዞዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አዲስ :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን መዝግብ',
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
|
||||
'label' => 'መዝግብ',
|
||||
],
|
||||
'create_another' => [
|
||||
|
||||
'label' => 'መዝግብ & ሌላ መዝግብ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
|
||||
'title' => 'ተመዝግቦዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡት :labelን አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ለያይ',
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
|
||||
'label' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
|
||||
'title' => 'ተለያይቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን ለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡት :labelን ለያይ',
|
||||
'actions' => [
|
||||
|
||||
'detach' => [
|
||||
|
||||
'label' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'detached' => [
|
||||
|
||||
'title' => 'ለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አለያይ',
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
|
||||
'title' => 'ተለያይቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን አለያይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡ :labelን አለያይ',
|
||||
'actions' => [
|
||||
|
||||
'dissociate' => [
|
||||
|
||||
'label' => 'አለያይ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'dissociated' => [
|
||||
|
||||
'title' => 'ሁሉም ተለያይተዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'አድስ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን አድስ',
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
|
||||
'label' => 'አስቀምጥ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
|
||||
'title' => 'እድሳቱ ተጠናቆዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
<?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' => 'በአንድ ጊዜ ከ 1 ረድፍ በላይ ኤክስፖርት ማድረግ አይችሉም።|ረድፎችን በአንድ ጊዜ ከ:count በላይ ኤክስፖርት ማድረግ አይችሉም።',
|
||||
],
|
||||
'started' => [
|
||||
|
||||
'title' => 'ኤክስፖርት ተጀምሮዋል',
|
||||
'body' => 'ኤክስፖርቱ ተጀምሯል እና 1 ረድፍ ከበስተጀርባ ይካሄዳል።|ኤክስፖርቱ ጀምሯል እና :count ረድፎች ከበስተጀርባ ይከናወናሉ.',
|
||||
],
|
||||
],
|
||||
'file_name' => 'export-:export_id-:model',
|
||||
];
|
||||
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'የምር አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን የምር አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን የምር አጥፋ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡትን :label የምር አጥፋ',
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
|
||||
'label' => 'አጥፋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
|
||||
'title' => 'ጠፍቶዋል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
|
||||
'label' => 'ድርጊቶች',
|
||||
],
|
||||
];
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => ':labelን ኢምፖርት',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ኢምፖርት',
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
|
||||
'label' => 'ፋይል',
|
||||
'placeholder' => 'የCSV ፋይል ይስቀሉ።',
|
||||
'rules' => [
|
||||
|
||||
'duplicate_columns' => '{0} The file must not contain more than one empty column header.|{1,*} The file must not contain duplicate column headers: :columns.',
|
||||
],
|
||||
],
|
||||
'columns' => [
|
||||
|
||||
'label' => 'አምዶች',
|
||||
'placeholder' => 'አምድ ይምረጡ',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'download_example' => [
|
||||
|
||||
'label' => 'ምሳሌ የCSV ፋይል ያውርዱ',
|
||||
],
|
||||
'import' => [
|
||||
|
||||
'label' => 'ኢምፖርት',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'ኢምፖርቱ ተጠናቆዋል',
|
||||
'actions' => [
|
||||
|
||||
'download_failed_rows_csv' => [
|
||||
|
||||
'label' => 'ስለ ያልተሳካው ረድፍ መረጃ ያውርዱ|ስለ ያልተሳኩ ረድፎች መረጃ ያውርዱ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'max_rows' => [
|
||||
|
||||
'title' => 'የተጫነው የCSV ፋይል በጣም ትልቅ ነው።',
|
||||
'body' => 'በአንድ ጊዜ ከ1 ረድፍ በላይ መጫን አይችሉም።|ረድፎችን በአንድ ጊዜ ከ:count በላይ ማስገባት አይችሉም።',
|
||||
],
|
||||
'started' => [
|
||||
|
||||
'title' => 'ኢምፖርቱ ተጀምሮዋል',
|
||||
'body' => 'መጫን ጀምሯል እና 1 ረድፍ ከበስተጀርባ ይካሄዳል።|የእርስዎ መጫን ጀምሯል እና :count ረድፎች ከበስተጀርባ ይሰራሉ።',
|
||||
],
|
||||
],
|
||||
'example_csv' => [
|
||||
|
||||
'file_name' => ':importer-example',
|
||||
],
|
||||
'failure_csv' => [
|
||||
|
||||
'file_name' => 'import-:import_id-:csv_name-failed-rows',
|
||||
'error_header' => 'ስህተት',
|
||||
'system_error' => 'የሲስተም ስህተት፣ እባክዎ ድጋፍን ያግኙ።',
|
||||
'column_mapping_required_for_new_record' => 'The :attribute column was not mapped to a column in the file, but it is required for creating new records.',
|
||||
],
|
||||
];
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'እርግጠኛ ነዎት ይህን ማድረግ ይፈልጋሉ?',
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
|
||||
'label' => 'ይቅር',
|
||||
],
|
||||
'confirm' => [
|
||||
|
||||
'label' => 'አጽድቅ',
|
||||
],
|
||||
'submit' => [
|
||||
|
||||
'label' => 'መዝግብ',
|
||||
],
|
||||
],
|
||||
];
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ይድገሙት',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን ይድገሙት',
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
|
||||
'label' => 'ይድገሙት',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
|
||||
'title' => 'ተደግሟል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'እነበረበት መልስ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labeln መልስ',
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
|
||||
'label' => 'እነበረበት መልስ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
|
||||
'title' => 'ወደነበረበት ተመልሷል',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'የተመረጡትን መልስ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'የተመረጡት :labelን መልስ',
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
|
||||
'label' => 'እነበረበት መልስ',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
|
||||
'title' => 'ወደነበረበት ተመልሷል',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'እይ',
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':labelን እይ',
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
|
||||
'label' => 'ዝጋ',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'ارتباط',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'ربط :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'السجلات',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'ربط',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'ربط وبدء ربط المزيد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'تم الربط',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'إرفاق',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'إرفاق :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'سجل',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'إرفاق',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'إرفاق وبدء إرفاق المزيد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'تم الإرفاق',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'إضافة :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'إضافة :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'إضافة',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'إضافة وبدء إضافة المزيد',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'تمت الإضافة',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'حذف',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'تم الحذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'حذف المحدد',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف المحدد :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'تم الحذف',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => 'تم حذف :count من :total',
|
||||
'missing_authorization_failure_message' => 'ليس لديك إذن لحذف :count.',
|
||||
'missing_processing_failure_message' => ':count لم يتم حذفه.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'لم يتم حذف أي شيء',
|
||||
'missing_authorization_failure_message' => 'ليس لديك إذن لحذف :count.',
|
||||
'missing_processing_failure_message' => 'لم يتم حذف :count.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'تم الفصل',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'تم فك الارتباط',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'تعديل',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'تعديل :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'حفظ التغييرات',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'تم الحفظ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+94
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'تصدير :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'تصدير :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'الأعمدة',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'select_all' => [
|
||||
'label' => 'تحديد الكل',
|
||||
],
|
||||
|
||||
'deselect_all' => [
|
||||
'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 صف في المرة الواحدة.',
|
||||
],
|
||||
|
||||
'no_columns' => [
|
||||
'title' => 'لم يتم تحديد أعمدة',
|
||||
'body' => 'يرجى تحديد عمود واحد على الأقل للتصدير.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'بدأ التصدير',
|
||||
'body' => 'بدأ التصدير الخاص بك وسيتم معالجة صف واحد في الخلفية. ستتلقى إشعاراً برابط التنزيل عند الانتهاء.|بدأ التصدير الخاص بك وسيتم معالجة :count صف في الخلفية. ستتلقى إشعاراً برابط التنزيل عند الانتهاء.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'export-:export_id-:model',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'حذف نهائي',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف نهائي لـ :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'تم الحذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'حذف المحدد نهائيا',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'حذف نهائي لـ :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'حذف',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'تم الحذف',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => 'تم حذف :count من أصل :total',
|
||||
'missing_authorization_failure_message' => 'ليس لديك صلاحية لحذف :count.',
|
||||
'missing_processing_failure_message' => 'تعذر حذف :count.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'فشل في الحذف',
|
||||
'missing_authorization_failure_message' => 'ليس لديك صلاحية لحذف :count.',
|
||||
'missing_processing_failure_message' => 'تعذر حذف :count.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'الإجراءات',
|
||||
],
|
||||
|
||||
];
|
||||
+81
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'استيراد :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'استيراد :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
'label' => 'ملف',
|
||||
'placeholder' => 'تحميل ملف CSV',
|
||||
'rules' => [
|
||||
'duplicate_columns' => '{0} يجب ألا يحتوي الملف على أكثر من عنوان عمود فارغ واحد.|{1,*} يجب ألا يحتوي الملف على عناوين أعمدة مكررة: :columns.',
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'خطأ في النظام، يرجى الاتصال بالدعم.',
|
||||
'column_mapping_required_for_new_record' => 'لم يتم تعيين العمود :attribut إلى عمود في الملف، ولكنه مطلوب لإنشاء سجلات جديدة.',
|
||||
],
|
||||
|
||||
];
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'هل أنت متأكد من القيام بهذه العملية؟',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'إلغاء',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'تأكيد',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'إرسال',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'تم تجاوز الحد المسموح',
|
||||
'body' => 'يرجى المحاولة مرة أخرى بعد :seconds ثانية.',
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'نسخة',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'استنساخ :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'نسخ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'تم النسخ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'استعادة',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'استعادة :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'استعادة',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'تمت الاستعادة',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'استعادة المحدد',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'استعادة :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'استعادة',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'تمت الاستعادة',
|
||||
],
|
||||
|
||||
'restored_partial' => [
|
||||
'title' => 'تمت استعادة :count من أصل :total',
|
||||
'missing_authorization_failure_message' => 'ليس لديك صلاحية لاستعادة :count.',
|
||||
'missing_processing_failure_message' => 'تعذر استعادة :count.',
|
||||
],
|
||||
|
||||
'restored_none' => [
|
||||
'title' => 'فشل في الاستعادة',
|
||||
'missing_authorization_failure_message' => 'ليس لديك صلاحية لاستعادة :count.',
|
||||
'missing_processing_failure_message' => 'تعذر استعادة :count.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'عرض',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'عرض :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'إغلاق',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -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ı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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ı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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ı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -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ı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+77
@@ -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',
|
||||
|
||||
];
|
||||
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Tətikləyicilər',
|
||||
],
|
||||
|
||||
];
|
||||
+81
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'İdxal: :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'İdxal: :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
'label' => 'Fayl',
|
||||
'placeholder' => 'Bir CSV faylı seçin',
|
||||
'rules' => [
|
||||
'duplicate_columns' => '{0} Fayl bir boş sütun başlığından çox olmamalıdır. |{1,*} Fayl təkrarlanan sütun başlıqlarına sahib olmamalıdır: :columns.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'column_mapping_required_for_new_record' => ':attribute sütunu faylda bir sütuna təyin edilməyib, amma yeni qeydlər yaratmaq üçün tələb olunur.',
|
||||
],
|
||||
|
||||
];
|
||||
+23
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Çoxalt',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label çoxalt',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'Çoxalt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'Məlumat çoxaldıldı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Göstər',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label göstər',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Bağla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Асоцииране',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Асоциирай :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Запис',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'Асоциирай',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'Асоциирай и асоциирай друг',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'Асоциирано',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Закачи',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Закачи :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Запис',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'Закачи',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'Закачи и закачи друг',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'Закачен',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Създай :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Създаване на :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Създай',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Създай и създай друг',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Създаден',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'Изтрити',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'Разкачени',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'Деасоциирани',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Редакция',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Редактиране :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Запазване',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Запазено',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -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' => 'Изтрити',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Действия',
|
||||
],
|
||||
|
||||
];
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Сигурен ли си, че искаш да направиш това?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Откажи',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Потвърди',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Изпрати',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Клонирай',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Клонирай :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'Клонирай',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'Клониран',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'Възстановени',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Преглед',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Прегледай :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Затвори',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'যুক্ত করুন',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label যুক্ত করুন',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'রেকর্ড',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'যুক্ত করুন',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'যুক্ত এবং পুনরায় যুক্ত করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'যুক্ত করা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'সংযুক্ত করুন',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label সংযুক্ত করুন',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'রেকর্ড',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'attach' => [
|
||||
'label' => 'সংযুক্ত করুন',
|
||||
],
|
||||
|
||||
'attach_another' => [
|
||||
'label' => 'সংযুক্ত এবং পুনরায় সংযুক্ত করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'attached' => [
|
||||
'title' => 'সংযুক্ত করা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'নতুন :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label তৈরি করুন',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'তৈরি করুন',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'তৈরি এবং নতুন তৈরি করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'তৈরি হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'মুছে ফেলা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'বিচ্ছিন্ন করা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'পৃথক করা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'সম্পাদন করুন',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label সম্পাদন করুন',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'সংরক্ষণ করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'সংরক্ষিত হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+77
@@ -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',
|
||||
|
||||
];
|
||||
@@ -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' => 'মুছে ফেলা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'কার্যক্রম',
|
||||
],
|
||||
|
||||
];
|
||||
+85
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => ':label আমদানি করুন',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label আমদানি করুন',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
|
||||
'label' => 'ফাইল',
|
||||
|
||||
'placeholder' => 'একটি CSV ফাইল আপলোড করুন',
|
||||
|
||||
'rules' => [
|
||||
'duplicate_columns' => '{0} ফাইলে একাধিক খালি কলাম হেডার থাকতে হবে না।|{1,*} ফাইলে ডুপ্লিকেট কলাম হেডার থাকতে হবে না: :columns।',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'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' => 'সিস্টেম ত্রুটি, দয়া করে সহায়তা নিন।',
|
||||
'column_mapping_required_for_new_record' => ':attribute কলাম ফাইলের একটি কলামের সাথে ম্যাপ করা হয়নি, কিন্তু নতুন রেকর্ড তৈরি করার জন্য এটি প্রয়োজন।',
|
||||
],
|
||||
|
||||
];
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'আপনি কি নিশ্চিত আপনি এটি করতে চান?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'বাতিল করুন',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'নিশ্চিত করুন',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'জমা দিন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'অতিরিক্ত চেষ্টা',
|
||||
'body' => 'দয়া করে :seconds সেকেন্ড পর আবার চেষ্টা করুন।',
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'প্রতিরূপ করুন',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label প্রতিরূপ করুন',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'প্রতিরূপ করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'প্রতিরূপ তৈরি করা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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' => 'পুনরুদ্ধার করা হয়েছে',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'দেখুন',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label দেখুন',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'বন্ধ করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Povežite',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Povežite :label',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'record_id' => [
|
||||
'label' => 'Zapis',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'associate' => [
|
||||
'label' => 'Povežite',
|
||||
],
|
||||
|
||||
'associate_another' => [
|
||||
'label' => 'Povežite i povežite još jedan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'associated' => [
|
||||
'title' => 'Povezano',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Priložite',
|
||||
|
||||
'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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Kreirajte',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Kreirajte :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Kreirati',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Kreirajte i kreirajte još jedan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Uspješno kreirano',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Izbrišite',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Brisanje :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Izbrisati',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Izbrisano',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Izbrišite izabrano',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Izbrišite izabrani :label ',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Izbrišite izabrani',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Izbrisano',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Uredite',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Uredite :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Sačuvajte',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Sačuvano',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Eksportujte :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Exportujte :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'Kolone',
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
'label' => ':column kolona aktivna',
|
||||
],
|
||||
|
||||
'label' => [
|
||||
'label' => ':column oznaka',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'export' => [
|
||||
'label' => 'Eksportujte',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Eksport završen',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_csv' => [
|
||||
'label' => 'Preuzmite .csv',
|
||||
],
|
||||
|
||||
'download_xlsx' => [
|
||||
'label' => 'Preuzmite .xlsx',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'Eksport je prevelik.',
|
||||
'body' => 'Ne možete eksportovati više od 1 reda odjednom.|Ne možete eksportovati više od :count redova odjednom',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Eksport započet',
|
||||
'body' => 'Vaš eksport je započeo i 1 red će se obrađivati u pozadini. Dobit ćete obavijest s linkom za preuzimanje kada bude dovršeno. | Vaš eksport je započeo i :count redova će se obrađivati u pozadini. Dobit ćete obavijest s linkom za preuzimanje kada bude dovršeno.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'eksport-:export_id-:model',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Izbrišite zauvijek',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Izbrišite :label zauvijek',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Izbrišite',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Zapis izbrisan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Izabrano izbrišite zauvijek',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Zauvijek izbrišite :label ',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Izbrisati',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Zapisi izbrisani',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Akcije',
|
||||
],
|
||||
|
||||
];
|
||||
+85
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Importujte :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Importujte :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'file' => [
|
||||
|
||||
'label' => 'Fajl',
|
||||
|
||||
'placeholder' => 'Priložite CSV fajl',
|
||||
|
||||
'rules' => [
|
||||
'duplicate_columns' => '{0} Fajl ne smije sadržavati više od jednog praznog zaglavlja kolone.|{1,*} Fajl ne smije sadržavati duplicirana zaglavlja kolona: :columns.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'columns' => [
|
||||
'label' => 'Kolone',
|
||||
'placeholder' => 'Odaberite kolonu',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_example' => [
|
||||
'label' => 'Preuzmite primjer CSV fajla',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'label' => 'Importujte',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Import završen',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_failed_rows_csv' => [
|
||||
'label' => 'Preuzmite informacije o neuspješnom redu|Preuzmite informacije o neuspješnim redovima',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'Učitani CSV fajl je prevelik',
|
||||
'body' => 'Ne možete importovati više od 1 reda odjednom.|Ne možete uvesti više od :count redova odjednom.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Import započet',
|
||||
'body' => 'Vaš uvoz je započeo i 1 red će se obrađivati u pozadini.|Vaš uvoz je započeo i :count redova će se obrađivati u pozadini.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'example_csv' => [
|
||||
'file_name' => ':importer-primjer',
|
||||
],
|
||||
|
||||
'failure_csv' => [
|
||||
'file_name' => 'import-:import_id-:csv_name-neuspješni-redovi',
|
||||
'error_header' => 'greška',
|
||||
'system_error' => 'Sistemska greška, molimo kontaktirajte podršku.',
|
||||
'column_mapping_required_for_new_record' => ':attribute kolona nije povezana s kolonom u fajlu, a potrebna je za kreiranje novih zapisa.',
|
||||
],
|
||||
|
||||
];
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Jeste li sigurni da želite to učiniti?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Prekid',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Potvrdi',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Pošalji',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Duplicirajte',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Duplicirajte :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => 'Duplicirati',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => 'Zapis dupliciran',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Povrati',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Povrati :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Povrati',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Zapis vraćen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Izabrani vratiti',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Povrati :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Povratiti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Zapisi vraćen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Pregledajte',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Pregled :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zatvoriti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+45
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+37
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
<?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',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => 'Esborrats :count de :total',
|
||||
'missing_authorization_failure_message' => 'No tens permís per eliminar :count.',
|
||||
'missing_processing_failure_message' => ':count no s\'han pogut eliminar.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'No s\'ha pogut eliminar',
|
||||
'missing_authorization_failure_message' => 'No tens permís per eliminar :count.',
|
||||
'missing_processing_failure_message' => ':count no s\'han pogut eliminar.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+61
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Editar',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Editar :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Desar canvis',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Desat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+94
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Exportar :label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Exportar :label',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'Columnes',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'select_all' => [
|
||||
'label' => 'Seleccionar tot',
|
||||
],
|
||||
|
||||
'deselect_all' => [
|
||||
'label' => 'Deseleccionar tot',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
'label' => ':column activada',
|
||||
],
|
||||
|
||||
'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.',
|
||||
],
|
||||
|
||||
'no_columns' => [
|
||||
'title' => 'No s\'ha seleccionat cap columna',
|
||||
'body' => 'Si us plau, selecciona almenys una columna per exportar.',
|
||||
],
|
||||
|
||||
'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',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,73 @@
|
||||
<?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',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => 'Esborrats :count de :total',
|
||||
'missing_authorization_failure_message' => 'No tens permís per esborrar :count.',
|
||||
'missing_processing_failure_message' => ':count no s\'han pogut esborrar.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'No s\'ha pogut esborrar',
|
||||
'missing_authorization_failure_message' => 'No tens permís per esborrar :count.',
|
||||
'missing_processing_failure_message' => ':count no s\'han pogut esborrar.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => 'Accions',
|
||||
],
|
||||
|
||||
];
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user