diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-20 00:08:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-20 00:08:27 +0000 |
commit | a442c86a8465a27fab84837d2fc40f2211de06b8 (patch) | |
tree | c2eb7267af40413f98993a4ea4fcc2507191dbac /apps/oauth2 | |
parent | fe8c67ad232611b826d112f65f5f1f3bd1273dd3 (diff) | |
download | nextcloud-server-a442c86a8465a27fab84837d2fc40f2211de06b8.tar.gz nextcloud-server-a442c86a8465a27fab84837d2fc40f2211de06b8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
28 files changed, 362 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js new file mode 100644 index 00000000000..9fb97505cc7 --- /dev/null +++ b/apps/oauth2/l10n/de.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf deine %s zu fragen.", + "Name" : "Name", + "Redirection URI" : "Weiterleitungs-URI", + "Client Identifier" : "Client-Identifikationsmerkmal", + "Secret" : "Geheimnis", + "Add client" : "Client hinzufügen", + "Add" : "Hinzufügen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json new file mode 100644 index 00000000000..71104191330 --- /dev/null +++ b/apps/oauth2/l10n/de.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf deine %s zu fragen.", + "Name" : "Name", + "Redirection URI" : "Weiterleitungs-URI", + "Client Identifier" : "Client-Identifikationsmerkmal", + "Secret" : "Geheimnis", + "Add client" : "Client hinzufügen", + "Add" : "Hinzufügen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js new file mode 100644 index 00000000000..dece67ad936 --- /dev/null +++ b/apps/oauth2/l10n/de_DE.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf ihre %s zu fragen.", + "Name" : "Name", + "Redirection URI" : "Weiterleitungs-URI", + "Client Identifier" : "Client-Identifikationsmerkmal", + "Secret" : "Geheimnis", + "Add client" : "Client hinzufügen", + "Add" : "Hinzufügen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json new file mode 100644 index 00000000000..de3329a1d7b --- /dev/null +++ b/apps/oauth2/l10n/de_DE.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf ihre %s zu fragen.", + "Name" : "Name", + "Redirection URI" : "Weiterleitungs-URI", + "Client Identifier" : "Client-Identifikationsmerkmal", + "Secret" : "Geheimnis", + "Add client" : "Client hinzufügen", + "Add" : "Hinzufügen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_MX.js b/apps/oauth2/l10n/es_MX.js new file mode 100644 index 00000000000..c96e2c46770 --- /dev/null +++ b/apps/oauth2/l10n/es_MX.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 your %s." : "OAuth 2.0 le permite a servicios externos solicituar acceso a su %s.", + "Name" : "Nombre", + "Redirection URI" : "URI de redirección", + "Client Identifier" : "Identificador del cliente", + "Secret" : "Secreto", + "Add client" : "Agregar cliente", + "Add" : "Agregar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_MX.json b/apps/oauth2/l10n/es_MX.json new file mode 100644 index 00000000000..809d645680c --- /dev/null +++ b/apps/oauth2/l10n/es_MX.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 your %s." : "OAuth 2.0 le permite a servicios externos solicituar acceso a su %s.", + "Name" : "Nombre", + "Redirection URI" : "URI de redirección", + "Client Identifier" : "Identificador del cliente", + "Secret" : "Secreto", + "Add client" : "Agregar cliente", + "Add" : "Agregar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js new file mode 100644 index 00000000000..26c4460961d --- /dev/null +++ b/apps/oauth2/l10n/fi.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 mahdollistaa ulkoisten palvelujen pyytää pääsyä %siisi.", + "Name" : "Nimi", + "Client Identifier" : "Asiakkaan tunniste", + "Secret" : "Salaisuus", + "Add client" : "Lisää asiakas", + "Add" : "Lisää" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json new file mode 100644 index 00000000000..1f6baa9deb0 --- /dev/null +++ b/apps/oauth2/l10n/fi.json @@ -0,0 +1,11 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 mahdollistaa ulkoisten palvelujen pyytää pääsyä %siisi.", + "Name" : "Nimi", + "Client Identifier" : "Asiakkaan tunniste", + "Secret" : "Salaisuus", + "Add client" : "Lisää asiakas", + "Add" : "Lisää" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js new file mode 100644 index 00000000000..1a5bd44d303 --- /dev/null +++ b/apps/oauth2/l10n/fr.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "Clients OAuth 2.0", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permet à des services externes de demander l'accès à votre %s.", + "Name" : "Nom", + "Redirection URI" : "URI de redirection", + "Client Identifier" : "Identifiant du client", + "Secret" : "Secret", + "Add client" : "Ajouter un client", + "Add" : "Ajouter" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json new file mode 100644 index 00000000000..bcc904e00b1 --- /dev/null +++ b/apps/oauth2/l10n/fr.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "Clients OAuth 2.0", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permet à des services externes de demander l'accès à votre %s.", + "Name" : "Nom", + "Redirection URI" : "URI de redirection", + "Client Identifier" : "Identifiant du client", + "Secret" : "Secret", + "Add client" : "Ajouter un client", + "Add" : "Ajouter" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/is.js b/apps/oauth2/l10n/is.js new file mode 100644 index 00000000000..538c9a91f49 --- /dev/null +++ b/apps/oauth2/l10n/is.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 biðlarar", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að þínu %s.", + "Name" : "Nafn", + "Redirection URI" : "Endurbeiningarslóð", + "Client Identifier" : "Biðlaraauðkenni", + "Secret" : "Leynilykill", + "Add client" : "Bæta við biðlara", + "Add" : "Bæta við" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/oauth2/l10n/is.json b/apps/oauth2/l10n/is.json new file mode 100644 index 00000000000..529c8db1d2a --- /dev/null +++ b/apps/oauth2/l10n/is.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 biðlarar", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að þínu %s.", + "Name" : "Nafn", + "Redirection URI" : "Endurbeiningarslóð", + "Client Identifier" : "Biðlaraauðkenni", + "Secret" : "Leynilykill", + "Add client" : "Bæta við biðlara", + "Add" : "Bæta við" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js new file mode 100644 index 00000000000..106be999973 --- /dev/null +++ b/apps/oauth2/l10n/lt_LT.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 klientai", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 leidžia išorinėms paslaugoms pasiekti tavo %s.", + "Name" : "Pavadinimas", + "Redirection URI" : "Nukreipimo adresas", + "Client Identifier" : "Kliento identifikatorius", + "Secret" : "Paslaptis", + "Add client" : "Pridėti klientą", + "Add" : "Pridėti" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json new file mode 100644 index 00000000000..f395192fa9b --- /dev/null +++ b/apps/oauth2/l10n/lt_LT.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 klientai", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 leidžia išorinėms paslaugoms pasiekti tavo %s.", + "Name" : "Pavadinimas", + "Redirection URI" : "Nukreipimo adresas", + "Client Identifier" : "Kliento identifikatorius", + "Secret" : "Paslaptis", + "Add client" : "Pridėti klientą", + "Add" : "Pridėti" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/lv.js b/apps/oauth2/l10n/lv.js new file mode 100644 index 00000000000..ce1f4eac05d --- /dev/null +++ b/apps/oauth2/l10n/lv.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 klients", + "OAuth 2.0 allows external services to request access to your %s." : " OAuth 2.0 atļauj ārējiem servisiem pieprasīt piekļuvi pie Jūsu %s.", + "Name" : "Nosaukums", + "Redirection URI" : "Pārvirzāmais URI", + "Client Identifier" : "Klienta identifikators", + "Secret" : "Noslēpums", + "Add client" : "Pievienot klientu", + "Add" : "Pievienot" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/oauth2/l10n/lv.json b/apps/oauth2/l10n/lv.json new file mode 100644 index 00000000000..d7f425b83ae --- /dev/null +++ b/apps/oauth2/l10n/lv.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 klients", + "OAuth 2.0 allows external services to request access to your %s." : " OAuth 2.0 atļauj ārējiem servisiem pieprasīt piekļuvi pie Jūsu %s.", + "Name" : "Nosaukums", + "Redirection URI" : "Pārvirzāmais URI", + "Client Identifier" : "Klienta identifikators", + "Secret" : "Noslēpums", + "Add client" : "Pievienot klientu", + "Add" : "Pievienot" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js new file mode 100644 index 00000000000..091204ada25 --- /dev/null +++ b/apps/oauth2/l10n/nb.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-klienter", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til din %s.", + "Name" : "Navn", + "Redirection URI" : "Videresendings-URI", + "Client Identifier" : "Klient-identifikator", + "Secret" : "Hemmelighet", + "Add client" : "Legg til klient", + "Add" : "Legg til" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json new file mode 100644 index 00000000000..8af94e1f9a2 --- /dev/null +++ b/apps/oauth2/l10n/nb.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-klienter", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til din %s.", + "Name" : "Navn", + "Redirection URI" : "Videresendings-URI", + "Client Identifier" : "Klient-identifikator", + "Secret" : "Hemmelighet", + "Add client" : "Legg til klient", + "Add" : "Legg til" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/nl.js b/apps/oauth2/l10n/nl.js new file mode 100644 index 00000000000..9feaaf1efc5 --- /dev/null +++ b/apps/oauth2/l10n/nl.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 Clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s", + "Name" : "Naam", + "Redirection URI" : "Omeiding URI", + "Client Identifier" : "Client identificatie", + "Secret" : "Geheim", + "Add client" : "Voeg client toe", + "Add" : "Toevoegen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/nl.json b/apps/oauth2/l10n/nl.json new file mode 100644 index 00000000000..aa92fc82463 --- /dev/null +++ b/apps/oauth2/l10n/nl.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 Clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s", + "Name" : "Naam", + "Redirection URI" : "Omeiding URI", + "Client Identifier" : "Client identificatie", + "Secret" : "Geheim", + "Add client" : "Voeg client toe", + "Add" : "Toevoegen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js new file mode 100644 index 00000000000..54d8dfaed53 --- /dev/null +++ b/apps/oauth2/l10n/pl.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "klienci OAuth 2.0", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 pozwala zewnętrznym usługom na żądanie dostępu do %s.", + "Name" : "Nazwa", + "Redirection URI" : "URI przekierowania", + "Client Identifier" : "Identyfikator Klienta", + "Secret" : "Sekret", + "Add client" : "Dodaj klienta", + "Add" : "Dodaj" +}, +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json new file mode 100644 index 00000000000..ddece8c5aab --- /dev/null +++ b/apps/oauth2/l10n/pl.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "klienci OAuth 2.0", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 pozwala zewnętrznym usługom na żądanie dostępu do %s.", + "Name" : "Nazwa", + "Redirection URI" : "URI przekierowania", + "Client Identifier" : "Identyfikator Klienta", + "Secret" : "Sekret", + "Add client" : "Dodaj klienta", + "Add" : "Dodaj" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js new file mode 100644 index 00000000000..f710176c392 --- /dev/null +++ b/apps/oauth2/l10n/pt_BR.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 your %s." : "OAuth 2.0 permite aos serviços externos solicitar acesso ao seu %s.", + "Name" : "Nome", + "Redirection URI" : "Redirecionamento URI", + "Client Identifier" : "Identificador do Cliente", + "Secret" : "Sigilo", + "Add client" : "Adicionar cliente", + "Add" : "Adicionar" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json new file mode 100644 index 00000000000..c2ca0254a8d --- /dev/null +++ b/apps/oauth2/l10n/pt_BR.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 your %s." : "OAuth 2.0 permite aos serviços externos solicitar acesso ao seu %s.", + "Name" : "Nome", + "Redirection URI" : "Redirecionamento URI", + "Client Identifier" : "Identificador do Cliente", + "Secret" : "Sigilo", + "Add client" : "Adicionar cliente", + "Add" : "Adicionar" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/ru.js b/apps/oauth2/l10n/ru.js new file mode 100644 index 00000000000..ecb59c37269 --- /dev/null +++ b/apps/oauth2/l10n/ru.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "Клиенты OAuth 2.0", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 позволяет внешним службам запрашивать доступ к вашему %s.", + "Name" : "Имя", + "Redirection URI" : "URI перенаправления", + "Client Identifier" : "Идентификатор клиента", + "Secret" : "Секрет", + "Add client" : "Добавить клиента", + "Add" : "Добавить" +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/oauth2/l10n/ru.json b/apps/oauth2/l10n/ru.json new file mode 100644 index 00000000000..c010fc75f81 --- /dev/null +++ b/apps/oauth2/l10n/ru.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "Клиенты OAuth 2.0", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 позволяет внешним службам запрашивать доступ к вашему %s.", + "Name" : "Имя", + "Redirection URI" : "URI перенаправления", + "Client Identifier" : "Идентификатор клиента", + "Secret" : "Секрет", + "Add client" : "Добавить клиента", + "Add" : "Добавить" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +}
\ No newline at end of file diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js new file mode 100644 index 00000000000..101ef4ce849 --- /dev/null +++ b/apps/oauth2/l10n/tr.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 dış hizmetlerin %s hesabınıza erişmesini sağlar.", + "Name" : "Ad", + "Redirection URI" : "Yönlendirme Adresi", + "Client Identifier" : "İstemci Belirteci", + "Secret" : "Parola", + "Add client" : "İstemci Ekle", + "Add" : "Ekle" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json new file mode 100644 index 00000000000..f650330169a --- /dev/null +++ b/apps/oauth2/l10n/tr.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 dış hizmetlerin %s hesabınıza erişmesini sağlar.", + "Name" : "Ad", + "Redirection URI" : "Yönlendirme Adresi", + "Client Identifier" : "İstemci Belirteci", + "Secret" : "Parola", + "Add client" : "İstemci Ekle", + "Add" : "Ekle" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |