summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/l10n/pt_BR.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-11-29 01:06:47 +0000
committerNextcloud bot <bot@nextcloud.com>2016-11-29 01:06:47 +0000
commite8ea9a5d276369c83d98ba4efe9bc969d06a9148 (patch)
treec2e1d255a435f813f412319a83cf19d5f9cb578a /apps/workflowengine/l10n/pt_BR.js
parentee0bb6e17b0105655af5364305f74f394ec0632c (diff)
downloadnextcloud-server-e8ea9a5d276369c83d98ba4efe9bc969d06a9148.tar.gz
nextcloud-server-e8ea9a5d276369c83d98ba4efe9bc969d06a9148.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/pt_BR.js')
-rw-r--r--apps/workflowengine/l10n/pt_BR.js71
1 files changed, 71 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js
new file mode 100644
index 00000000000..b3e4803e5e1
--- /dev/null
+++ b/apps/workflowengine/l10n/pt_BR.js
@@ -0,0 +1,71 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "Successfully saved" : "Salvos com êxito",
+ "Saving failed:" : "A gravação falhou:",
+ "File mime type" : "Tipo de arquivo mime",
+ "is" : "está",
+ "is not" : "não é",
+ "matches" : "coincidente",
+ "does not match" : "não corresponde",
+ "Example: {placeholder}" : "Examplo: {placeholder}",
+ "File size (upload)" : "Tamanho do arquivo (upload)",
+ "less" : "menos",
+ "less or equals" : "menores ou iguais",
+ "greater or equals" : "maiores ou iguais",
+ "greater" : "maior",
+ "File system tag" : "Etiqueta do sistema de arquivos",
+ "is tagged with" : "está etiquetada com",
+ "is not tagged with" : "não está etiquetado com",
+ "Select tag…" : "Selecionar etiqueta...",
+ "Request remote address" : "Solicitar endereço remoto",
+ "matches IPv4" : "IPv4 coincide",
+ "does not match IPv4" : "IPV4 não coincide",
+ "matches IPv6" : "IPV6 coincide",
+ "does not match IPv6" : "IPV6 não coincide",
+ "Request time" : "Tempo de solicitação",
+ "between" : "entre",
+ "not between" : "não entre",
+ "Start" : "Iniciar",
+ "End" : "Fim",
+ "Select timezone…" : "Selecione fuso horário...",
+ "Request URL" : "Solicitação de URL",
+ "Predefined URLs" : "URLs predefinidas",
+ "Files WebDAV" : "Arquivos WebDAV",
+ "Request user agent" : "Solicitar usuário agente",
+ "Sync clients" : "Sincronizar clientes",
+ "Android client" : "Cliente Android",
+ "iOS client" : "Cliente iOS",
+ "Desktop client" : "Cliente de desktop",
+ "User group membership" : "Adesão de grupo de usuário",
+ "is member of" : "é membro de",
+ "is not member of" : "não é membro de",
+ "The given operator is invalid" : "O operador fornecido não é válido",
+ "The given regular expression is invalid" : "A expressão regular fornecida não é válida",
+ "The given file size is invalid" : "O tamanho fornecido do arquivo não é valido",
+ "The given tag id is invalid" : "O id da tag fornecido não é valido",
+ "The given IP range is invalid" : "O range de IP fornecido não é válido",
+ "The given IP range is not valid for IPv4" : "O range de IP fornecido não é IPv4 válido",
+ "The given IP range is not valid for IPv6" : "O range de IP fornecido não é valido para IPv6",
+ "The given time span is invalid" : "O time span fornecido não é válido",
+ "The given start time is invalid" : "O tempo de start fornecido não é valido",
+ "The given end time is invalid" : "O tempo de finalização fornecido não é valido",
+ "The given group does not exist" : "O grupo fornecido não é valido",
+ "Check %s is invalid or does not exist" : "Verifique se %s é valido ou não existe",
+ "Operation #%s does not exist" : "Operação #%s não existe",
+ "Operation %s does not exist" : "Operação %s não existe",
+ "Operation %s is invalid" : "Operação %s é invalida",
+ "Check %s does not exist" : "Verifique se %s não existe",
+ "Check %s is invalid" : "Verifique se %s é invalido",
+ "Check #%s does not exist" : "Verifique se %s não existe",
+ "Workflow" : "Workflow",
+ "Open documentation" : "Abrir documentação",
+ "Add rule group" : "Adicionar regra de grupo",
+ "Short rule description" : "Descrição curta da regra",
+ "Add rule" : "Adicionar regra",
+ "Reset" : "Reset",
+ "Save" : "Salvar",
+ "Saving…" : "Salvando...",
+ "Loading…" : "Carregando..."
+},
+"nplurals=2; plural=(n > 1);");