server/apps/oauth2/l10n/cs.json

15 lines
1.2 KiB
JSON
Raw Normal View History

2017-05-26 00:08:16 +00:00
{ "translations": {
2018-09-26 00:12:23 +00:00
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
2018-07-24 00:12:01 +00:00
"OAuth 2.0" : "OAuth 2.0",
2018-09-21 00:12:08 +00:00
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
2018-09-26 00:12:23 +00:00
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.",
2017-05-26 00:08:16 +00:00
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
2018-11-17 01:12:47 +00:00
"Name" : "Název",
2018-06-27 10:06:12 +00:00
"Redirection URI" : "URL pro přesměrování",
2018-11-17 01:12:47 +00:00
"Client Identifier" : "Identifikátor klienta",
2018-06-27 10:06:12 +00:00
"Secret" : "Tajemství",
2018-11-17 01:12:47 +00:00
"Add client" : "Přidat klienta",
2018-11-20 01:12:39 +00:00
"Add" : "Přidat",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s."
2018-05-18 00:13:45 +00:00
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
2017-05-26 00:08:16 +00:00
}