]> source.dussan.org Git - nextcloud-server.git/commitdiff
[tx-robot] updated from transifex
authorNextcloud bot <bot@nextcloud.com>
Tue, 16 Nov 2021 02:24:39 +0000 (02:24 +0000)
committerNextcloud bot <bot@nextcloud.com>
Tue, 16 Nov 2021 02:24:39 +0000 (02:24 +0000)
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
apps/oauth2/l10n/bg.js [new file with mode: 0644]
apps/oauth2/l10n/bg.json [new file with mode: 0644]

diff --git a/apps/oauth2/l10n/bg.js b/apps/oauth2/l10n/bg.js
new file mode 100644 (file)
index 0000000..b7b2926
--- /dev/null
@@ -0,0 +1,20 @@
+OC.L10N.register(
+    "oauth2",
+    {
+    "Your client is not authorized to connect. Please inform the administrator of your client." : "Вашият клиент не е упълномощен да се свързва. Моля, информирайте администратора на вашия клиент.",
+    "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Вашият URL за пренасочване трябва да е пълен URL, например: https://yourdomain.com/path",
+    "OAuth 2.0" : "OAuth 2.0",
+    "Allows OAuth2 compatible authentication from other web applications." : "Позволява удостоверяване от други уеб приложения, съвместими с OAuth2 .",
+    "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Приложението OAuth2 позволява на администраторите да конфигурират вградения работен поток за удостоверяване, за да позволят и удостоверяване от други уеб приложения, съвместими с OAuth2 .",
+    "OAuth 2.0 clients" : "OAuth 2.0 клиенти",
+    "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 позволява на външни услуги да изискват достъп до {instanceName}.",
+    "Add client" : "Добавяне на клиент",
+    "Name" : "Име",
+    "Redirection URI" : "URI за пренасочване",
+    "Add" : "Добавяне",
+    "Client Identifier" : "Идентификатор на клиента",
+    "Secret" : "Тайна",
+    "Show client secret" : "Покажете тайната на клиента",
+    "Delete" : "Изтриване"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/bg.json b/apps/oauth2/l10n/bg.json
new file mode 100644 (file)
index 0000000..5ea0383
--- /dev/null
@@ -0,0 +1,18 @@
+{ "translations": {
+    "Your client is not authorized to connect. Please inform the administrator of your client." : "Вашият клиент не е упълномощен да се свързва. Моля, информирайте администратора на вашия клиент.",
+    "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Вашият URL за пренасочване трябва да е пълен URL, например: https://yourdomain.com/path",
+    "OAuth 2.0" : "OAuth 2.0",
+    "Allows OAuth2 compatible authentication from other web applications." : "Позволява удостоверяване от други уеб приложения, съвместими с OAuth2 .",
+    "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Приложението OAuth2 позволява на администраторите да конфигурират вградения работен поток за удостоверяване, за да позволят и удостоверяване от други уеб приложения, съвместими с OAuth2 .",
+    "OAuth 2.0 clients" : "OAuth 2.0 клиенти",
+    "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 позволява на външни услуги да изискват достъп до {instanceName}.",
+    "Add client" : "Добавяне на клиент",
+    "Name" : "Име",
+    "Redirection URI" : "URI за пренасочване",
+    "Add" : "Добавяне",
+    "Client Identifier" : "Идентификатор на клиента",
+    "Secret" : "Тайна",
+    "Show client secret" : "Покажете тайната на клиента",
+    "Delete" : "Изтриване"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}
\ No newline at end of file