translations PR 20170316 (#5791)
Этот коммит содержится в:
40
i18n/es.json
40
i18n/es.json
@@ -147,6 +147,10 @@
|
||||
"id": "api.auth.unable_to_get_user.app_error",
|
||||
"translation": "No se puede obtener el usuario para comprobar los permisos."
|
||||
},
|
||||
{
|
||||
"id": "api.brand.init.debug",
|
||||
"translation": "Initializing brand API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.add_member.added",
|
||||
"translation": "%v agregado al canal por %v"
|
||||
@@ -283,6 +287,10 @@
|
||||
"id": "api.channel.init.debug",
|
||||
"translation": "Inicializando rutas del API para los canales"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.join_channel.already_deleted.app_error",
|
||||
"translation": "Channel is already deleted"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.join_channel.permissions.app_error",
|
||||
"translation": "No tienes los permisos apropiados"
|
||||
@@ -383,6 +391,10 @@
|
||||
"id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
|
||||
"translation": "No se puede obtener el número de mensajes no leídos para user_id=%v y channel_id=%v, err=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.cluster.init.debug",
|
||||
"translation": "Initializing cluster API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.command.admin_only.app_error",
|
||||
"translation": "Las integraciones han sido limitadas a los adminitradores."
|
||||
@@ -799,6 +811,10 @@
|
||||
"id": "api.command_shrug.name",
|
||||
"translation": "npi"
|
||||
},
|
||||
{
|
||||
"id": "api.compliance.init.debug",
|
||||
"translation": "Initializing compliance API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.context.404.app_error",
|
||||
"translation": "Lo sentimos, pero no pudimos encontrar la página."
|
||||
@@ -1010,8 +1026,8 @@
|
||||
"translation": "El enlace público parece ser inválido"
|
||||
},
|
||||
{
|
||||
"id": "api.file.get_file_preview.no_thumbnail.app_error",
|
||||
"translation": "Archivo no tiene una imagen de vista previa"
|
||||
"id": "api.file.get_file_preview.no_preview.app_error",
|
||||
"translation": "File doesn't have a preview image"
|
||||
},
|
||||
{
|
||||
"id": "api.file.get_file_thumbnail.no_thumbnail.app_error",
|
||||
@@ -1229,6 +1245,10 @@
|
||||
"id": "api.incoming_webhook.disabled.app_errror",
|
||||
"translation": "Webhooks entrantes han sido deshabilitados por el administrador del sistema."
|
||||
},
|
||||
{
|
||||
"id": "api.ldap.init.debug",
|
||||
"translation": "Initializing LDAP API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.license.add_license.array.app_error",
|
||||
"translation": "Arreglo vacío bajo 'license' en la solicitud"
|
||||
@@ -3675,6 +3695,10 @@
|
||||
"id": "model.client.set_profile_user.writer.app_error",
|
||||
"translation": "No se puede escribir la solicitud"
|
||||
},
|
||||
{
|
||||
"id": "model.client.upload_saml_cert.app_error",
|
||||
"translation": "Error creating SAML certificate multipart form request"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Fecha de Creación debe ser válida"
|
||||
@@ -4699,6 +4723,14 @@
|
||||
"id": "store.sql_channel.get_more_channels.get.app_error",
|
||||
"translation": "No pudimos obtener los canales"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_public_channels.get.app_error",
|
||||
"translation": "We couldn't get public channels"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_unread.app_error",
|
||||
"translation": "We couldn't get the channel unread messages"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.increment_mention_count.app_error",
|
||||
"translation": "No pudimos incrementar la cantidad de menciones"
|
||||
@@ -4715,6 +4747,10 @@
|
||||
"id": "store.sql_channel.permanent_delete_members_by_user.app_error",
|
||||
"translation": "No pudimos remover al miembro del canal"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.pinned_posts.app_error",
|
||||
"translation": "We couldn't find the pinned posts"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.remove_member.app_error",
|
||||
"translation": "No pudimos remover al miembro del canal"
|
||||
|
||||
Ссылка в новой задаче
Block a user