mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Merge pull request #250 from yunohost-bot/weblate-yunohost-moulinette
Update from Weblate
This commit is contained in:
commit
c4b9e29617
2 changed files with 9 additions and 4 deletions
|
@ -52,6 +52,9 @@
|
||||||
"corrupted_yaml": "قراءة مُشوّهة لنسق yaml مِن {ressource:s} (السبب : {error:s})",
|
"corrupted_yaml": "قراءة مُشوّهة لنسق yaml مِن {ressource:s} (السبب : {error:s})",
|
||||||
"info": "معلومة:",
|
"info": "معلومة:",
|
||||||
"warn_the_user_about_waiting_lock_again": "جارٍ الانتظار…",
|
"warn_the_user_about_waiting_lock_again": "جارٍ الانتظار…",
|
||||||
"warn_the_user_that_lock_is_acquired": "لقد انتهى تنفيذ ذاك الأمر ، جارٍ إطلاق الأمر",
|
"warn_the_user_that_lock_is_acquired": "لقد انتهى تنفيذ ذاك الأمر للتوّ ، جارٍ تنفيذ هذا الأمر",
|
||||||
"warn_the_user_about_waiting_lock": "هناك أمر لـ YunoHost قيد التشغيل حاليا. في انتظار انتهاء تنفيذه قبل تشغيل التالي"
|
"warn_the_user_about_waiting_lock": "هناك أمر لـ YunoHost قيد التشغيل حاليا. في انتظار انتهاء تنفيذه قبل تشغيل التالي",
|
||||||
|
"ldap_server_is_down_restart_it": "إنّ خدمة LDAP غير مشغّلة ، نحن بصدد محاولة إعادة تشغيلها…",
|
||||||
|
"session_expired": "لقد انتهت مدة صلاحية الجلسة. رجاءً أعد الإستيثاق.",
|
||||||
|
"invalid_token": "إنّ الرمز المميز غير صالح - يرجى الإستيثاق"
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,9 +51,11 @@
|
||||||
"download_bad_status_code": "{url:s} ha restituito il codice di stato {code:s}",
|
"download_bad_status_code": "{url:s} ha restituito il codice di stato {code:s}",
|
||||||
"command_unknown": "Comando '{command:s}' sconosciuto ?",
|
"command_unknown": "Comando '{command:s}' sconosciuto ?",
|
||||||
"info": "Info:",
|
"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_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",
|
"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})",
|
"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..."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue