From 94c6cbe370e851a6f0ccc789f3557496c8c17363 Mon Sep 17 00:00:00 2001 From: Achraf <136148902+achrafvod@users.noreply.github.com> Date: Sun, 11 Feb 2024 06:18:18 +0100 Subject: [PATCH] chore(locales): create ar.json (#493) --- locales/ar.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ar.json diff --git a/locales/ar.json b/locales/ar.json new file mode 100644 index 0000000..3092f48 --- /dev/null +++ b/locales/ar.json @@ -0,0 +1,15 @@ +{ + "language": "العربية", + "ui": { + "cancel": "إلغاء", + "close": "إغلاق", + "confirm": "تأكيد", + "more": "المزيد ..." + }, + "txadmin_announcement": "إعلان من قبل %s", + "txadmin_dm": "رسالة من %s", + "txadmin_warn": "تم تحذيرك من قبل %s", + "txadmin_warn_content": "%s \nأيدي: %s", + "txadmin_scheduledrestart": "تحديد ريستارت للسرفر" + } +