diff options
Diffstat (limited to 'apps/oauth2/l10n/uk.json')
-rw-r--r-- | apps/oauth2/l10n/uk.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/uk.json b/apps/oauth2/l10n/uk.json new file mode 100644 index 00000000000..f749a3bf6bb --- /dev/null +++ b/apps/oauth2/l10n/uk.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=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" +}
\ No newline at end of file |