diff --git a/locales/fr.json b/locales/fr.json index c0eaf38e..53b323d1 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -43,5 +43,9 @@ "corrupted_toml": "Fichier TOML corrompu en lecture depuis {ressource} (raison : {error})", "warn_the_user_about_waiting_lock": "Une autre commande YunoHost est actuellement en cours, nous attendons qu'elle se termine avant de démarrer celle là", "warn_the_user_about_waiting_lock_again": "Toujours en attente...", - "warn_the_user_that_lock_is_acquired": "La commande précédente vient de se terminer, lancement de cette nouvelle commande" -} \ No newline at end of file + "warn_the_user_that_lock_is_acquired": "La commande précédente vient de se terminer, lancement de cette nouvelle commande", + "invalid_token": "Jeton non valide - veuillez vous authentifier", + "ldap_server_is_down_restart_it": "Le service LDAP s'est arrêté, une tentative de redémarrage est en cours...", + "session_expired": "La session a expiré. Merci de vous ré-authentifier.", + "edit_text_question": "{}. Modifier ce texte ? [yN] : " +} diff --git a/locales/gl.json b/locales/gl.json index 7b38da9f..b446705e 100644 --- a/locales/gl.json +++ b/locales/gl.json @@ -43,5 +43,6 @@ "unknown_error_reading_file": "Erro descoñecido ao intentar ler o ficheiro {file} (razón: {error})", "cannot_write_file": "Non se puido escribir o ficheiro {file} (razón: {error})", "cannot_open_file": "Non se puido abrir o ficheiro {file} (razón: {error})", - "websocket_request_expected": "Agardábase unha solicitude WebSocket" -} \ No newline at end of file + "websocket_request_expected": "Agardábase unha solicitude WebSocket", + "edit_text_question": "{}. Editar este texto ? [yN]: " +} diff --git a/locales/id.json b/locales/id.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/locales/id.json @@ -0,0 +1 @@ +{} diff --git a/locales/mk.json b/locales/mk.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/locales/mk.json @@ -0,0 +1 @@ +{} diff --git a/locales/uk.json b/locales/uk.json index b0d635ce..8b88f15f 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -43,5 +43,6 @@ "confirm": "Підтвердити {prompt}", "colon": "{}: ", "authentication_required": "Потрібна автентифікація", - "argument_required": "Потрібен аргумент '{argument}'" -} \ No newline at end of file + "argument_required": "Потрібен аргумент '{argument}'", + "edit_text_question": "{}. Редагувати цей текст? [yN]: " +}