diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-11-16 02:24:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-11-16 02:24:16 +0000 |
commit | 287e048d4090917988d02e091fe0aa995d66f597 (patch) | |
tree | acda3eab0437b0858c62f97914bb4cfb2b4b170c /apps/oauth2/l10n | |
parent | 7c4e76b9a8ab8392d37c4d700dbee528905819a9 (diff) | |
download | nextcloud-server-287e048d4090917988d02e091fe0aa995d66f597.tar.gz nextcloud-server-287e048d4090917988d02e091fe0aa995d66f597.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/bg.js | 20 | ||||
-rw-r--r-- | apps/oauth2/l10n/bg.json | 18 |
2 files changed, 38 insertions, 0 deletions
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 |