summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-03-28 10:08:07 +0300
committerGitHub <noreply@github.com>2018-03-28 10:08:07 +0300
commitad8bf48c4e6842551ba95a5e2424c14c50aa8752 (patch)
tree980e47ee20de45e9b63c571f12b9732b8b4cc2c7 /i18n/en.json
parent257f74873297a6c6b4d14f2d21ffc3adad620c4c (diff)
downloadchat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.gz
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.bz2
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.zip
translations PR 20180326 (#8514)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6b387404b..0ba03fb7d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3835,8 +3835,8 @@
"translation": "This team has reached the maximum number of allowed accounts. Contact your systems administrator to set a higher limit."
},
{
- "id": "app.timezones.failed_deserialize.app_error",
- "translation": "Failed to deserialize Timezone config file={{.Filename}}, err={{.Error}}"
+ "id": "app.timezones.failed_deserialize.app_error",
+ "translation": "Failed to deserialize Timezone config file={{.Filename}}, err={{.Error}}"
},
{
"id": "app.timezones.load_config.app_error",
@@ -6511,14 +6511,14 @@
"translation": "We couldn't determine the maximum supported post size"
},
{
- "id": "store.sql_post.query_max_post_size.unrecognized_driver",
- "translation": "No implementation found to determine the maximum supported post size"
- },
- {
"id": "store.sql_post.query_max_post_size.max_post_size_bytes",
"translation": "Post.Message supports at most %d bytes"
},
{
+ "id": "store.sql_post.query_max_post_size.unrecognized_driver",
+ "translation": "No implementation found to determine the maximum supported post size"
+ },
+ {
"id": "store.sql_post.save.app_error",
"translation": "We couldn't save the Post"
},