From bd57e3404759fdf070d2a4b41884922a30545edb Mon Sep 17 00:00:00 2001 From: Majd <54972678+majdghithan@users.noreply.github.com> Date: Fri, 14 Feb 2025 01:09:08 +0200 Subject: [PATCH 1/3] Create ar --- resources/lang/ar | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/lang/ar diff --git a/resources/lang/ar b/resources/lang/ar new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/resources/lang/ar @@ -0,0 +1 @@ + From 46938005a1e9eeb778fbab60cc802a74253b4490 Mon Sep 17 00:00:00 2001 From: Majd <54972678+majdghithan@users.noreply.github.com> Date: Fri, 14 Feb 2025 01:10:01 +0200 Subject: [PATCH 2/3] Delete resources/lang/ar --- resources/lang/ar | 1 - 1 file changed, 1 deletion(-) delete mode 100644 resources/lang/ar diff --git a/resources/lang/ar b/resources/lang/ar deleted file mode 100644 index 8b13789..0000000 --- a/resources/lang/ar +++ /dev/null @@ -1 +0,0 @@ - From 8dab494eda75365269c1104853f3f757adf20bd3 Mon Sep 17 00:00:00 2001 From: Majd Date: Fri, 14 Feb 2025 01:12:05 +0200 Subject: [PATCH 3/3] add arabic translations --- resources/lang/ar/filament-comments.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/ar/filament-comments.php diff --git a/resources/lang/ar/filament-comments.php b/resources/lang/ar/filament-comments.php new file mode 100644 index 0000000..d88f2af --- /dev/null +++ b/resources/lang/ar/filament-comments.php @@ -0,0 +1,15 @@ + 'التعليقات', + 'comments.add' => 'إضافة تعليق', + 'comments.empty' => 'لا توجد تعليقات حتى الآن.', + 'comments.placeholder' => 'أضف تعليقاً...', + + 'notifications.created' => 'تمت إضافة التعليق.', + 'notifications.deleted' => 'تم حذف التعليق.', + + 'modal.heading' => 'التعليقات', + + 'comments.delete.tooltip' => 'حذف التعليق' +];