summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-02-24 01:12:42 +0000
committerNextcloud bot <bot@nextcloud.com>2018-02-24 01:12:42 +0000
commit1eb8aee0e67bff6b2047157bd1eae0d77338ba21 (patch)
tree74b08fa338a0df5ec6bf395ce0e6382c87d09ae7 /apps/oauth2
parenta4fbe80f7306325d9e054a2b44238ea478153ca2 (diff)
downloadnextcloud-server-1eb8aee0e67bff6b2047157bd1eae0d77338ba21.tar.gz
nextcloud-server-1eb8aee0e67bff6b2047157bd1eae0d77338ba21.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/pt_PT.js14
-rw-r--r--apps/oauth2/l10n/pt_PT.json12
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pt_PT.js b/apps/oauth2/l10n/pt_PT.js
new file mode 100644
index 00000000000..f89a56c39d1
--- /dev/null
+++ b/apps/oauth2/l10n/pt_PT.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s.",
+ "Name" : "Nome",
+ "Redirection URI" : "URI de redireccionamento",
+ "Client Identifier" : "Identificador de Cliente",
+ "Secret" : "Segredo",
+ "Add client" : "Adicionar cliente",
+ "Add" : "Adicionar"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/pt_PT.json b/apps/oauth2/l10n/pt_PT.json
new file mode 100644
index 00000000000..15f16743e78
--- /dev/null
+++ b/apps/oauth2/l10n/pt_PT.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth2.0 permite que dispositivos externos peçam acesso a %s.",
+ "Name" : "Nome",
+ "Redirection URI" : "URI de redireccionamento",
+ "Client Identifier" : "Identificador de Cliente",
+ "Secret" : "Segredo",
+ "Add client" : "Adicionar cliente",
+ "Add" : "Adicionar"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file