diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-19 02:14:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-19 02:14:56 +0000 |
commit | 6725ad213f794dd82ae6efa8d649c2a047da143f (patch) | |
tree | c3b194dfaf01176b0f0f0ef5112da270f5776fd2 /apps/oauth2 | |
parent | 08a61f3373d00b144be668d50b756e313cb4b5c3 (diff) | |
download | nextcloud-server-6725ad213f794dd82ae6efa8d649c2a047da143f.tar.gz nextcloud-server-6725ad213f794dd82ae6efa8d649c2a047da143f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/mk.js | 18 | ||||
-rw-r--r-- | apps/oauth2/l10n/mk.json | 16 |
2 files changed, 34 insertions, 0 deletions
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 |