From 166fd7e824633c9686079032487da7cff915f5a4 Mon Sep 17 00:00:00 2001 From: dagangtie Date: Fri, 5 Nov 2021 13:50:15 +0000 Subject: [PATCH 1/3] Translated using Weblate (Chinese (Simplified)) Currently translated at 97.7% (44 of 45 strings) Translation: YunoHost/moulinette Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/zh_Hans/ --- locales/cmn.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/locales/cmn.json b/locales/cmn.json index 447a65cd..678d5681 100644 --- a/locales/cmn.json +++ b/locales/cmn.json @@ -42,5 +42,6 @@ "warn_the_user_that_lock_is_acquired": "另一个命令刚刚完成,现在启动此命令", "warn_the_user_about_waiting_lock_again": "还在等...", "warn_the_user_about_waiting_lock": "目前正在运行另一个YunoHost命令,我们在运行此命令之前等待它完成", - "corrupted_toml": "从{ressource:s}读取的TOML损坏(原因:{error:s})" -} \ No newline at end of file + "corrupted_toml": "从{ressource:s}读取的TOML损坏(原因:{error:s})", + "edit_text_question": "{}.编辑此文本?[yN]: " +} From cb6e0464adfaa57a70f8c8b956b11d71fc912d6a Mon Sep 17 00:00:00 2001 From: Flavio Cristoforetti Date: Mon, 8 Nov 2021 11:50:31 +0000 Subject: [PATCH 2/3] Translated using Weblate (Italian) Currently translated at 100.0% (45 of 45 strings) Translation: YunoHost/moulinette Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/it/ --- locales/it.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/locales/it.json b/locales/it.json index e07c30e7..4ce12abe 100644 --- a/locales/it.json +++ b/locales/it.json @@ -33,7 +33,7 @@ "error_writing_file": "Errore durante la scrittura del file {file}: {error}", "error_removing": "Errore durante la rimozione {path}: {error}", "error_changing_file_permissions": "Errore durante il cambio di permessi per {path}: {error}", - "invalid_url": "URL non valido {url} (il sito esiste?)", + "invalid_url": "Fallita connessione a {url}... magari il servizio è down, o non sei connesso correttamente ad internet con IPv4/IPv6.", "download_ssl_error": "Errore SSL durante la connessione a {url}", "download_timeout": "{url} ci ha messo troppo a rispondere, abbandonato.", "download_unknown_error": "Errore durante il download di dati da {url} : {error}", @@ -42,5 +42,6 @@ "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} (motivo: {error})" -} \ No newline at end of file + "corrupted_toml": "TOML corrotto da {ressource} (motivo: {error})", + "edit_text_question": "{}. Modificare il testo? [yN]: " +} From b7c05f1daa0748baaff6a723509e4057ee7a9915 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 15 Nov 2021 18:43:18 +0100 Subject: [PATCH 3/3] fix i18n string format --- locales/cmn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/cmn.json b/locales/cmn.json index 678d5681..03ec713b 100644 --- a/locales/cmn.json +++ b/locales/cmn.json @@ -42,6 +42,6 @@ "warn_the_user_that_lock_is_acquired": "另一个命令刚刚完成,现在启动此命令", "warn_the_user_about_waiting_lock_again": "还在等...", "warn_the_user_about_waiting_lock": "目前正在运行另一个YunoHost命令,我们在运行此命令之前等待它完成", - "corrupted_toml": "从{ressource:s}读取的TOML损坏(原因:{error:s})", + "corrupted_toml": "从{ressource}读取的TOML损坏(原因:{error})", "edit_text_question": "{}.编辑此文本?[yN]: " }