diff options
-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 |