diff --git a/_locales/ar/messages.json b/_locales/ar/messages.json new file mode 100644 index 0000000..1be3c2e --- /dev/null +++ b/_locales/ar/messages.json @@ -0,0 +1,154 @@ +{ + "extName": { + "message": "d3coder", + "description": "Name of the extension" + }, + "extDescription": { + "message": "Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion", + "description": "Short description of the extension" + }, + "settings": { + "message": "الإعدادات", + "description": "Title of the settings dialog for the extension" + }, + "message_type": { + "message": "نوع الرسالة", + "description": "How the converted text will be displayed" + }, + "type_alert": { + "message": "استعمال alert()", + "description": "Setting that enables the messages to be displayed in an alert box" + }, + "type_console": { + "message": "سجل في وحدة التحكم (console)", + "description": "Setting that enables the messages to be displayed in the JS console" + }, + "type_html": { + "message": "إضافة عنصر HTML أسفل الصفحة", + "description": "Setting that enables the messages to be displayed in a HTML element inserted into the page" + }, + "type_inplace": { + "message": "استخدم التحديد واستبدل النص في مكانه", + "description": "Setting that enables the messages to be displayed as replacement of the original text" + }, + "copy_results_to_clipboard": { + "message": "انسخ النتائج إلى الحافظة (Clipboard) بعد التحويل (اعلم أن هذا قد يتجاوز البيانات الموجودة في الحافظة الخاصة بك ، لذا استخدم بحذر!)", + "description": "Label of the checkbox that enables clipboard-copy post-conversion in the settings" + }, + "activate_functions": { + "message": "تفعيل المهام", + "description": "Title of the part of the settings that (in)activates de/encoding functions" + }, + "activate_functions_description": { + "message": "يمكنك تفعيل أو إلغاء المهام", + "description": "Description for the part of the settings that (in)activates de/encoding functions" + }, + "function_rot13": { + "message": "ROT13", + "description": "Function name for ROT13" + }, + "function_timestamp": { + "message": "تحويل الطابع الزمني", + "description": "Function name for UNIX Timestamp conversion" + }, + "function_bin2hex": { + "message": "النظام الثنائي إلى النظام السداسي عشري (bin2hex)", + "description": "Function name for bin2hex" + }, + "function_bin2txt": { + "message": "النظام الثنائي إلى نص", + "description": "Function name for bin2txt" + }, + "function_ascii2hex": { + "message": "ASCII إلى النظام السداسي عشري", + "description": "Function name for ASCII to Hex" + }, + "function_hex2ascii": { + "message": "النظام السداسي عشري إلى ASCII", + "description": "Function name for Hex to ASCII" + }, + "function_html_entity_decode": { + "message": "فك تشفير HTML entity", + "description": "Function name for HTML entity decode" + }, + "function_html_entities": { + "message": "HTML entities", + "description": "Function name for HTML entities" + }, + "function_uri_encode": { + "message": "تشفير URI", + "description": "Function name for URI encode" + }, + "function_uri_decode": { + "message": "فك تشفير URI", + "description": "Function name for URI decode" + }, + "function_htmlspecialchars": { + "message": "تشفير الرموز الخاصة HTML", + "description": "Function name for HTML special chars encode" + }, + "function_htmlspecialchars_decode": { + "message": "فك تشفير الرموز الخاصة HTML", + "description": "Function name for HTML special chars decode" + }, + "function_md5": { + "message": "MD5", + "description": "Function name for MD5" + }, + "function_sha1": { + "message": "SHA1", + "description": "Function name for SHA1" + }, + "function_crc32": { + "message": "CRC32", + "description": "Function name for CRC32" + }, + "function_quoted_printable_decode": { + "message": "فك تشفير Quoted printable", + "description": "Function name for Quoted printable decode" + }, + "function_quoted_printable_encode": { + "message": "تشفير Quoted printable", + "description": "Function name for Quoted printable encode" + }, + "function_escapeshellarg": { + "message": "Escapeshellarg", + "description": "Function name for Escapeshellarg" + }, + "function_base64_encode": { + "message": "تشفير Base64", + "description": "Function name for Base64 encode" + }, + "function_base64_decode": { + "message": "فك تشفير Base64", + "description": "Function name for Base64 decode" + }, + "function_unserialize": { + "message": "Unserialize", + "description": "Function name for Unserialize" + }, + "function_leet_decode": { + "message": "فك تشفير L33T", + "description": "Function name for L33T Decode" + }, + "function_leet_encode": { + "message": "تشفير L33T", + "description": "Function name for L33T Encode" + }, + "function_reverse_text": { + "message": "عكس النص", + "description": "Function name for Reverse Text" + }, + "message_copied_to_clipboard": { + "message": "تم نسخ النص إلى الحافظة!", + "description": "message when text was successfully copied to the clipboard" + }, + "copy_last_conversion_to_clipboard": { + "message": "نسخ التحويلات السابقة إلى الحافظة", + "description": "" + }, + "options_saved": { + "message": "تم حفظ الإعدادات.", + "description": "Success message when the user settings where successfully saved" + } +} \ No newline at end of file