nextcloud/apps/oauth2/l10n/lt_LT.json

13 lines
689 B
JSON
Raw Normal View History

2017-05-20 03:08:27 +03:00
{ "translations": {
2018-05-20 03:13:24 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-05-20 03:08:27 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 klientai",
2019-11-20 05:16:19 +03: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}.",
2020-09-01 05:16:09 +03:00
"Add client" : "Pridėti klientą",
2018-11-17 04:12:47 +03:00
"Name" : "Pavadinimas",
2019-11-20 05:16:19 +03:00
"Redirection URI" : "Peradresavimo URI",
2020-09-01 05:16:09 +03:00
"Add" : "Pridėti",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Kliento identifikatorius",
2018-06-27 13:06:12 +03:00
"Secret" : "Paslaptis",
2019-09-25 05:14:47 +03:00
"Delete" : "Ištrinti"
2018-05-18 03:13:45 +03:00
},"pluralForm" :"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);"
2017-05-20 03:08:27 +03:00
}