summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-28 16:16:39 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-28 16:16:39 -0300
commit53e495cf335d3c6b44361627288db252aae1f4ad (patch)
treed7fb30f15a5166d7ab47fe882478a086837d940f /i18n
parentdb37897538f134b29784453797510c20e1e9303c (diff)
downloadchat-53e495cf335d3c6b44361627288db252aae1f4ad.tar.gz
chat-53e495cf335d3c6b44361627288db252aae1f4ad.tar.bz2
chat-53e495cf335d3c6b44361627288db252aae1f4ad.zip
PLT-7: Refactoring frontend (chunk 4)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json32
-rw-r--r--i18n/es.json4
2 files changed, 22 insertions, 14 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 12741fc68..b9b6b5fab 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -580,6 +580,10 @@
"translation": "Invalid license file."
},
{
+ "id": "api.license.add_license.invalid_count.app_error",
+ "translation": "Unable to count total unique users."
+ },
+ {
"id": "api.license.add_license.no_file.app_error",
"translation": "No file under 'license' in request"
},
@@ -588,18 +592,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.save.app_error",
+ "translation": "License did not save properly."
},
{
"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."
- },
- {
"id": "api.license.init.debug",
"translation": "Initializing license api routes"
},
@@ -1552,10 +1552,6 @@
"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"
},
@@ -1576,6 +1572,10 @@
"translation": "Unable to upload profile image. File is too large."
},
{
+ "id": "api.user.upload_profile_user.upload_profile.app_error",
+ "translation": "Couldn't upload profile image"
+ },
+ {
"id": "api.web_conn.new_web_conn.last_activity.error",
"translation": "Failed to update LastActivityAt for user_id=%v and session_id=%v, err=%v"
},
@@ -2776,6 +2776,10 @@
"translation": "Cannot update existing session"
},
{
+ "id": "store.sql_session.update_device_id.app_error",
+ "translation": "We couldn't update the device id"
+ },
+ {
"id": "store.sql_session.update_last_activity.app_error",
"translation": "We couldn't update the last_activity_at"
},
@@ -2784,10 +2788,6 @@
"translation": "We couldn't update the roles"
},
{
- "id": "store.sql_session.update_device_id.app_error",
- "translation": "We couldn't update the device id"
- },
- {
"id": "store.sql_system.get.app_error",
"translation": "We encountered an error finding the system properties"
},
@@ -3336,6 +3336,10 @@
"translation": "Home"
},
{
+ "id": "web.root.singup_info",
+ "translation": "All team communication in one place, searchable and accessible anywhere"
+ },
+ {
"id": "web.root.singup_title",
"translation": "Signup"
},
diff --git a/i18n/es.json b/i18n/es.json
index c4e7a552c..9933aa284 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -3336,6 +3336,10 @@
"translation": "Inicio"
},
{
+ "id": "web.root.singup_info",
+ "translation": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte"
+ },
+ {
"id": "web.root.singup_title",
"translation": "Registrar"
},