summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-27 10:56:15 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-27 10:56:15 -0500
commitdc4b71bba2cad5e85e86cc6ecb743bea84f9ccc8 (patch)
tree61703583db1a1bdf18c1f4b410950c9d701abe2d /i18n
parentb7606da40f5403896dfbf930837530b4b22abacd (diff)
downloadchat-dc4b71bba2cad5e85e86cc6ecb743bea84f9ccc8.tar.gz
chat-dc4b71bba2cad5e85e86cc6ecb743bea84f9ccc8.tar.bz2
chat-dc4b71bba2cad5e85e86cc6ecb743bea84f9ccc8.zip
PLT-7 Removing AppError ctor
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 14a2e3148..12741fc68 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -588,6 +588,14 @@
"translation": "Could not open license file"
},
{
+ "id": "api.license.add_license.invalid_count.app_error",
+ "translation": "Unable to count total unique users."
+ },
+ {
+ "id": "api.license.add_license.unique_users.app_error",
+ "translation": "This license only supports {{.Users}} users, when your system has {{.Count}} unique users. Unique users are counted distinctly by email address. You can see total user count under Site Reports -> View Statistics."
+ },
+ {
"id": "api.license.add_license.save.app_error",
"translation": "License did not save properly."
},
@@ -1544,6 +1552,10 @@
"translation": "Could not encode profile image"
},
{
+ "id": "api.user.upload_profile_user.upload_profile.app_error",
+ "translation": "Couldn't upload profile image"
+ },
+ {
"id": "api.user.upload_profile_user.no_file.app_error",
"translation": "No file under 'image' in request"
},