summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-21 02:18:44 +0000
committerNextcloud bot <bot@nextcloud.com>2020-10-21 02:18:44 +0000
commit2c21adb5a65787b378172adc0257f6d11bbf1428 (patch)
treefd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/workflowengine
parent766590d204e29a946effb5cc8cdad32a4236778a (diff)
downloadnextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz
nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/l10n/pt_PT.js70
-rw-r--r--apps/workflowengine/l10n/pt_PT.json68
2 files changed, 138 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/pt_PT.js b/apps/workflowengine/l10n/pt_PT.js
new file mode 100644
index 00000000000..40385aa33a6
--- /dev/null
+++ b/apps/workflowengine/l10n/pt_PT.js
@@ -0,0 +1,70 @@
+OC.L10N.register(
+ "workflowengine",
+ {
+ "The given operator is invalid" : "O operador em questão é inválido",
+ "The given regular expression is invalid" : "A dada expressão regular é inválida",
+ "The given file size is invalid" : "O tamanho dado do ficheiro é inválido",
+ "The given tag id is invalid" : "A determinada identificação da etiqueta é inválida",
+ "The given IP range is invalid" : "O intervalo de IP dado é inválido",
+ "The given IP range is not valid for IPv4" : "A gama IP dada não é válida para IPv4",
+ "The given IP range is not valid for IPv6" : "A gama de IP indicada não é válida para IPv6",
+ "The given time span is invalid" : "O período de tempo dado é inválido",
+ "The given start time is invalid" : "A determinada hora de início é inválida",
+ "The given end time is invalid" : "O tempo final dado é inválido",
+ "The given group does not exist" : "O grupo em questão não existe",
+ "File" : "Ficheiro",
+ "File created" : "Ficheiro criado",
+ "File updated" : "Ficheiro enviado",
+ "File renamed" : "Ficheiro renomeado",
+ "File deleted" : "Ficheiro apagado",
+ "File accessed" : "Ficheiro acedido",
+ "File copied" : "Ficheiro copiado",
+ "Tag assigned" : "Etiqueta atribuída",
+ "Someone" : "Alguém",
+ "%s created %s" : "1%s criado 1%s",
+ "%s modified %s" : "1%s modificado 1%s",
+ "%s deleted %s" : "1%s apagado 1%s",
+ "%s accessed %s" : "1%s acedido 1%s",
+ "%s renamed %s" : "1%s renomeado 1%s",
+ "%s copied %s" : "1%s copiado 1%s",
+ "%s assigned %s to %s" : "1%s atribuido 1%s para 1%s",
+ "Operation #%s does not exist" : "Operação #1%s não existe",
+ "Entity %s does not exist" : "Entidade %s não existe",
+ "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",
+ "Flow" : "Fluxo",
+ "Nextcloud workflow engine" : "Motor de fluxo de trabalho da Nextcloud",
+ "Select a filter" : "Selecionar um filtro",
+ "Select a comparator" : "Selecionar um comparador",
+ "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",
+ "Cancel" : "Cancelar",
+ "Delete" : "Apagar",
+ "Save" : "Guardar",
+ "matches" : "corresponde",
+ "does not match" : "não corresponde",
+ "is" : "é",
+ "is not" : "não é",
+ "File name" : "Nome do ficheiro",
+ "File MIME type" : "Tipo de ficheiro MIME",
+ "File size (upload)" : "Tamanho do ficheiro (envio)",
+ "less" : "menor",
+ "less or equals" : "menor ou igual",
+ "greater or equals" : "maior ou igual",
+ "greater" : "maior",
+ "Request remote address" : "Solicitar endereço remoto",
+ "Request URL" : "Solicitar URL",
+ "between" : "entre",
+ "Request user agent" : "Solicitar agente de utilizador"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/workflowengine/l10n/pt_PT.json b/apps/workflowengine/l10n/pt_PT.json
new file mode 100644
index 00000000000..05fab60a515
--- /dev/null
+++ b/apps/workflowengine/l10n/pt_PT.json
@@ -0,0 +1,68 @@
+{ "translations": {
+ "The given operator is invalid" : "O operador em questão é inválido",
+ "The given regular expression is invalid" : "A dada expressão regular é inválida",
+ "The given file size is invalid" : "O tamanho dado do ficheiro é inválido",
+ "The given tag id is invalid" : "A determinada identificação da etiqueta é inválida",
+ "The given IP range is invalid" : "O intervalo de IP dado é inválido",
+ "The given IP range is not valid for IPv4" : "A gama IP dada não é válida para IPv4",
+ "The given IP range is not valid for IPv6" : "A gama de IP indicada não é válida para IPv6",
+ "The given time span is invalid" : "O período de tempo dado é inválido",
+ "The given start time is invalid" : "A determinada hora de início é inválida",
+ "The given end time is invalid" : "O tempo final dado é inválido",
+ "The given group does not exist" : "O grupo em questão não existe",
+ "File" : "Ficheiro",
+ "File created" : "Ficheiro criado",
+ "File updated" : "Ficheiro enviado",
+ "File renamed" : "Ficheiro renomeado",
+ "File deleted" : "Ficheiro apagado",
+ "File accessed" : "Ficheiro acedido",
+ "File copied" : "Ficheiro copiado",
+ "Tag assigned" : "Etiqueta atribuída",
+ "Someone" : "Alguém",
+ "%s created %s" : "1%s criado 1%s",
+ "%s modified %s" : "1%s modificado 1%s",
+ "%s deleted %s" : "1%s apagado 1%s",
+ "%s accessed %s" : "1%s acedido 1%s",
+ "%s renamed %s" : "1%s renomeado 1%s",
+ "%s copied %s" : "1%s copiado 1%s",
+ "%s assigned %s to %s" : "1%s atribuido 1%s para 1%s",
+ "Operation #%s does not exist" : "Operação #1%s não existe",
+ "Entity %s does not exist" : "Entidade %s não existe",
+ "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",
+ "Flow" : "Fluxo",
+ "Nextcloud workflow engine" : "Motor de fluxo de trabalho da Nextcloud",
+ "Select a filter" : "Selecionar um filtro",
+ "Select a comparator" : "Selecionar um comparador",
+ "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",
+ "Cancel" : "Cancelar",
+ "Delete" : "Apagar",
+ "Save" : "Guardar",
+ "matches" : "corresponde",
+ "does not match" : "não corresponde",
+ "is" : "é",
+ "is not" : "não é",
+ "File name" : "Nome do ficheiro",
+ "File MIME type" : "Tipo de ficheiro MIME",
+ "File size (upload)" : "Tamanho do ficheiro (envio)",
+ "less" : "menor",
+ "less or equals" : "menor ou igual",
+ "greater or equals" : "maior ou igual",
+ "greater" : "maior",
+ "Request remote address" : "Solicitar endereço remoto",
+ "Request URL" : "Solicitar URL",
+ "between" : "entre",
+ "Request user agent" : "Solicitar agente de utilizador"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file