diff options
Diffstat (limited to 'apps/workflowengine/l10n/pt_PT.js')
-rw-r--r-- | apps/workflowengine/l10n/pt_PT.js | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/apps/workflowengine/l10n/pt_PT.js b/apps/workflowengine/l10n/pt_PT.js index 40385aa33a6..24aa45be975 100644 --- a/apps/workflowengine/l10n/pt_PT.js +++ b/apps/workflowengine/l10n/pt_PT.js @@ -33,24 +33,29 @@ OC.L10N.register( "Entity %s is invalid" : "Entidade %s é inválida", "No events are chosen." : "Não são escolhidos eventos.", "Entity %s has no event %s" : "Entidade %s não tem evento %s", + "Operation %s is invalid" : "Operação %s é inválida", + "Check %s does not exist" : "Validação %s não existe", + "Check %s is invalid" : "Validação %s é inválida", + "Check %s is invalid or does not exist" : "Verifique%sé inválido ou não existe", "Flow" : "Fluxo", "Nextcloud workflow engine" : "Motor de fluxo de trabalho da Nextcloud", "Select a filter" : "Selecionar um filtro", "Select a comparator" : "Selecionar um comparador", + "Remove filter" : "Remover filtro", "Folder" : "Pasta", "Images" : "Imagens", - "No results" : "Sem resultados", - "%s (invisible)" : "%s (invisível)", - "%s (restricted)" : "%s (limitado)", - "Predefined URLs" : "URLs Predefinidos", "Files WebDAV" : "Ficheiros WebDAV", "Android client" : "Cliente de Android", "iOS client" : "Cliente de iOS", "Desktop client" : "Cliente de PC", "Thunderbird & Outlook addons" : "Extras do Thunderbird & Outlook", + "Select groups" : "Selecionar grupos", + "Groups" : "Grupos", + "Save" : "Guardar", + "and" : "e", "Cancel" : "Cancelar", "Delete" : "Apagar", - "Save" : "Guardar", + "Show less" : "Mostrar menos", "matches" : "corresponde", "does not match" : "não corresponde", "is" : "é", @@ -63,8 +68,19 @@ OC.L10N.register( "greater or equals" : "maior ou igual", "greater" : "maior", "Request remote address" : "Solicitar endereço remoto", + "matches IPv4" : "corresponde a IPv4", + "does not match IPv4" : "não corresponde a IPv4", + "matches IPv6" : "corresponde a IPv6", + "does not match IPv6" : "não corresponde a IPv6", + "File system tag" : "Etiqueta do sistema de ficheiros", + "is tagged with" : "tem a etiqueta", + "is not tagged with" : "não tem a etiqueta", "Request URL" : "Solicitar URL", + "Request time" : "Tempo do pedido", "between" : "entre", - "Request user agent" : "Solicitar agente de utilizador" + "not between" : "fora de", + "Request user agent" : "Solicitar agente de utilizador", + "is member of" : "é membro de", + "is not member of" : "não é um membro de" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |