mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
89d2b3bb5c
Currently translated at 100.0% (51 of 51 strings)
53 lines
3.5 KiB
JSON
53 lines
3.5 KiB
JSON
{
|
|
"argument_required": "Argument '{argument}' is required",
|
|
"authentication_profile_required": "Authentication to profile '{profile}' required",
|
|
"authentication_required": "المصادقة مطلوبة",
|
|
"authentication_required_long": "المصادقة مطلوبة قبل القيام بهذا الإجراء",
|
|
"colon": "{}: ",
|
|
"confirm": "تأكيد {prompt}",
|
|
"deprecated_command": "'{prog} {command}' is deprecated and will be removed in the future",
|
|
"deprecated_command_alias": "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead",
|
|
"error": "خطأ :",
|
|
"error_see_log": "طرأ هناك خطأ. يرجى الإطلاع على السجلات للمزيد مِن التفاصيل على المسار /var/log/yunohost/.",
|
|
"file_exists": "إنّ الملف موجود من قبل : '{path}'",
|
|
"file_not_exist": "الملف غير موجود : '{path}'",
|
|
"folder_exists": "إنّ المجلد موجود من قبل : '{path}'",
|
|
"folder_not_exist": "المجلد غير موجود",
|
|
"instance_already_running": "An instance is already running",
|
|
"invalid_argument": "المُعامِل غير صالح '{argument}': {error}",
|
|
"invalid_password": "كلمة السر خاطئة",
|
|
"invalid_usage": "Invalid usage, pass --help to see help",
|
|
"ldap_attribute_already_exists": "Attribute '{attribute}' already exists with value '{value}'",
|
|
"ldap_operation_error": "طرأ هناك خطأ أثناء عملية في LDAP",
|
|
"ldap_server_down": "لا يمكن الإتصال بخادم LDAP",
|
|
"logged_in": "Logged in",
|
|
"logged_out": "تم تسجيل خروجك",
|
|
"not_logged_in": "لم تقم بعدُ بتسجيل دخولك",
|
|
"operation_interrupted": "تم توقيف العملية",
|
|
"password": "كلمة السر",
|
|
"pattern_not_match": "Does not match pattern",
|
|
"permission_denied": "رُفض التصريح",
|
|
"root_required": "يتوجب عليك أن تكون مدير الجذر root للقيام بهذا الإجراء",
|
|
"server_already_running": "هناك خادم يشتغل على ذاك المنفذ",
|
|
"success": "تم بنجاح !",
|
|
"unable_authenticate": "تعذرت المصادقة",
|
|
"unable_retrieve_session": "تعذرت مواصلة الجلسة",
|
|
"unknown_group": "Unknown '{group}' group",
|
|
"unknown_user": "Unknown '{user}' user",
|
|
"values_mismatch": "القيمتين غير متطابقتين",
|
|
"warning": "تحذير :",
|
|
"websocket_request_expected": "Expected a WebSocket request",
|
|
"cannot_open_file": "Could not open file {file:s} (reason: {error:s})",
|
|
"cannot_write_file": "Could not write file {file:s} (reason: {error:s})",
|
|
"unknown_error_reading_file": "طرأ هناك خطأ ما أثناء عملية قراءة الملف {file:s}",
|
|
"corrupted_json": "Corrupted json read from {ressource:s} (reason: {error:s})",
|
|
"error_writing_file": "Error when writing file {file:s}: {error:s}",
|
|
"error_removing": "Error when removing {path:s}: {error:s}",
|
|
"error_changing_file_permissions": "Error when changing permissions for {path:s}: {error:s}",
|
|
"invalid_url": "Invalid url {url:s} (does this site exists ?)",
|
|
"download_ssl_error": "SSL error when connecting to {url:s}",
|
|
"download_timeout": "{url:s} took too long to answer, gave up.",
|
|
"download_unknown_error": "Error when downloading data from {url:s} : {error:s}",
|
|
"download_bad_status_code": "{url:s} returned status code {code:s}",
|
|
"command_unknown": "Command '{command:s}' unknown ?"
|
|
}
|