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التوابع المطلوبه تبدأ ب `❗`." + } +}