PLT-7: Refactoring frontend (chunk 4)

Этот коммит содержится в:
Elias Nahum
2016-01-28 16:16:39 -03:00
родитель db37897538
Коммит 53e495cf33
24 изменённых файлов: 759 добавлений и 107 удалений

Просмотреть файл

@@ -579,6 +579,10 @@
"id": "api.license.add_license.invalid.app_error",
"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,17 +592,13 @@
"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"
@@ -1551,10 +1551,6 @@
"id": "api.user.upload_profile_user.encode.app_error",
"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"
@@ -1575,6 +1571,10 @@
"id": "api.user.upload_profile_user.too_large.app_error",
"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"
@@ -2775,6 +2775,10 @@
"id": "store.sql_session.save.existing.app_error",
"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"
@@ -2783,10 +2787,6 @@
"id": "store.sql_session.update_roles.app_error",
"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"
@@ -3335,6 +3335,10 @@
"id": "web.root.home_title",
"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"

Просмотреть файл

@@ -3335,6 +3335,10 @@
"id": "web.root.home_title",
"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"