Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-08-07 05:16:39 +0300
committerNextcloud bot <bot@nextcloud.com>2020-08-07 05:16:39 +0300
commit1df567d5ad1fad4e152e552e56f0ff4a5ecd7028 (patch)
tree142947a7eecfc75c59abd2d9609a0ee4c52bdfbb /apps/oauth2/l10n
parentc24f3d1336e5bf268cca2084da04ae5df4ecddb4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r--apps/oauth2/l10n/br.js20
-rw-r--r--apps/oauth2/l10n/br.json18
2 files changed, 38 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/br.js b/apps/oauth2/l10n/br.js
new file mode 100644
index 00000000000..3a5b0458833
--- /dev/null
+++ b/apps/oauth2/l10n/br.js
@@ -0,0 +1,20 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "N'eo ket aotreet ho kliant d'en em kenstagañ. Galvit administratour ho kliant.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Ho adhenter URL en deus ezhomm bezhañ un URL klog da skouer : https://yourdomain.com/path",
+ "OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Oatreit an dilesa a glot gant OAuth 2.0 diouzh ho meziant web.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aotreant a raio ar meziant OAuth 2.0 an administratourienn da arventennoù evit an dilesa red-labour e-barzh evit aotreañ an dilesa a glot gant OAuth 2.0 eus meziantoù web all.",
+ "OAuth 2.0 clients" : "Kliant OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "Aotreañ a ra OAuth 2.0 ar servijourienn diavaez da goulenn tizhout {instanceName}.",
+ "Name" : "Anv",
+ "Redirection URI" : "Adhent URL",
+ "Client Identifier" : "Anavezer Kliant",
+ "Secret" : "Sekret",
+ "Add client" : "Ouzhoennañ kliant",
+ "Add" : "Ouzhpennañ",
+ "Show client secret" : "Diskouez sekret ar kliant",
+ "Delete" : "Dilemel"
+},
+"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
diff --git a/apps/oauth2/l10n/br.json b/apps/oauth2/l10n/br.json
new file mode 100644
index 00000000000..a5fcd59cf11
--- /dev/null
+++ b/apps/oauth2/l10n/br.json
@@ -0,0 +1,18 @@
+{ "translations": {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "N'eo ket aotreet ho kliant d'en em kenstagañ. Galvit administratour ho kliant.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Ho adhenter URL en deus ezhomm bezhañ un URL klog da skouer : https://yourdomain.com/path",
+ "OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Oatreit an dilesa a glot gant OAuth 2.0 diouzh ho meziant web.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aotreant a raio ar meziant OAuth 2.0 an administratourienn da arventennoù evit an dilesa red-labour e-barzh evit aotreañ an dilesa a glot gant OAuth 2.0 eus meziantoù web all.",
+ "OAuth 2.0 clients" : "Kliant OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "Aotreañ a ra OAuth 2.0 ar servijourienn diavaez da goulenn tizhout {instanceName}.",
+ "Name" : "Anv",
+ "Redirection URI" : "Adhent URL",
+ "Client Identifier" : "Anavezer Kliant",
+ "Secret" : "Sekret",
+ "Add client" : "Ouzhoennañ kliant",
+ "Add" : "Ouzhpennañ",
+ "Show client secret" : "Diskouez sekret ar kliant",
+ "Delete" : "Dilemel"
+},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
+} \ No newline at end of file