From 9868ad44c649d5d815c197b7f41fe8f720af27ff Mon Sep 17 00:00:00 2001 From: Kepsondiaz Date: Wed, 6 Nov 2024 09:15:54 +0000 Subject: [PATCH 1/2] Add missing Arabic translation for columns.label in table.php --- packages/tables/resources/lang/ar/table.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/tables/resources/lang/ar/table.php b/packages/tables/resources/lang/ar/table.php index f26f0c4a3a1..4baf73de924 100644 --- a/packages/tables/resources/lang/ar/table.php +++ b/packages/tables/resources/lang/ar/table.php @@ -10,6 +10,10 @@ 'columns' => [ + 'actions' => [ + 'label' => 'إجراء | إجراءات', + ], + 'text' => [ 'actions' => [ From 81650cc0c71392bdb3c88488764c3f36b1136233 Mon Sep 17 00:00:00 2001 From: Kepsondiaz Date: Wed, 6 Nov 2024 09:26:36 +0000 Subject: [PATCH 2/2] Add missing Arabic translation for failure_csv.column_mapping_required_for_new_record in import.php --- packages/actions/resources/lang/ar/import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/actions/resources/lang/ar/import.php b/packages/actions/resources/lang/ar/import.php index 26d1ae06fa3..93a00fc65cd 100644 --- a/packages/actions/resources/lang/ar/import.php +++ b/packages/actions/resources/lang/ar/import.php @@ -75,6 +75,7 @@ 'file_name' => 'import-:import_id-:csv_name-failed-rows', 'error_header' => 'خطأ', 'system_error' => 'خطأ في النظام، يرجى الاتصال بالدعم.', + 'column_mapping_required_for_new_record' => 'لم يتم تعيين العمود :attribut إلى عمود في الملف، ولكنه مطلوب لإنشاء سجلات جديدة.', ], ];