Spanish locs and sort files by id (#2913)

Этот коммит содержится в:
enahum
2016-05-06 14:37:56 -03:00
коммит произвёл Corey Hulen
родитель 0cfcf5c5de
Коммит d3f360974b
5 изменённых файлов: 17 добавлений и 12 удалений

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

@@ -379,6 +379,10 @@
"id": "api.command_logout.desc",
"translation": "Logout of Mattermost"
},
{
"id": "api.command_logout.fail_message",
"translation": "Failed to log out"
},
{
"id": "api.command_logout.name",
"translation": "logout"
@@ -387,10 +391,6 @@
"id": "api.command_logout.success_message",
"translation": "Logging out..."
},
{
"id": "api.command_logout.fail_message",
"translation": "Failed to log out"
},
{
"id": "api.command_me.desc",
"translation": "Do an action"
@@ -2307,10 +2307,6 @@
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "Invalid connection security for LDAP settings. Must be '', 'TLS', or 'STARTTLS'"
},
{
"id": "model.config.is_valid.restrict_direct_message.app_error",
"translation": "Invalid direct message restriction. Must be 'any', or 'team'"
},
{
"id": "model.config.is_valid.listen_address.app_error",
"translation": "Invalid listen address for service settings Must be set."
@@ -2331,6 +2327,10 @@
"id": "model.config.is_valid.rate_sec.app_error",
"translation": "Invalid per sec for rate limit settings. Must be a positive number"
},
{
"id": "model.config.is_valid.restrict_direct_message.app_error",
"translation": "Invalid direct message restriction. Must be 'any', or 'team'"
},
{
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "Invalid data source for SQL settings. Must be set."

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

@@ -379,6 +379,10 @@
"id": "api.command_logout.desc",
"translation": "Salir de Mattermost"
},
{
"id": "api.command_logout.fail_message",
"translation": "Falla al cerrar la sesión"
},
{
"id": "api.command_logout.name",
"translation": "salir"