diff options
Diffstat (limited to 'apps/workflowengine/l10n/pt_BR.js')
-rw-r--r-- | apps/workflowengine/l10n/pt_BR.js | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js index 5a7c0ca3cd7..6ca0c3826bd 100644 --- a/apps/workflowengine/l10n/pt_BR.js +++ b/apps/workflowengine/l10n/pt_BR.js @@ -1,42 +1,55 @@ OC.L10N.register( "workflowengine", { - "File MIME type" : "Tipo de arquivo MIME", + "The given operator is invalid" : "O operador fornecido é inválido", + "The given regular expression is invalid" : "A expressão regular fornecida é inválida", + "The given file size is invalid" : "O tamanho fornecido do arquivo é inválido", + "The given tag id is invalid" : "O id da etiqueta fornecida é inválido", + "The given IP range is invalid" : "O intervalo de IP fornecido é inválido", + "The given IP range is not valid for IPv4" : "O intervalo de IP fornecido é inválido para IPv4", + "The given IP range is not valid for IPv6" : "O range de IP fornecido é inválido para IPv6", + "The given time span is invalid" : "O intervalo de tempo fornecido é inválido", + "The given start time is invalid" : "O horário de início fornecido é inválido", + "The given end time is invalid" : "O horário de término fornecido é inválido", + "The given group does not exist" : "O grupo fornecido 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 é inválida", + "Check %s does not exist" : "Verifique se %s não existe", + "Check %s is invalid" : "Verifique se %s é inválido", + "Check #%s does not exist" : "Verifique se %s não existe", + "Check %s is invalid or does not exist" : "Verifique se %s é valido ou existe", + "Predefined URLs" : "URLs predefinidas", + "Files WebDAV" : "Arquivos WebDAV", + "Sync clients" : "Sincronizar clientes", + "Android client" : "Cliente Android", + "iOS client" : "Cliente iOS", + "Desktop client" : "Cliente de Desktop", + "Thunderbird & Outlook addons" : "Extensões para Thunderbird & Outlook", + "File name" : "Nome do arquivo", "is" : "é", "is not" : "não é", "matches" : "coincide", "does not match" : "não coincide", - "Example: {placeholder}" : "Examplo: {placeholder}", - "File name" : "Nome do arquivo", + "File MIME type" : "Tipo de arquivo MIME", "File size (upload)" : "Tamanho do arquivo (envio)", "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á etiquetado 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", + "File system tag" : "Etiqueta do sistema de arquivos", + "is tagged with" : "está etiquetado com", + "is not tagged with" : "não está etiquetado com", + "Request URL" : "Solicitação de URL", "Request time" : "Tempo de solicitação", "between" : "entre", "not between" : "não entre", - "Start" : "Iniciar", - "End" : "Fim", - "Select timezone…" : "Selecionar 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", - "Thunderbird & Outlook addons" : "Extensões para Thunderbird & Outlook", "User group membership" : "Adesão de grupo de usuário", "is member of" : "é membro de", "is not member of" : "não é membro de", @@ -50,28 +63,15 @@ OC.L10N.register( "Saved" : "Salvo", "Saving failed:" : "A gravação falhou:", "Add rule group" : "Adicionar regra do grupo", - "The given operator is invalid" : "O operador fornecido é inválido", - "The given regular expression is invalid" : "A expressão regular fornecida é inválida", - "The given file size is invalid" : "O tamanho fornecido do arquivo é inválido", - "The given tag id is invalid" : "O id da etiqueta fornecida é inválido", - "The given IP range is invalid" : "O intervalo de IP fornecido é inválido", - "The given IP range is not valid for IPv4" : "O intervalo de IP fornecido é inválido para IPv4", - "The given IP range is not valid for IPv6" : "O range de IP fornecido é inválido para IPv6", - "The given time span is invalid" : "O intervalo de tempo fornecido é inválido", - "The given start time is invalid" : "O horário de início fornecido é inválido", - "The given end time is invalid" : "O horário de término fornecido é inválido", - "The given group does not exist" : "O grupo fornecido não existe", - "Check %s is invalid or does not exist" : "Verifique se %s é valido ou 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 é inválida", - "Check %s does not exist" : "Verifique se %s não existe", - "Check %s is invalid" : "Verifique se %s é inválido", - "Check #%s does not exist" : "Verifique se %s não existe", - "Tag management" : "Gerenciamento de rótulos", + "Example: {placeholder}" : "Examplo: {placeholder}", + "Select tag…" : "Selecionar etiqueta...", + "Start" : "Iniciar", + "End" : "Fim", + "Select timezone…" : "Selecionar fuso horário...", + "Workflow" : "Fluxo de trabalho", "Files workflow engine" : "Sistema de fluxo de trabalho de arquivos", "Open documentation" : "Abrir documentação", "Loading…" : "Carregando...", - "Workflow" : "Fluxo de trabalho" + "Tag management" : "Gerenciamento de rótulos" }, "nplurals=2; plural=(n > 1);"); |