summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-09-06 03:42:18 +0800
committerGitHub <noreply@github.com>2017-09-06 03:42:18 +0800
commit8d680cf64ec7fb6c8b242b8048989d0f0550cb68 (patch)
tree700d39986d1973b51c875ab9bf50241762fc3e54 /i18n
parent7405f66036537095b52c277d9b56969df33bfa57 (diff)
downloadchat-8d680cf64ec7fb6c8b242b8048989d0f0550cb68.tar.gz
chat-8d680cf64ec7fb6c8b242b8048989d0f0550cb68.tar.bz2
chat-8d680cf64ec7fb6c8b242b8048989d0f0550cb68.zip
[PLT-7475] Add S3 region to system console and add S3 validation (#7373)
* add S3 region to system console and add S3 validation * update translation message * add bool as return value to Validate* functions * update Validate* functions to be pure
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 5f7aadcb2..8ada9ce6c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -6524,6 +6524,38 @@
"translation": "Unable to load mattermost configuration file: Adding DefaultClientLocale to AvailableLocales."
},
{
+ "id": "utils.config.bucket_empty.app_error",
+ "translation": "Amazon S3 Bucket field is required."
+ },
+ {
+ "id": "utils.config.error_checking_bucket_exist.app_error",
+ "translation": "Encountered an error when checking if Amazon S3 Bucket exists. The bucket may not be created yet or cannot be found on the predefined endpoint."
+ },
+ {
+ "id": "utils.config.error_creating_bucket.app_error",
+ "translation": "Encountered an error when creating the Amazon S3 Bucket. Confirm you have the proper permissions and try again."
+ },
+ {
+ "id": "utils.config.bad_connection_to_s3_or_minio.app_error",
+ "translation": "Bad connection to S3 or Minio cloud storage. Please try again."
+ },
+ {
+ "id": "utils.config.create_amazon_bucket",
+ "translation": "Create Amazon S3 Bucket: '%v'."
+ },
+ {
+ "id": "utils.config.create_amazon_bucket_error",
+ "translation": "Error in creating Amazon S3 Bucket: '%v'."
+ },
+ {
+ "id": "utils.config.set_amazon_endpoint",
+ "translation": "Set Amazon S3 Endpoint to '%v'."
+ },
+ {
+ "id": "utils.config.set_amazon_region",
+ "translation": "Set Amazon S3 Region to '%v'."
+ },
+ {
"id": "utils.config.load_config.decoding.panic",
"translation": "Error decoding config file={{.Filename}}, err={{.Error}}"
},