summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-25 00:49:19 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-25 00:57:16 -0300
commit7b3be6c77e622dedab0b8d8c1d5fd0e7aa76de46 (patch)
tree77dc7737757fa0623fa0171dbe6a3f854b53266c /i18n
parente880835fbbeea4c26fc9a94b1b0a92f7692b0b82 (diff)
downloadchat-7b3be6c77e622dedab0b8d8c1d5fd0e7aa76de46.tar.gz
chat-7b3be6c77e622dedab0b8d8c1d5fd0e7aa76de46.tar.bz2
chat-7b3be6c77e622dedab0b8d8c1d5fd0e7aa76de46.zip
PLT-7: Refactoring manuatesting & utils to use translations (chunk 5)
- Add spanish translations - Skip tests
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json130
-rw-r--r--i18n/es.json130
2 files changed, 258 insertions, 2 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 48f6a99a5..3d92042bb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -797,7 +797,7 @@
},
{
"id": "api.post.update_post.permissions_details.app_error",
- "translation": "Already delted id={{.PostId}}"
+ "translation": "Already deleted id={{.PostId}}"
},
{
"id": "api.post_get_post_by_id.get.app_error",
@@ -1640,11 +1640,139 @@
"translation": "Inappropriate permissions to regenerate outcoming webhook token"
},
{
+ "id": "manaultesting.get_channel_id.no_found.debug",
+ "translation": "Could not find channel: %v, %v possibilites searched"
+ },
+ {
+ "id": "manaultesting.get_channel_id.unable.debug",
+ "translation": "Unable to get channels"
+ },
+ {
+ "id": "manaultesting.manual_test.create.info",
+ "translation": "Creating user and team"
+ },
+ {
+ "id": "manaultesting.manual_test.parse.app_error",
+ "translation": "Unable to parse URL"
+ },
+ {
+ "id": "manaultesting.manual_test.setup.info",
+ "translation": "Setting up for manual test..."
+ },
+ {
+ "id": "manaultesting.manual_test.uid.debug",
+ "translation": "No uid in url"
+ },
+ {
+ "id": "manaultesting.test_autolink.info",
+ "translation": "Manual Auto Link Test"
+ },
+ {
+ "id": "manaultesting.test_autolink.unable.app_error",
+ "translation": "Unable to get channels"
+ },
+ {
"id": "mattermost.current_version",
"translation": "Current version is %v (%v/%v/%v)"
},
{
+ "id": "utils.config.load_config.decoding.panic",
+ "translation": "Error decoding config file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.load_config.getting.panic",
+ "translation": "Error getting config info file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.load_config.opening.panic",
+ "translation": "Error opening config file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.load_config.validating.panic",
+ "translation": "Error validating config file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.save_config.saving.app_error",
+ "translation": "An error occurred while saving the file to {{.Filename}}"
+ },
+ {
"id": "utils.i18n.loaded",
"translation": "Loaded system translations for '%v' from '%v'"
+ },
+ {
+ "id": "utils.iru.with_evict",
+ "translation": "Must provide a positive size"
+ },
+ {
+ "id": "utils.license.load_license.invalid.warn",
+ "translation": "No valid enterprise license found"
+ },
+ {
+ "id": "utils.license.load_license.open_find.warn",
+ "translation": "Unable to open/find license file"
+ },
+ {
+ "id": "utils.license.remove_license.unable.error",
+ "translation": "Unable to remove license file, err=%v"
+ },
+ {
+ "id": "utils.license.validate_license.decode.error",
+ "translation": "Encountered error decoding license, err=%v"
+ },
+ {
+ "id": "utils.license.validate_license.invalid.error",
+ "translation": "Invalid signature, err=%v"
+ },
+ {
+ "id": "utils.license.validate_license.not_long.error",
+ "translation": "Signed license not long enough"
+ },
+ {
+ "id": "utils.license.validate_license.signing.error",
+ "translation": "Encountered error signing license, err=%v"
+ },
+ {
+ "id": "utils.mail.connect_smtp.open.app_error",
+ "translation": "Failed to open connection"
+ },
+ {
+ "id": "utils.mail.connect_smtp.open_tls.app_error",
+ "translation": "Failed to open TLS connection"
+ },
+ {
+ "id": "utils.mail.new_client.auth.app_error",
+ "translation": "Failed to authenticate on SMTP server"
+ },
+ {
+ "id": "utils.mail.new_client.open.error",
+ "translation": "Failed to open a connection to SMTP server %v"
+ },
+ {
+ "id": "utils.mail.send_mail.close.app_error",
+ "translation": "Failed to close connection to SMTP server"
+ },
+ {
+ "id": "utils.mail.send_mail.from_address.app_error",
+ "translation": "Failed to add from email address"
+ },
+ {
+ "id": "utils.mail.send_mail.msg.app_error",
+ "translation": "Failed to write email message"
+ },
+ {
+ "id": "utils.mail.send_mail.msg_data.app_error",
+ "translation": "Failed to add email messsage data"
+ },
+ {
+ "id": "utils.mail.send_mail.sending.debug",
+ "translation": "sending mail to %v with subject of '%v'"
+ },
+ {
+ "id": "utils.mail.send_mail.to_address.app_error",
+ "translation": "Failed to add to email address"
+ },
+ {
+ "id": "utils.mail.test.configured.error",
+ "translation": "SMTP server settings do not appear to be configured properly err=%v details=%v"
}
] \ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
index 48f70c89f..4ec3eb8d8 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -797,7 +797,7 @@
},
{
"id": "api.post.update_post.permissions_details.app_error",
- "translation": "Already delted id={{.PostId}}"
+ "translation": "Ya fué elminado el id={{.PostId}}"
},
{
"id": "api.post_get_post_by_id.get.app_error",
@@ -1640,11 +1640,139 @@
"translation": "Permisos inapropiados para regenerar un token para el Webhook saliente"
},
{
+ "id": "manaultesting.get_channel_id.no_found.debug",
+ "translation": "No pudimos encontrar el canal: %v, búsqueda realizada con estas posibilidades %v"
+ },
+ {
+ "id": "manaultesting.get_channel_id.unable.debug",
+ "translation": "No se pudo obtener los canales"
+ },
+ {
+ "id": "manaultesting.manual_test.create.info",
+ "translation": "Creando usuario y equipo"
+ },
+ {
+ "id": "manaultesting.manual_test.parse.app_error",
+ "translation": "No se pudo analizar el URL"
+ },
+ {
+ "id": "manaultesting.manual_test.setup.info",
+ "translation": "Configurando para pruebas manuales..."
+ },
+ {
+ "id": "manaultesting.manual_test.uid.debug",
+ "translation": "No hay un uid en el url"
+ },
+ {
+ "id": "manaultesting.test_autolink.info",
+ "translation": "Prueba Manual de Enlaces Automáticos"
+ },
+ {
+ "id": "manaultesting.test_autolink.unable.app_error",
+ "translation": "No se pudo obtener los canales"
+ },
+ {
"id": "mattermost.current_version",
"translation": "La versión actual es %v (%v/%v/%v)"
},
{
+ "id": "utils.config.load_config.decoding.panic",
+ "translation": "Error decifrando la configuración del archivo={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.load_config.getting.panic",
+ "translation": "Error obteniendo la iformación de configuración del archivo={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.load_config.opening.panic",
+ "translation": "Error abriendo la configuración del archivo={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.load_config.validating.panic",
+ "translation": "Error validando la configuración del archivo={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "utils.config.save_config.saving.app_error",
+ "translation": "Ocurrió un error mientras se guardaba el archivo en {{.Filename}}"
+ },
+ {
"id": "utils.i18n.loaded",
"translation": "Cargada traducciones del sistema para '%v' desde '%v'"
+ },
+ {
+ "id": "utils.iru.with_evict",
+ "translation": "Debe proporcionar un tamaño positivo"
+ },
+ {
+ "id": "utils.license.load_license.invalid.warn",
+ "translation": "No se encontró una licencia enterprise válida"
+ },
+ {
+ "id": "utils.license.load_license.open_find.warn",
+ "translation": "No pudimos encontrar/abrir el achivo de licencia"
+ },
+ {
+ "id": "utils.license.remove_license.unable.error",
+ "translation": "No se pudo remover el archivo de la licencia, err=%v"
+ },
+ {
+ "id": "utils.license.validate_license.decode.error",
+ "translation": "Encontramos un error decodificando la licencia, err=%v"
+ },
+ {
+ "id": "utils.license.validate_license.invalid.error",
+ "translation": "Firma inválida, err=%v"
+ },
+ {
+ "id": "utils.license.validate_license.not_long.error",
+ "translation": "La licencia firmada no es suficientemente larga"
+ },
+ {
+ "id": "utils.license.validate_license.signing.error",
+ "translation": "Encontramos un error al firmar la licencia, err=%v"
+ },
+ {
+ "id": "utils.mail.connect_smtp.open.app_error",
+ "translation": "Falla al abrir conexión"
+ },
+ {
+ "id": "utils.mail.connect_smtp.open_tls.app_error",
+ "translation": "Falla al abrir una conexión TLS"
+ },
+ {
+ "id": "utils.mail.new_client.auth.app_error",
+ "translation": "Falla autenticando contra el servidor SMTP"
+ },
+ {
+ "id": "utils.mail.new_client.open.error",
+ "translation": "Falla al abrir la conexión al servidor SMTP %v"
+ },
+ {
+ "id": "utils.mail.send_mail.close.app_error",
+ "translation": "Falla al cerrar la conexión al servidor SMTP"
+ },
+ {
+ "id": "utils.mail.send_mail.from_address.app_error",
+ "translation": "Falla al agregar el correo electrónico desde"
+ },
+ {
+ "id": "utils.mail.send_mail.msg.app_error",
+ "translation": "Falla al escribir el mensaje del correo electrónico"
+ },
+ {
+ "id": "utils.mail.send_mail.msg_data.app_error",
+ "translation": "Falla al agregar la data al mensaje del correo electrónico"
+ },
+ {
+ "id": "utils.mail.send_mail.sending.debug",
+ "translation": "enviano correo electrónico a %v con el asunto '%v'"
+ },
+ {
+ "id": "utils.mail.send_mail.to_address.app_error",
+ "translation": "Falla al agregar el correo electrónico para"
+ },
+ {
+ "id": "utils.mail.test.configured.error",
+ "translation": "El servidor SMTP parece no estar configurado apropiadamente err=%v details=%v"
}
] \ No newline at end of file