Add missing es loc strings to server and frontend

- Sort files contents by id
Этот коммит содержится в:
Elias Nahum
2016-03-02 21:42:29 -03:00
родитель c52153bf60
Коммит 9711dbd81d
4 изменённых файлов: 81 добавлений и 62 удалений

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

@@ -2647,6 +2647,10 @@
"id": "store.sql_channel.update_member.app_error",
"translation": "We encountered an error updating the channel member"
},
{
"id": "store.sql_command.analytics_command_count.app_error",
"translation": "We couldn't count the commands"
},
{
"id": "store.sql_command.save.delete.app_error",
"translation": "We couldn't delete the command"
@@ -2675,10 +2679,6 @@
"id": "store.sql_command.save.update.app_error",
"translation": "We couldn't update the command"
},
{
"id": "store.sql_command.analytics_command_count.app_error",
"translation": "We couldn't count the commands"
},
{
"id": "store.sql_license.get.app_error",
"translation": "We encountered an error getting the license"
@@ -2899,6 +2899,10 @@
"id": "store.sql_preference.update.app_error",
"translation": "We couldn't update the preference"
},
{
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "We couldn't count the sessions"
},
{
"id": "store.sql_session.cleanup_expired_sessions.app_error",
"translation": "We encountered an error while deleting expired user sessions"
@@ -2951,10 +2955,6 @@
"id": "store.sql_session.update_roles.app_error",
"translation": "We couldn't update the roles"
},
{
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "We couldn't count the sessions"
},
{
"id": "store.sql_system.get.app_error",
"translation": "We encountered an error finding the system properties"
@@ -2967,6 +2967,10 @@
"id": "store.sql_system.update.app_error",
"translation": "We encountered an error updating the system property"
},
{
"id": "store.sql_team.analytics_team_count.app_error",
"translation": "We couldn't count the teams"
},
{
"id": "store.sql_team.get.find.app_error",
"translation": "We couldn't find the existing team"
@@ -3035,10 +3039,6 @@
"id": "store.sql_team.update_display_name.app_error",
"translation": "We couldn't update the team name"
},
{
"id": "store.sql_team.analytics_team_count.app_error",
"translation": "We couldn't count the teams"
},
{
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "We couldn't get the unique user count"

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

@@ -2647,6 +2647,10 @@
"id": "store.sql_channel.update_member.app_error",
"translation": "Encontramos un error actualizando el miembro del canal"
},
{
"id": "store.sql_command.analytics_command_count.app_error",
"translation": "No pudimos contar los comandos de barra"
},
{
"id": "store.sql_command.save.delete.app_error",
"translation": "No pudimos eliminar el comando"
@@ -2895,6 +2899,10 @@
"id": "store.sql_preference.update.app_error",
"translation": "No pudimos actualizar la preferencia"
},
{
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "No pudimos contar las sesiones"
},
{
"id": "store.sql_session.cleanup_expired_sessions.app_error",
"translation": "Encontramos un error mientras se eliminaban las sesiones expiradas del usuario"
@@ -2959,6 +2967,10 @@
"id": "store.sql_system.update.app_error",
"translation": "Encontramos un error actualizando las propiedades del sistema"
},
{
"id": "store.sql_team.analytics_team_count.app_error",
"translation": "No pudimos contar los equipos"
},
{
"id": "store.sql_team.get.find.app_error",
"translation": "No encontramos el equipo al que perteneces"
@@ -3575,4 +3587,4 @@
"id": "web.watcher_fail.error",
"translation": "Falla al agregar el directorio a ser vigilado %v"
}
]
]

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

@@ -21,33 +21,6 @@
"activity_log_modal.android": "Android",
"activity_log_modal.androidNativeApp": "Android Native App",
"activity_log_modal.iphoneNativeApp": "iPhone Native App",
"analytics.chart.loading": "Loading...",
"analytics.chart.meaningful": "Not enough data for a meaningful representation.",
"analytics.system.activeUsers": "Active Users With Posts",
"analytics.system.channelTypes": "Channel Types",
"analytics.system.postTypes": "Posts, Files and Hashtags",
"analytics.system.privateGroups": "Private Groups",
"analytics.system.publicChannels": "Public Channels",
"analytics.system.textPosts": "Posts with Text-only",
"analytics.system.title": "System Statistics",
"analytics.system.totalFilePosts": "Posts with Files",
"analytics.system.totalHashtagPosts": "Posts with Hashtags",
"analytics.system.totalIncomingWebhooks": "Incoming Webhooks",
"analytics.system.totalOutgoingWebhooks": "Outgoing Webhooks",
"analytics.system.totalCommands": "Total Commands",
"analytics.system.totalSessions": "Total Sessions",
"analytics.system.totalPosts": "Total Posts",
"analytics.system.totalUsers": "Total Users",
"analytics.system.totalTeams": "Total Teams",
"analytics.system.totalChannels": "Total Channels",
"analytics.team.activeUsers": "Active Users With Posts",
"analytics.team.recentActive": "Recent Active Users",
"analytics.team.newlyCreated": "Newly Created Users",
"analytics.team.privateGroups": "Private Groups",
"analytics.team.publicChannels": "Public Channels",
"analytics.team.title": "Team Statistics for {team}",
"analytics.team.totalPosts": "Total Posts",
"analytics.team.totalUsers": "Total Users",
"admin.audits.reload": "Reload",
"admin.audits.title": "User Activity",
"admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
@@ -451,6 +424,33 @@
"admin.user_item.resetPwd": "Reset Password",
"admin.user_item.sysAdmin": "System Admin",
"admin.user_item.teamAdmin": "Team Admin",
"analytics.chart.loading": "Loading...",
"analytics.chart.meaningful": "Not enough data for a meaningful representation.",
"analytics.system.activeUsers": "Active Users With Posts",
"analytics.system.channelTypes": "Channel Types",
"analytics.system.postTypes": "Posts, Files and Hashtags",
"analytics.system.privateGroups": "Private Groups",
"analytics.system.publicChannels": "Public Channels",
"analytics.system.textPosts": "Posts with Text-only",
"analytics.system.title": "System Statistics",
"analytics.system.totalChannels": "Total Channels",
"analytics.system.totalCommands": "Total Commands",
"analytics.system.totalFilePosts": "Posts with Files",
"analytics.system.totalHashtagPosts": "Posts with Hashtags",
"analytics.system.totalIncomingWebhooks": "Incoming Webhooks",
"analytics.system.totalOutgoingWebhooks": "Outgoing Webhooks",
"analytics.system.totalPosts": "Total Posts",
"analytics.system.totalSessions": "Total Sessions",
"analytics.system.totalTeams": "Total Teams",
"analytics.system.totalUsers": "Total Users",
"analytics.team.activeUsers": "Active Users With Posts",
"analytics.team.newlyCreated": "Newly Created Users",
"analytics.team.privateGroups": "Private Groups",
"analytics.team.publicChannels": "Public Channels",
"analytics.team.recentActive": "Recent Active Users",
"analytics.team.title": "Team Statistics for {team}",
"analytics.team.totalPosts": "Total Posts",
"analytics.team.totalUsers": "Total Users",
"audit_table.accountActive": "Account made active",
"audit_table.accountInactive": "Account made inactive",
"audit_table.action": "Action",
@@ -546,15 +546,15 @@
"channel_info.url": "Channel URL:",
"channel_invite.addNewMembers": "Add New Members to ",
"channel_invite.close": "Close",
"channel_loader.connection_error": "There appears to be a problem with your internet connection.",
"channel_loader.posted": "Posted",
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to check WebSocket port.",
"channel_loader.someone": "Someone",
"channel_loader.something": " did something new",
"channel_loader.unknown_error": "We received an unexpected status code from the server.",
"channel_loader.uploadedFile": " uploaded a file",
"channel_loader.uploadedImage": " uploaded an image",
"channel_loader.wrote": " wrote: ",
"channel_loader.connection_error": "There appears to be a problem with your internet connection.",
"channel_loader.unknown_error": "We received an unexpected status code from the server.",
"channel_members_modal.addNew": " Add New Members",
"channel_members_modal.close": "Close",
"channel_memebers_modal.members": " Members",

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

@@ -21,26 +21,6 @@
"activity_log_modal.android": "Android",
"activity_log_modal.androidNativeApp": "Android App Nativa",
"activity_log_modal.iphoneNativeApp": "iPhone App Nativa",
"analytics.chart.loading": "Cargando...",
"analytics.chart.meaningful": "No hay suficiente data para tener una representación significativa.",
"analytics.system.channelTypes": "Tipos de Canales",
"analytics.system.postTypes": "Mesajes, Archivos y Hashtags",
"analytics.system.privateGroups": "Grupos Privados",
"analytics.system.publicChannels": "Canales Públicos",
"analytics.system.textPosts": "Mensajes de sólo Texto",
"analytics.system.totalFilePosts": "Mensajes con Archivos",
"analytics.system.totalHashtagPosts": "Mensajes con Hashtags",
"analytics.system.totalIncomingWebhooks": "Webhooks de Entrada",
"analytics.system.totalOutgoingWebhooks": "Webhooks de Salida",
"analytics.system.totalPosts": "Total de Mensajes",
"analytics.system.totalUsers": "Total de Usuarios",
"analytics.team.activeUsers": "Usuarios Activos con Mensajes",
"analytics.team.newlyCreated": "Nuevos Usuarios Creados",
"analytics.team.privateGroups": "Grupos Privados",
"analytics.team.publicChannels": "Canales Públicos",
"analytics.team.recentActive": "Usuarios Recientemente Activos",
"analytics.team.totalPosts": "Total de Mensajes",
"analytics.team.totalUsers": "Total de Usuarios",
"admin.audits.reload": "Recargar",
"admin.audits.title": "Auditorías del Servidor",
"admin.email.allowEmailSignInDescription": "Cuando es verdadero, Mattermost permite a los usuarios iniciar sesión utilizando el correo electrónico y contraseña.",
@@ -444,6 +424,33 @@
"admin.user_item.resetPwd": "Reiniciar Contraseña",
"admin.user_item.sysAdmin": "Admin de Sistema",
"admin.user_item.teamAdmin": "Admin de Equipo",
"analytics.chart.loading": "Cargando...",
"analytics.chart.meaningful": "No hay suficiente data para tener una representación significativa.",
"analytics.system.activeUsers": "Usuarios Activos con Mensajes",
"analytics.system.channelTypes": "Tipos de Canales",
"analytics.system.postTypes": "Mesajes, Archivos y Hashtags",
"analytics.system.privateGroups": "Grupos Privados",
"analytics.system.publicChannels": "Canales Públicos",
"analytics.system.textPosts": "Mensajes de sólo Texto",
"analytics.system.title": "Estadísticas del Sistema",
"analytics.system.totalChannels": "Total de Canales",
"analytics.system.totalCommands": "Total de Comandos",
"analytics.system.totalFilePosts": "Mensajes con Archivos",
"analytics.system.totalHashtagPosts": "Mensajes con Hashtags",
"analytics.system.totalIncomingWebhooks": "Webhooks de Entrada",
"analytics.system.totalOutgoingWebhooks": "Webhooks de Salida",
"analytics.system.totalPosts": "Total de Mensajes",
"analytics.system.totalSessions": "Total de Sesiones",
"analytics.system.totalTeams": "Total de Equipos",
"analytics.system.totalUsers": "Total de Usuarios",
"analytics.team.activeUsers": "Usuarios Activos con Mensajes",
"analytics.team.newlyCreated": "Nuevos Usuarios Creados",
"analytics.team.privateGroups": "Grupos Privados",
"analytics.team.publicChannels": "Canales Públicos",
"analytics.team.recentActive": "Usuarios Recientemente Activos",
"analytics.team.title": "Estádisticas del Equipo {team}",
"analytics.team.totalPosts": "Total de Mensajes",
"analytics.team.totalUsers": "Total de Usuarios",
"audit_table.accountActive": "Cuentas activadas",
"audit_table.accountInactive": "Cuentas desactivadas",
"audit_table.action": "Acción",