blob: a7f0184c74575ac0aa3466eaee95c3b1f9a2661c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{ "translations": {
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
"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.",
"Name" : "Název",
"Redirection URI" : "URL pro přesměrování",
"Client Identifier" : "Identifikátor klienta",
"Secret" : "Tajemství",
"Add client" : "Přidat klienta",
"Add" : "Přidat"
},"pluralForm" :"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;"
}
|