Этот коммит содержится в:
Elias Nahum
2016-02-04 19:23:32 -03:00
родитель ccfdfdfce2
Коммит c73345e492
4 изменённых файлов: 133 добавлений и 100 удалений

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

@@ -679,14 +679,14 @@
"id": "api.oauth.revoke_access_token.get.app_error",
"translation": "Error getting access token from DB before deletion"
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
"translation": "{{.Username}} was mentioned, but they do not belong to this channel."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
"translation": "{{.Usernames}} and {{.LastUsername}} were mentioned, but they do not belong to this channel."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
"translation": "{{.Username}} was mentioned, but they do not belong to this channel."
},
{
"id": "api.post.create_post.bad_filename.error",
"translation": "Bad filename discarded, filename=%v"
@@ -1747,10 +1747,6 @@
"id": "manaultesting.test_autolink.unable.app_error",
"translation": "Unable to get channels"
},
{
"id": "mattermost.load_license.find.warn",
"translation": "Unable to find active license"
},
{
"id": "mattermost.bulletin.subject",
"translation": "Mattermost Security Bulletin"
@@ -1767,6 +1763,10 @@
"id": "mattermost.entreprise_enabled",
"translation": "Enterprise Enabled: %v"
},
{
"id": "mattermost.load_license.find.warn",
"translation": "Unable to find active license"
},
{
"id": "mattermost.security_bulletin.error",
"translation": "Failed to get security bulletin details"
@@ -2663,6 +2663,18 @@
"id": "store.sql_command.save.update.app_error",
"translation": "We couldn't update the command"
},
{
"id": "store.sql_license.get.app_error",
"translation": "We encountered an error getting the license"
},
{
"id": "store.sql_license.get.missing.app_error",
"translation": "A license with that ID was not found"
},
{
"id": "store.sql_license.save.app_error",
"translation": "We encountered an error saving the license"
},
{
"id": "store.sql_oauth.get_access_data.app_error",
"translation": "We encountered an error finding the access token"
@@ -2935,18 +2947,6 @@
"id": "store.sql_system.update.app_error",
"translation": "We encountered an error updating the system property"
},
{
"id": "store.sql_license.save.app_error",
"translation": "We encountered an error saving the license"
},
{
"id": "store.sql_license.get.app_error",
"translation": "We encountered an error getting the license"
},
{
"id": "store.sql_license.get.missing.app_error",
"translation": "A license with that ID was not found"
},
{
"id": "store.sql_team.get.find.app_error",
"translation": "We couldn't find the existing team"
@@ -3559,4 +3559,4 @@
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
}
]
]

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

@@ -611,6 +611,10 @@
"id": "api.license.add_license.save.app_error",
"translation": "La licencia no fue guardada correctamente."
},
{
"id": "api.license.add_license.save_active.app_error",
"translation": "El ID de la licencia Activa no se guardo apropiadamente."
},
{
"id": "api.license.add_license.unique_users.app_error",
"translation": "Esta licencia sólo soporta {{.Users}} usuarios, cuando tu sistema tiene {{.Count}} usuarios únicos. Los usuarios únicos se cuentan por direcciónes de correo electrónico distintas. Puedes ver el totoal de usuarios en REPORTES DEL SITIO -> Ver Estadísticas."
@@ -675,6 +679,14 @@
"id": "api.oauth.revoke_access_token.get.app_error",
"translation": "Error obteniendo el token de acceso desde la BD antes de ser eliminado"
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
"translation": "{{.Usernames}} y {{.LastUsername}} fueron mencionados, pero ellos no pertenecen a este canal."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
"translation": "{{.Username}} fue mencionado, pero no pertenece a este canal."
},
{
"id": "api.post.create_post.bad_filename.error",
"translation": "Nombre errado de archivo descartado, archivo=%v"
@@ -703,6 +715,10 @@
"id": "api.post.delete_post.permissions.app_error",
"translation": "No tienes los permisos apropiados"
},
{
"id": "api.post.get_out_of_channel_mentions.regex.error",
"translation": "Falla al compilar el regex de la @mencion user_id=%v, err=%v"
},
{
"id": "api.post.get_post.permissions.app_error",
"translation": "No tienes los permisos apropiados"
@@ -1747,6 +1763,10 @@
"id": "mattermost.entreprise_enabled",
"translation": "Empresa Habilitada: %v"
},
{
"id": "mattermost.load_license.find.warn",
"translation": "No se encontró una licencia activa"
},
{
"id": "mattermost.security_bulletin.error",
"translation": "Falla al obtener el detalle del boletín de seguridad"
@@ -2643,6 +2663,18 @@
"id": "store.sql_command.save.update.app_error",
"translation": "No pudimos actualizar el comando"
},
{
"id": "store.sql_license.get.app_error",
"translation": "Encontramos un error al obtener la licencia"
},
{
"id": "store.sql_license.get.missing.app_error",
"translation": "No se encontró una licencia con ese ID"
},
{
"id": "store.sql_license.save.app_error",
"translation": "Encontramos un error al guardar la licencia"
},
{
"id": "store.sql_oauth.get_access_data.app_error",
"translation": "Encontramos un error buscando el token de acceso"
@@ -3527,4 +3559,4 @@
"id": "web.watcher_fail.error",
"translation": "Falla al agregar el directorio a ser vigilado %v"
}
]
]