nextcloud/apps/oauth2/l10n/sk.js

17 lines
798 B
JavaScript
Raw Normal View History

2017-09-02 03:08:29 +03:00
OC.L10N.register(
"oauth2",
{
2018-09-22 03:12:06 +03:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vaša URL pre presmerovanie musí byť úplná. Napríklad: https://yourdomain.com/path",
2018-03-31 03:13:51 +03:00
"OAuth 2.0" : "OAuth 2.0",
2018-09-22 03:12:06 +03:00
"Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.",
2017-09-02 03:08:29 +03:00
"OAuth 2.0 clients" : "klienti OAuth 2.0",
2018-11-17 04:12:47 +03:00
"Name" : "Názov",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "URI presmerovania",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Identifikátor klienta",
2018-06-27 13:06:12 +03:00
"Secret" : "Tajný kľúč",
2018-11-17 04:12:47 +03:00
"Add client" : "Pridať klienta",
2019-08-30 05:15:12 +03:00
"Add" : "Pridať",
"Delete" : "Zmazať"
2017-09-02 03:08:29 +03:00
},
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");