summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-08-08 12:04:36 +0200
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-08-08 12:04:36 +0200
commit6bf09e2c34c568e3cb0d296142d5abed77332635 (patch)
treea8a05b94c842d53dede08fe8d52ad28cf2c89a73 /i18n
parent3b640cd51b5b622002d6c9a0d6b1e7a6e9dafb69 (diff)
downloadchat-6bf09e2c34c568e3cb0d296142d5abed77332635.tar.gz
chat-6bf09e2c34c568e3cb0d296142d5abed77332635.tar.bz2
chat-6bf09e2c34c568e3cb0d296142d5abed77332635.zip
MM-11384: Add system install date information to the client config (#9218)
* MM-11384: Add system install date information to the client config * Fixing translation text * Fixes from Peer Review
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 3c2cee632..d3ffdebb5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3111,6 +3111,10 @@
"translation": "This API endpoint is not accessible as required migrations have not yet completed."
},
{
+ "id": "app.system_install_date.parse_int.app_error",
+ "translation": "Failed to parse installation date"
+ },
+ {
"id": "app.team.join_user_to_team.max_accounts.app_error",
"translation": "This team has reached the maximum number of allowed accounts. Contact your systems administrator to set a higher limit."
},
@@ -5939,6 +5943,10 @@
"translation": "We found multiple users matching your credentials and were unable to log you in. Please contact an administrator."
},
{
+ "id": "store.sql_user.get_system_install_date.app_error",
+ "translation": "Unable to infer the system date based on the first user creation date."
+ },
+ {
"id": "store.sql_user.get_new_users.app_error",
"translation": "We encountered an error while finding the new users"
},