aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/pt_BR.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-09-01 00:09:24 +0000
committerNextcloud bot <bot@nextcloud.com>2016-09-01 00:09:24 +0000
commit4a5cd74fb29b19c975f893e0289b1b34bf5e8a62 (patch)
treef97e26c7fea82aa297b82c0dc6dcc4cb1c18c0b1 /apps/comments/l10n/pt_BR.js
parent73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff)
downloadnextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz
nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/pt_BR.js')
-rw-r--r--apps/comments/l10n/pt_BR.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js
index 19efa9e725a..5d1d4081032 100644
--- a/apps/comments/l10n/pt_BR.js
+++ b/apps/comments/l10n/pt_BR.js
@@ -1,15 +1,12 @@
OC.L10N.register(
"comments",
{
- "Type in a new comment..." : "Digite um novo comentário...",
"Delete comment" : "Apague o comentário",
"Post" : "Postar",
"Cancel" : "Cancelar",
"Edit comment" : "Editar comentário",
"[Deleted user]" : "[Usuário excluído]",
"Comments" : "Comentários",
- "No other comments available" : "Nenhum outro comentário disponível",
- "More comments..." : "Mais comentários...",
"Save" : "Salvar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
"Error occurred while retrieving comment with id {id}" : "Ocorreu um erro durante a recuperação do comentário com o id {id}",
@@ -17,11 +14,13 @@ OC.L10N.register(
"Error occurred while posting comment" : "Ocorreu um erro durante a postagem do comentário",
"{count} unread comments" : "{count} comentários não lidos",
"Comment" : "Comentário",
- "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> para arquivos <em>(sempre listados no fluxo)</em>",
+ "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
"You commented" : "Você comentou",
"%1$s commented" : "%1$s comentado",
"You commented on %2$s" : "Você comentou em %2$s",
"%1$s commented on %2$s" : "%1$s comentado em %2$s",
- "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos"
+ "Type in a new comment..." : "Digite um novo comentário...",
+ "No other comments available" : "Nenhum outro comentário disponível",
+ "More comments..." : "Mais comentários..."
},
"nplurals=2; plural=(n > 1);");