From 344836dfb22fb36d4d2740c5ec226de78d9dcd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 19 Jun 2018 19:40:26 +0200 Subject: Add missed translations (#8959) --- i18n/en.json | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 4b1849ccc..9964670bf 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1476,6 +1476,10 @@ "id": "api.file.move_file.rename.app_error", "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." @@ -1488,6 +1492,22 @@ "id": "api.file.read_file.reading_local.app_error", "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." @@ -2954,6 +2974,14 @@ "id": "api.user.login.blank_pwd.app_error", "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." @@ -4850,10 +4878,30 @@ "id": "model.client.writer.app_error", "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" @@ -4954,6 +5002,10 @@ "id": "model.compliance.is_valid.start_end_at.app_error", "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." @@ -5414,6 +5466,10 @@ "id": "model.incoming_hook.id.app_error", "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" @@ -6286,6 +6342,30 @@ "id": "store.sql_channel_member_history.permanent_delete_batch.app_error", "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" -- cgit v1.2.3-1-g7c22