From f08c239747a075bc301e4556a7382b1e6ec8d926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Jul 2020 23:55:39 +0200 Subject: [PATCH] Update en.json - *Typos* --- locales/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/locales/en.json b/locales/en.json index be6a8015..7558e910 100644 --- a/locales/en.json +++ b/locales/en.json @@ -41,20 +41,20 @@ "cannot_open_file": "Could not open file {file:s} (reason: {error:s})", "cannot_write_file": "Could not write file {file:s} (reason: {error:s})", "unknown_error_reading_file": "Unknown error while trying to read file {file:s} (reason: {error:s})", - "corrupted_json": "Corrupted json read from {ressource:s} (reason: {error:s})", - "corrupted_yaml": "Corrupted yaml read from {ressource:s} (reason: {error:s})", - "corrupted_toml": "Corrupted toml read from {ressource:s} (reason: {error:s})", - "error_writing_file": "Error when writing file {file:s}: {error:s}", + "corrupted_json": "Corrupted JSON read from {ressource:s} (reason: {error:s})", + "corrupted_yaml": "Corrupted YAML read from {ressource:s} (reason: {error:s})", + "corrupted_toml": "Corrupted TOML read from {ressource:s} (reason: {error:s})", + "error_writing_file": "Error when writing file {file:s}: {error:s}", "error_removing": "Error when removing {path:s}: {error:s}", "error_changing_file_permissions": "Error when changing permissions for {path:s}: {error:s}", - "invalid_url": "Invalid url {url:s} (does this site exists?)", + "invalid_url": "Invalid URL {url:s} (does this site exists?)", "download_ssl_error": "SSL error when connecting to {url:s}", "download_timeout": "{url:s} took too long to answer, gave up.", "download_unknown_error": "Error when downloading data from {url:s}: {error:s}", "download_bad_status_code": "{url:s} returned status code {code:s}", - "command_unknown": "Command '{command:s}' unknown ?", + "command_unknown": "Command '{command:s}' unknown?", "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_that_lock_is_acquired": "the other command just completed, now starting this command", - "ldap_server_is_down_restart_it": "the ldap service is down, attempt to restart it..." + "warn_the_user_that_lock_is_acquired": "The other command just completed, now starting this command", + "ldap_server_is_down_restart_it": "The LDAP service is down, attempt to restart it..." }