From 6725ad213f794dd82ae6efa8d649c2a047da143f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 19 Aug 2019 02:14:56 +0000 Subject: [tx-robot] updated from transifex --- apps/oauth2/l10n/mk.js | 18 ++++++++++++++++++ apps/oauth2/l10n/mk.json | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 apps/oauth2/l10n/mk.js create mode 100644 apps/oauth2/l10n/mk.json (limited to 'apps/oauth2') diff --git a/apps/oauth2/l10n/mk.js b/apps/oauth2/l10n/mk.js new file mode 100644 index 00000000000..dbb6ea2a45c --- /dev/null +++ b/apps/oauth2/l10n/mk.js @@ -0,0 +1,18 @@ +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" : "Вашето УРЛ со пренасочување треба да биде целосно УРЛ:\nhttps://vasdomen.com/pateka", + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 клиенти", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 овозможува на надворешни сервиси да побараат пристап на {instanceName}.", + "Name" : "Име", + "Redirection URI" : "Пренасочено URI", + "Client Identifier" : "Идентификатор на клент", + "Secret" : "Тајна", + "Add client" : "Додади клиент", + "Add" : "Додади", + "Show client secret" : "Прикажи ја тајната на клиентот", + "Delete" : "Избриши" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/oauth2/l10n/mk.json b/apps/oauth2/l10n/mk.json new file mode 100644 index 00000000000..cc44004db70 --- /dev/null +++ b/apps/oauth2/l10n/mk.json @@ -0,0 +1,16 @@ +{ "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" : "Вашето УРЛ со пренасочување треба да биде целосно УРЛ:\nhttps://vasdomen.com/pateka", + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 клиенти", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 овозможува на надворешни сервиси да побараат пристап на {instanceName}.", + "Name" : "Име", + "Redirection URI" : "Пренасочено URI", + "Client Identifier" : "Идентификатор на клент", + "Secret" : "Тајна", + "Add client" : "Додади клиент", + "Add" : "Додади", + "Show client secret" : "Прикажи ја тајната на клиентот", + "Delete" : "Избриши" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file -- cgit v1.2.3