diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-11 01:07:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-11 01:07:23 +0000 |
commit | 01b3da612ba579e5de865a92dd0d1e83e92d3d87 (patch) | |
tree | 6c021f7d6c36159b2c98c0850a5526023316304b /apps/sharebymail/l10n/pt_BR.js | |
parent | dfaaebd76551b81da7bc59ed75b4514be2e10dac (diff) | |
download | nextcloud-server-01b3da612ba579e5de865a92dd0d1e83e92d3d87.tar.gz nextcloud-server-01b3da612ba579e5de865a92dd0d1e83e92d3d87.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/pt_BR.js')
-rw-r--r-- | apps/sharebymail/l10n/pt_BR.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/pt_BR.js b/apps/sharebymail/l10n/pt_BR.js new file mode 100644 index 00000000000..1cc2acfde19 --- /dev/null +++ b/apps/sharebymail/l10n/pt_BR.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Compartilhado com %1$s", + "Shared with {email}" : "Compartilhado com {email}", + "Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s", + "Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}", + "You shared %1$s with %2$s by mail" : "Você compartilhou %1$s com %2$s por email", + "You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por email", + "%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por email", + "{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por email", + "Sharing %s failed, this item is already shared with %s" : "O compartilhamento %s falhou, este item já está compartilhado com %s", + "Failed to send share by E-mail" : "Falha ao enviar compartilhamento por e-mail", + "%s shared »%s« with you" : "%s compartilhado »%s« com você", + "%s shared »%s« with you on behalf of %s" : "%s compartilhado »%s« com você em nome de %s", + "Failed to create the E-mail" : "Falha ao criar o E-mail", + "Could not find share" : "Não foi possível encontrar o compartilhamento", + "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Olá,\n%s compartilhou »%s« com você em nome de %s.\n%s\n\n", + "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Olá,\n%s compartilhou »%s« com você.\n%s\n", + "Cheers!" : "Felicidades!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Olá,<br><br>%s compartilhado <a href=\"%s\">%s</a> com voc^em nome de %s.<br><br>", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Olá,<br><br>%s compartilhado <a href=\"%s\">%s</a> com você.<br><br>" +}, +"nplurals=2; plural=(n > 1);"); |