From 70711c82a3e57dc06812f5454944e97d0b00cfb3 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 15 Jun 2016 09:01:15 -0300 Subject: daily translations 20160614 (#3340) --- i18n/pt-BR.json | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 113 insertions(+), 1 deletion(-) (limited to 'i18n/pt-BR.json') diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index 4aa2a83f7..52268bf35 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -571,6 +571,54 @@ "id": "api.context.unknown.app_error", "translation": "Ocorreu um erro desconhecido. Por favor contato com o suporte." }, + { + "id": "api.emoji.create.duplicate.app_error", + "translation": "Unable to create emoji. Another emoji with the same name already exists." + }, + { + "id": "api.emoji.create.parse.app_error", + "translation": "Unable to create emoji. Image exceeds maximum file size." + }, + { + "id": "api.emoji.create.permissions.app_error", + "translation": "Permissões inadequadas para deletar o comando" + }, + { + "id": "api.emoji.create.too_large.app_error", + "translation": "Unable to create emoji. Could not understand request." + }, + { + "id": "api.emoji.delete.permissions.app_error", + "translation": "Permissões inadequadas para deletar o comando" + }, + { + "id": "api.emoji.disabled.app_error", + "translation": "Os comandos foram desabilitados para o administrador do sistema." + }, + { + "id": "api.emoji.get_image.decode.app_error", + "translation": "Unable to decode image file for emoji." + }, + { + "id": "api.emoji.get_image.read.app_error", + "translation": "Unable to read image file for emoji." + }, + { + "id": "api.emoji.init.debug", + "translation": "Inicializando post api routes" + }, + { + "id": "api.emoji.storage.app_error", + "translation": "O armazenamento de arquivos não está configurado corretamente. Por favor, configure o S3 ou o armazenamento de arquivos no servidor local." + }, + { + "id": "api.emoji.upload.image.app_error", + "translation": "Unable to create emoji. File must be a PNG, JPEG, or GIF." + }, + { + "id": "api.emoji.upload.large_image.app_error", + "translation": "Unable to create emoji. Image exceeds maximum dimensions." + }, { "id": "api.export.json.app_error", "translation": "Não é possível converter para json" @@ -1561,7 +1609,7 @@ }, { "id": "api.user.create_oauth_user.already_attached.app_error", - "translation": "Um usuário existente já está conectado a sua conta {{.Service}}" + "translation": "There is already an account associated with that email address using a sign in method other than {{.Service}}. Please sign in using {{.Auth}}." }, { "id": "api.user.create_oauth_user.already_used.app_error", @@ -1951,6 +1999,14 @@ "id": "api.webhook.get_outgoing.disabled.app_error", "translation": "Webhooks de saída foram desabilitados pelo administrador do sistema." }, + { + "id": "api.webhook.incoming.debug", + "translation": "Webhook de entrada recebido. Contendo=" + }, + { + "id": "api.webhook.incoming.debug.error", + "translation": "Não foi possível ler o payload do webhook de entrada." + }, { "id": "api.webhook.init.debug", "translation": "Inicializando webhook api routes" @@ -2311,6 +2367,18 @@ "id": "model.client.connecting.app_error", "translation": "Encontramos um erro enquanto conectava ao servidor" }, + { + "id": "model.client.create_emoji.emoji.app_error", + "translation": "Unable to attach emoji data to request" + }, + { + "id": "model.client.create_emoji.image.app_error", + "translation": "Unable to attach image to request" + }, + { + "id": "model.client.create_emoji.writer.app_error", + "translation": "Unable to write request" + }, { "id": "model.client.login.app_error", "translation": "Tokens de autenticação não são iguais" @@ -2487,6 +2555,26 @@ "id": "model.config.is_valid.sql_max_conn.app_error", "translation": "Inválido máximo de conexões abertas em configurações SQL. Deve ser um número positivo." }, + { + "id": "model.emoji.create_at.app_error", + "translation": "Create deve ser um tempo válido" + }, + { + "id": "model.emoji.creator_id.app_error", + "translation": "Id de criador inválido" + }, + { + "id": "model.emoji.id.app_error", + "translation": "Id raiz inválida" + }, + { + "id": "model.emoji.name.app_error", + "translation": "Nome deve ter 2 ou mais caracteres alfanuméricos em minúsculas" + }, + { + "id": "model.emoji.update_at.app_error", + "translation": "Update deve ser um tempo válido" + }, { "id": "model.file_info.get.gif.app_error", "translation": "Não foi possível decodificar o gif." @@ -3183,6 +3271,30 @@ "id": "store.sql_compliance.save.saving.app_error", "translation": "Encontramos um erro ao salvar o relatório de compliance" }, + { + "id": "store.sql_emoji.delete.app_error", + "translation": "Não foi possível deletar o post" + }, + { + "id": "store.sql_emoji.delete.no_results", + "translation": "We couldn’t find the emoji to delete" + }, + { + "id": "store.sql_emoji.get.app_error", + "translation": "Não foi obter o post" + }, + { + "id": "store.sql_emoji.get_all.app_error", + "translation": "Não foi obter o post" + }, + { + "id": "store.sql_emoji.get_by_name.app_error", + "translation": "Não foi obter o post" + }, + { + "id": "store.sql_emoji.save.app_error", + "translation": "Não foi possível salvar o Post" + }, { "id": "store.sql_license.get.app_error", "translation": "Encontramos um erro ao obter a licença" -- cgit v1.2.3-1-g7c22