mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Merge pull request #353 from YunoHost/actions/i18nreformat
Reformat locale files
This commit is contained in:
commit
c63634f86f
36 changed files with 39 additions and 39 deletions
|
@ -36,12 +36,12 @@
|
||||||
"error_writing_file": "Error when writing file {file}: {error}",
|
"error_writing_file": "Error when writing file {file}: {error}",
|
||||||
"error_removing": "Error when removing {path}: {error}",
|
"error_removing": "Error when removing {path}: {error}",
|
||||||
"error_changing_file_permissions": "Error when changing permissions for {path}: {error}",
|
"error_changing_file_permissions": "Error when changing permissions for {path}: {error}",
|
||||||
"invalid_url": "Failed to connect to {url}… maybe the service is down, or you are not properly connected to the Internet in IPv4/IPv6.",
|
"invalid_url": "Failed to connect to {url}... maybe the service is down, or you are not properly connected to the Internet in IPv4/IPv6.",
|
||||||
"download_ssl_error": "SSL error when connecting to {url}",
|
"download_ssl_error": "SSL error when connecting to {url}",
|
||||||
"download_timeout": "{url} took too long to answer, gave up.",
|
"download_timeout": "{url} took too long to answer, gave up.",
|
||||||
"download_unknown_error": "Error when downloading data from {url}: {error}",
|
"download_unknown_error": "Error when downloading data from {url}: {error}",
|
||||||
"download_bad_status_code": "{url} returned status code {code}",
|
"download_bad_status_code": "{url} returned status code {code}",
|
||||||
"warn_the_user_about_waiting_lock": "Another YunoHost command is running right now, we are waiting for it to finish before running this one",
|
"warn_the_user_about_waiting_lock": "Another YunoHost command is running right now, we are waiting for it to finish before running this one",
|
||||||
"warn_the_user_about_waiting_lock_again": "Still waiting…",
|
"warn_the_user_about_waiting_lock_again": "Still waiting...",
|
||||||
"warn_the_user_that_lock_is_acquired": "The other command just completed, now starting this command"
|
"warn_the_user_that_lock_is_acquired": "The other command just completed, now starting this command"
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"error_writing_file": "Erreur en écrivant le fichier {file} : {error}",
|
"error_writing_file": "Erreur en écrivant le fichier {file} : {error}",
|
||||||
"error_removing": "Erreur lors de la suppression {path} : {error}",
|
"error_removing": "Erreur lors de la suppression {path} : {error}",
|
||||||
"error_changing_file_permissions": "Erreur lors de la modification des autorisations pour {path} : {error}",
|
"error_changing_file_permissions": "Erreur lors de la modification des autorisations pour {path} : {error}",
|
||||||
"invalid_url": "Impossible de se connecter à {url}… peut-être que le service est en panne ou que vous n'êtes pas correctement connecté à Internet en IPv4/IPv6.",
|
"invalid_url": "Impossible de se connecter à {url}... peut-être que le service est en panne ou que vous n'êtes pas correctement connecté à Internet en IPv4/IPv6.",
|
||||||
"download_ssl_error": "Erreur SSL lors de la connexion à {url}",
|
"download_ssl_error": "Erreur SSL lors de la connexion à {url}",
|
||||||
"download_timeout": "{url} a pris trop de temps pour répondre : abandon.",
|
"download_timeout": "{url} a pris trop de temps pour répondre : abandon.",
|
||||||
"download_unknown_error": "Erreur lors du téléchargement des données à partir de {url} : {error}",
|
"download_unknown_error": "Erreur lors du téléchargement des données à partir de {url} : {error}",
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"info": "Info :",
|
"info": "Info :",
|
||||||
"corrupted_toml": "Fichier TOML corrompu en lecture depuis {ressource} (raison : {error})",
|
"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": "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_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",
|
"warn_the_user_that_lock_is_acquired": "La commande précédente vient de se terminer, lancement de cette nouvelle commande",
|
||||||
"edit_text_question": "{}. Modifier ce texte ? [yN] : "
|
"edit_text_question": "{}. Modifier ce texte ? [yN] : "
|
||||||
}
|
}
|
Loading…
Reference in a new issue