mirror of
https://github.com/nextcloud/server.git
synced 2026-03-14 06:32:26 -04:00
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
c5c529f02e
commit
976dcf7b15
2 changed files with 38 additions and 0 deletions
20
apps/oauth2/l10n/bg.js
Normal file
20
apps/oauth2/l10n/bg.js
Normal file
|
|
@ -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);");
|
||||
18
apps/oauth2/l10n/bg.json
Normal file
18
apps/oauth2/l10n/bg.json
Normal file
|
|
@ -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);"
|
||||
}
|
||||
Loading…
Reference in a new issue