server/apps/oauth2/l10n/lt_LT.js

16 lines
695 B
JavaScript
Raw Normal View History

2017-05-20 00:08:27 +00:00
OC.L10N.register(
"oauth2",
{
2018-05-20 00:13:24 +00:00
"OAuth 2.0" : "OAuth 2.0",
2017-05-20 00:08:27 +00:00
"OAuth 2.0 clients" : "OAuth 2.0 klientai",
2019-11-20 02:16:19 +00:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.",
2018-11-17 01:12:47 +00:00
"Name" : "Pavadinimas",
2019-11-20 02:16:19 +00:00
"Redirection URI" : "Peradresavimo URI",
2018-11-17 01:12:47 +00:00
"Client Identifier" : "Kliento identifikatorius",
2018-06-27 10:06:12 +00:00
"Secret" : "Paslaptis",
2018-11-17 01:12:47 +00:00
"Add client" : "Pridėti klientą",
2019-09-25 02:14:47 +00:00
"Add" : "Pridėti",
"Delete" : "Ištrinti"
2017-05-20 00:08:27 +00:00
},
2018-05-18 00:13:45 +00:00
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");