From 1df567d5ad1fad4e152e552e56f0ff4a5ecd7028 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 7 Aug 2020 02:16:39 +0000 Subject: [tx-robot] updated from transifex --- apps/oauth2/l10n/br.js | 20 ++++++++++++++++++++ apps/oauth2/l10n/br.json | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 apps/oauth2/l10n/br.js create mode 100644 apps/oauth2/l10n/br.json (limited to 'apps/oauth2') 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 -- cgit v1.2.3