summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-06-19 19:40:26 +0200
committerGitHub <noreply@github.com>2018-06-19 19:40:26 +0200
commit344836dfb22fb36d4d2740c5ec226de78d9dcd3c (patch)
tree017252735807495c82c9111dbf4a2c8573b0ec2a /i18n
parent226d4b2ac8888646271b9e9e83a513cd6e62d620 (diff)
downloadchat-344836dfb22fb36d4d2740c5ec226de78d9dcd3c.tar.gz
chat-344836dfb22fb36d4d2740c5ec226de78d9dcd3c.tar.bz2
chat-344836dfb22fb36d4d2740c5ec226de78d9dcd3c.zip
Add missed translations (#8959)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4b1849ccc..9964670bf 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1477,6 +1477,10 @@
"translation": "Unable to move file locally."
},
{
+ "id": "api.file.no_driver.app_error",
+ "translation": "No file driver selected."
+ },
+ {
"id": "api.file.read_file.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
@@ -1489,6 +1493,22 @@
"translation": "Encountered an error reading from local server storage"
},
{
+ "id": "api.file.test_connection.local.connection.app_error",
+ "translation": "Don't have permissions to write to local path specified or other error."
+ },
+ {
+ "id": "api.file.test_connection.s3.connection.app_error",
+ "translation": "Bad connection to S3 or minio."
+ },
+ {
+ "id": "api.file.test_connection.s3.bucket_exists.app_error",
+ "translation": "Error checking if bucket exists."
+ },
+ {
+ "id": "api.file.test_connection.s3.bucked_create.app_error",
+ "translation": "Unable to create bucket."
+ },
+ {
"id": "api.file.upload_file.bad_parse.app_error",
"translation": "Unable to upload file. Header cannot be parsed."
},
@@ -2955,6 +2975,14 @@
"translation": "Password field must not be blank"
},
{
+ "id": "api.user.login.client_side_cert.license.app_error",
+ "translation": "Attempt to use the experimental feature ClientSideCertEnable without a valid enterprise license"
+ },
+ {
+ "id": "api.user.login.client_side_cert.certificate.app_error",
+ "translation": "Attempted to sign in using the experimental feature ClientSideCert without providing a valid certificate"
+ },
+ {
"id": "api.user.login.inactive.app_error",
"translation": "Login failed because your account has been deactivated. Please contact an administrator."
},
@@ -4851,10 +4879,30 @@
"translation": "Unable to build multipart request"
},
{
+ "id": "model.cluster.is_valid.create_at.app_error",
+ "translation": "CreateAt must be set"
+ },
+ {
+ "id": "model.cluster.is_valid.hostname.app_error",
+ "translation": "Hostname must be set"
+ },
+ {
"id": "model.cluster.is_valid.id.app_error",
"translation": "Invalid Id"
},
{
+ "id": "model.cluster.is_valid.last_ping_at.app_error",
+ "translation": "LastPingAt must be set"
+ },
+ {
+ "id": "model.cluster.is_valid.name.app_error",
+ "translation": "ClusterName must be set"
+ },
+ {
+ "id": "model.cluster.is_valid.type.app_error",
+ "translation": "Type must be set"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},
@@ -4955,6 +5003,10 @@
"translation": "To must be greater than From"
},
{
+ "id": "model.config.is_valid.allow_cookies_for_subdomains.app_error",
+ "translation": "Allowing cookies for subdomains requires SiteURL to be set."
+ },
+ {
"id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
"translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
},
@@ -5415,6 +5467,10 @@
"translation": "Invalid Id"
},
{
+ "id": "model.incoming_hook.parse_data.app_error",
+ "translation": "Unable to parse incoming data"
+ },
+ {
"id": "model.incoming_hook.team_id.app_error",
"translation": "Invalid team ID"
},
@@ -6287,6 +6343,30 @@
"translation": "Failed to purge records"
},
{
+ "id": "store.sql_cluster_discovery.save.app_error",
+ "translation": "Failed to save ClusterDiscovery row"
+ },
+ {
+ "id": "store.sql_cluster_discovery.delete.app_error",
+ "translation": "Failed to delete"
+ },
+ {
+ "id": "store.sql_cluster_discovery.exists.app_error",
+ "translation": "Failed to check if it exists"
+ },
+ {
+ "id": "store.sql_cluster_discovery.get_all.app_error",
+ "translation": "Failed to get all disoery rows"
+ },
+ {
+ "id": "store.sql_cluster_discovery.set_last_ping.app_error",
+ "translation": "Failed to update last ping at"
+ },
+ {
+ "id": "store.sql_cluster_discovery.cleanup.app_error",
+ "translation": "Failed to save ClusterDiscovery row"
+ },
+ {
"id": "store.sql_command.analytics_command_count.app_error",
"translation": "We couldn't count the commands"
},