summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorRodrigo Corsi <rodrigocorsi@gmail.com>2016-03-10 08:23:29 -0300
committerRodrigo Corsi <rodrigocorsi@gmail.com>2016-03-10 08:23:29 -0300
commit528180ce28846bab2fc39346eb1560e98e665f49 (patch)
tree2389ada2dc07b65118f1f7b3db4051fb3efeea03 /i18n
parent08f0800adef926e8b69ebea70e4995b89f5c3f3c (diff)
downloadchat-528180ce28846bab2fc39346eb1560e98e665f49.tar.gz
chat-528180ce28846bab2fc39346eb1560e98e665f49.tar.bz2
chat-528180ce28846bab2fc39346eb1560e98e665f49.zip
added missing translations
Diffstat (limited to 'i18n')
-rw-r--r--i18n/pt.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/i18n/pt.json b/i18n/pt.json
index 8e45d5eaf..81e0cdaff 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."
},