diff --git a/locales/ar.json b/locales/ar.json index 260d614f..f54a6127 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -52,6 +52,9 @@ "corrupted_yaml": "قراءة مُشوّهة لنسق yaml مِن {ressource:s} (السبب : {error:s})", "info": "معلومة:", "warn_the_user_about_waiting_lock_again": "جارٍ الانتظار…", - "warn_the_user_that_lock_is_acquired": "لقد انتهى تنفيذ ذاك الأمر ، جارٍ إطلاق الأمر", - "warn_the_user_about_waiting_lock": "هناك أمر لـ YunoHost قيد التشغيل حاليا. في انتظار انتهاء تنفيذه قبل تشغيل التالي" + "warn_the_user_that_lock_is_acquired": "لقد انتهى تنفيذ ذاك الأمر للتوّ ، جارٍ تنفيذ هذا الأمر", + "warn_the_user_about_waiting_lock": "هناك أمر لـ YunoHost قيد التشغيل حاليا. في انتظار انتهاء تنفيذه قبل تشغيل التالي", + "ldap_server_is_down_restart_it": "إنّ خدمة LDAP غير مشغّلة ، نحن بصدد محاولة إعادة تشغيلها…", + "session_expired": "لقد انتهت مدة صلاحية الجلسة. رجاءً أعد الإستيثاق.", + "invalid_token": "إنّ الرمز المميز غير صالح - يرجى الإستيثاق" } diff --git a/locales/it.json b/locales/it.json index fa228abc..fdb6d2b9 100644 --- a/locales/it.json +++ b/locales/it.json @@ -51,9 +51,11 @@ "download_bad_status_code": "{url:s} ha restituito il codice di stato {code:s}", "command_unknown": "Comando '{command:s}' sconosciuto ?", "info": "Info:", - "warn_the_user_that_lock_is_acquired": "l'altro comando è appena completato, ora avvia questo comando", + "warn_the_user_that_lock_is_acquired": "l'altro comando è appena completato, ora avvio questo comando", "warn_the_user_about_waiting_lock_again": "Sto ancora aspettando ...", "warn_the_user_about_waiting_lock": "Un altro comando YunoHost è in esecuzione in questo momento, stiamo aspettando che finisca prima di eseguire questo", "corrupted_toml": "Toml corrotto da {ressource:s} (motivo: {errore:s})", - "invalid_token": "Token non valido: autenticare" + "invalid_token": "Token non valido: autenticare", + "session_expired": "La sessione è terminata. Sei pregato di autenticarti nuovamente.", + "ldap_server_is_down_restart_it": "Il servizio LDAP è terminato, riprovo ad avviarlo..." }