From: Nextcloud bot Date: Tue, 16 Nov 2021 02:24:39 +0000 (+0000) Subject: [tx-robot] updated from transifex X-Git-Tag: v21.0.8rc1~102 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2af95cb524a802125a5b487aa99b58c008099c92;p=nextcloud-server.git [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- diff --git a/apps/oauth2/l10n/bg.js b/apps/oauth2/l10n/bg.js new file mode 100644 index 00000000000..b7b292624ba --- /dev/null +++ b/apps/oauth2/l10n/bg.js @@ -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 index 00000000000..5ea0383e42b --- /dev/null +++ b/apps/oauth2/l10n/bg.json @@ -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