From 53d6d9fa5a8250bc7c37cfb64e5e4f894df7030d Mon Sep 17 00:00:00 2001 From: Ahmed Khaled Date: Sun, 12 Sep 2021 16:28:07 +0000 Subject: [PATCH] feat(translations): update Arabic translation Currently translated at 1.7% (4 of 228 strings) Translation: Discord Tickets/Bot Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/ar/ --- src/locales/ar.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 0967ef4..20c3b0f 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -1 +1,14 @@ -{} +{ + "bot": { + "missing_permissions": { + "description": "احتاج الى الاذونات التالية : \n%s" + } + }, + "cmd_usage": { + "args": { + "description": "**الوصف:** %s", + "example": "**مثال:** `%s`" + }, + "description": "**الاستخدام:**\n`%s`\n\n**مثال:**\n`%s`\n\nالتوابع المطلوبه تبدأ ب `❗`." + } +}