nextcloud/apps/workflowengine/l10n/pt_BR.js

78 lines
3.8 KiB
JavaScript

OC.L10N.register(
"workflowengine",
{
"Short rule description" : "Descrição curta da regra",
"Add rule" : "Adicionar regra",
"Reset" : "Redefinir",
"Save" : "Salvar",
"Saving…" : "Salvando...",
"Group list is empty" : "Lista de grupos vazia",
"Unable to retrieve the group list" : "Impossível recuperar a lista do grupo",
"Saved" : "Salvo",
"Saving failed:" : "A gravação falhou:",
"Add rule group" : "Adicionar regra do grupo",
"File MIME type" : "Tipo de arquivo MIME",
"is" : "é",
"is not" : "não é",
"matches" : "coincide",
"does not match" : "não coincide",
"Example: {placeholder}" : "Examplo: {placeholder}",
"File name" : "Nome do arquivo",
"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",
"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",
"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",
"Files workflow engine" : "Sistema de fluxo de trabalho de arquivos",
"Open documentation" : "Abrir documentação",
"Loading…" : "Carregando...",
"Workflow" : "Fluxo de trabalho"
},
"nplurals=2; plural=(n > 1);");