summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-14 10:23:51 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-14 10:23:51 -0700
commitea3f25924ea64a2dd1e73624c0d30824e1efb240 (patch)
treea4a2b2bdc37bd675fb89837713995ad44a27427b /i18n
parent397ebec88c2db3569efd77238bf877e976492d34 (diff)
parentbf7ae0711743926cfbb031675cc3320d7a942465 (diff)
downloadchat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.tar.gz
chat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.tar.bz2
chat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.zip
Merge branch 'master' into PLT-2115
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json48
-rw-r--r--i18n/es.json40
-rw-r--r--i18n/pt.json64
3 files changed, 86 insertions, 66 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 57d5179b6..e42ade162 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -456,8 +456,8 @@
"translation": "S3 is not supported for local storage export."
},
{
- "id": "api.export.write_file.app_error",
- "translation": "Unable to write to export file"
+ "id": "api.file.file_upload.exceeds",
+ "translation": "File exceeds max image size."
},
{
"id": "api.file.file_upload.exceeds",
@@ -508,6 +508,22 @@
"translation": "Initializing file api routes"
},
{
+ "id": "api.file.move_file.configured.app_error",
+ "translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
+ },
+ {
+ "id": "api.file.move_file.delete_from_s3.app_error",
+ "translation": "Unable to delete file from S3."
+ },
+ {
+ "id": "api.file.move_file.get_from_s3.app_error",
+ "translation": "Unable to get file from S3."
+ },
+ {
+ "id": "api.file.move_file.rename.app_error",
+ "translation": "Unable to move file locally."
+ },
+ {
"id": "api.file.open_file_write_stream.configured.app_error",
"translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
},
@@ -1608,6 +1624,10 @@
"translation": "Couldn't upload profile image"
},
{
+ "id": "api.user.verify_email.bad_link.app_error",
+ "translation": "Bad verify email link."
+ },
+ {
"id": "api.web_conn.new_web_conn.last_activity.error",
"translation": "Failed to update LastActivityAt for user_id=%v and session_id=%v, err=%v"
},
@@ -3405,22 +3425,6 @@
"translation": "Find Team"
},
{
- "id": "web.footer.about",
- "translation": "About"
- },
- {
- "id": "web.footer.help",
- "translation": "Help"
- },
- {
- "id": "web.footer.privacy",
- "translation": "Privacy"
- },
- {
- "id": "web.footer.terms",
- "translation": "Terms"
- },
- {
"id": "web.get_access_token.bad_client_id.app_error",
"translation": "invalid_request: Bad client_id"
},
@@ -3553,10 +3557,6 @@
"translation": "Home"
},
{
- "id": "web.root.singup_info",
- "translation": "All team communication in one place, searchable and accessible anywhere"
- },
- {
"id": "web.root.singup_title",
"translation": "Signup"
},
@@ -3611,5 +3611,9 @@
{
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
+ },
+ {
+ "id": "api.team.get_invite_info.not_open_team",
+ "translation": "Invite is invalid because this is not an open team."
}
]
diff --git a/i18n/es.json b/i18n/es.json
index 6443d18dc..93ffb2341 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -456,8 +456,8 @@
"translation": "S3 no está soportado para exportar al almacenamiento local."
},
{
- "id": "api.export.write_file.app_error",
- "translation": "No se puede escribir al archivo a exportar"
+ "id": "api.file.file_upload.exceeds",
+ "translation": "El archivo excede el tamaño máximo para una imagen."
},
{
"id": "api.file.file_upload.exceeds",
@@ -508,6 +508,22 @@
"translation": "Inicializando rutas del API para los archivos"
},
{
+ "id": "api.file.move_file.configured.app_error",
+ "translation": "No ha sido configurado apropiadamente el almacenamiento. Por favor configuralo para utilizar ya sea S3 o almacenamiento local."
+ },
+ {
+ "id": "api.file.move_file.delete_from_s3.app_error",
+ "translation": "No se pudo eliminar el archivo del S3."
+ },
+ {
+ "id": "api.file.move_file.get_from_s3.app_error",
+ "translation": "No se pudo obtener el archivo desde el S3."
+ },
+ {
+ "id": "api.file.move_file.rename.app_error",
+ "translation": "No se pudo mover el archivo localmente."
+ },
+ {
"id": "api.file.open_file_write_stream.configured.app_error",
"translation": "El almacenamiento de archivos no ha sido configurado apropiadamente. Por favor configuralo ya sea para S3 o para almacenamiento en el servidor local."
},
@@ -3384,22 +3400,6 @@
"translation": "Encontrar Equipo"
},
{
- "id": "web.footer.about",
- "translation": "Acerca"
- },
- {
- "id": "web.footer.help",
- "translation": "Ayuda"
- },
- {
- "id": "web.footer.privacy",
- "translation": "Privacidad"
- },
- {
- "id": "web.footer.terms",
- "translation": "Términos"
- },
- {
"id": "web.get_access_token.bad_client_id.app_error",
"translation": "invalid_request: client_id malo"
},
@@ -3532,10 +3532,6 @@
"translation": "Inicio"
},
{
- "id": "web.root.singup_info",
- "translation": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte"
- },
- {
"id": "web.root.singup_title",
"translation": "Registrar"
},
diff --git a/i18n/pt.json b/i18n/pt.json
index e01db6b22..29c8c58c7 100644
--- a/i18n/pt.json
+++ b/i18n/pt.json
@@ -456,8 +456,8 @@
"translation": "S3 não é suportado para o armazenamento local de exportação."
},
{
- "id": "api.export.write_file.app_error",
- "translation": "Não é possível gravar para exportar arquivo"
+ "id": "api.file.file_upload.exceeds",
+ "translation": "Arquivo excede o máximo de tamanho de imagem."
},
{
"id": "api.file.file_upload.exceeds",
@@ -508,6 +508,22 @@
"translation": "Inicializando file api routes"
},
{
+ "id": "api.file.move_file.configured.app_error",
+ "translation": "Armazenamento de arquivos não está configurado corretamente, Por favor configure S3 ou armazenamento de arquivos no servidor local."
+ },
+ {
+ "id": "api.file.move_file.delete_from_s3.app_error",
+ "translation": "Não é possível deletar o arquivo a partir do S3."
+ },
+ {
+ "id": "api.file.move_file.get_from_s3.app_error",
+ "translation": "Não é possível obter o arquivo a partir do S3."
+ },
+ {
+ "id": "api.file.move_file.rename.app_error",
+ "translation": "Não foi possível mover o arquivo localmente."
+ },
+ {
"id": "api.file.open_file_write_stream.configured.app_error",
"translation": "Armazenamento de arquivos não está configurado corretamente, Por favor configure S3 ou armazenamento de arquivos no servidor local."
},
@@ -1205,7 +1221,7 @@
},
{
"id": "api.templates.signin_change_email.body.title",
- "translation": "Você atualizou seu método de acesso"
+ "translation": "Você atualizou seu método de login"
},
{
"id": "api.templates.signup_team_body.button",
@@ -1225,7 +1241,7 @@
},
{
"id": "api.templates.singin_change_email.body.info",
- "translation": "Você atualizou seu método de inscrição para {{.TeamDisplayName}} no {{ .TeamURL }} para {{.Method}}.<br>Se esta mudança não foi iniciada por você, por favor entre em contato com o administrador do sistema."
+ "translation": "Você atualizou seu método de login para {{.TeamDisplayName}} no {{ .TeamURL }} para {{.Method}}.<br>Se esta mudança não foi iniciada por você, por favor entre em contato com o administrador do sistema."
},
{
"id": "api.templates.singin_change_email.subject",
@@ -1257,7 +1273,7 @@
},
{
"id": "api.templates.welcome_body.info2",
- "translation": "Você pode acessar sua nova equipe pelo endereço web:"
+ "translation": "Você pode fazer login sua nova equipe pelo endereço web:"
},
{
"id": "api.templates.welcome_body.info3",
@@ -1333,7 +1349,7 @@
},
{
"id": "api.user.create_oauth_user.already_used.app_error",
- "translation": "Está conta {{.Service}} já foi utilizada para logar na equipe {{.DisplayName}}"
+ "translation": "Está conta {{.Service}} já foi utilizada para se inscrever na equipe {{.DisplayName}}"
},
{
"id": "api.user.create_oauth_user.create.app_error",
@@ -1357,7 +1373,7 @@
},
{
"id": "api.user.create_user.accepted_domain.app_error",
- "translation": "O email que você forneceu não pertence a um domínio aceito. Por favor contacte o seu administrador ou entre com um email diferente."
+ "translation": "O email que você forneceu não pertence a um domínio aceito. Por favor contacte o seu administrador ou se inscreve com um email diferente."
},
{
"id": "api.user.create_user.joining.error",
@@ -1373,11 +1389,11 @@
},
{
"id": "api.user.create_user.signup_link_expired.app_error",
- "translation": "O link de acesso expirou"
+ "translation": "O link de inscrição expirou"
},
{
"id": "api.user.create_user.signup_link_invalid.app_error",
- "translation": "O link de acesso não parece ser válido"
+ "translation": "O link de inscrição não parece ser válido"
},
{
"id": "api.user.create_user.team_name.app_error",
@@ -2408,6 +2424,10 @@
"translation": "Pingando banco de dados sql %v"
},
{
+ "id": "store.sql.read_replicas_not_licensed.critical",
+ "translation": "A funcionalidade de mais de uma replica está desabilitada pela licença atual. Entre em contato com o administrador do sistema sobre como atualizar sua licença de empresa."
+ },
+ {
"id": "store.sql.remove_index.critical",
"translation": "Falha ao remover o índice %v"
},
@@ -2648,6 +2668,10 @@
"translation": "Encontramos um erro ao atualizar o membro do canal"
},
{
+ "id": "store.sql_command.analytics_command_count.app_error",
+ "translation": "Não foi possível contar os comandos"
+ },
+ {
"id": "store.sql_command.save.delete.app_error",
"translation": "Não foi possível deletar o comando"
},
@@ -2676,10 +2700,6 @@
"translation": "Não foi possível atualizar o comando"
},
{
- "id": "store.sql_command.analytics_command_count.app_error",
- "translation": "Não foi possível contar os comandos"
- },
- {
"id": "store.sql_license.get.app_error",
"translation": "Encontramos um erro ao obter a licença"
},
@@ -2900,6 +2920,10 @@
"translation": "Não foi possível atualizar a preferência"
},
{
+ "id": "store.sql_session.analytics_session_count.app_error",
+ "translation": "Não foi possível contar a sessão"
+ },
+ {
"id": "store.sql_session.cleanup_expired_sessions.app_error",
"translation": "Encontramos um erro enquanto deletava a sessão expirada do usuário"
},
@@ -2952,10 +2976,6 @@
"translation": "Não foi possível atualizar as funções"
},
{
- "id": "store.sql_session.analytics_session_count.app_error",
- "translation": "Não foi possível contar a sessão"
- },
- {
"id": "store.sql_system.get.app_error",
"translation": "Encontramos um erro ao procurar as propriedades de sistema"
},
@@ -2968,6 +2988,10 @@
"translation": "Encontramos um erro ao atualizar as propriedades de sistema"
},
{
+ "id": "store.sql_team.analytics_team_count.app_error",
+ "translation": "Não foi possível contar as equipes"
+ },
+ {
"id": "store.sql_team.get.find.app_error",
"translation": "Não foi possível encontrar a equipe existente"
},
@@ -3036,10 +3060,6 @@
"translation": "Não foi possível atualizar o nome da equipe"
},
{
- "id": "store.sql_team.analytics_team_count.app_error",
- "translation": "Não foi possível contar as equipes"
- },
- {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "Não foi possível obter o número de usuários únicos"
},
@@ -3587,4 +3607,4 @@
"id": "web.watcher_fail.error",
"translation": "Falha ao adicionar diretório observador %v"
}
-]
+] \ No newline at end of file