cloud_bbb/l10n/lt_LT.js

37 lines
1.5 KiB
JavaScript
Raw Normal View History

2020-05-20 05:20:45 +02:00
OC.L10N.register(
"bbb",
{
2020-06-07 05:20:23 +02:00
"BigBlueButton Integration" : "BigBlueButton integracija",
2020-09-01 05:20:35 +02:00
"Back to %s" : "Atgal į %s",
2020-06-07 05:20:23 +02:00
"API URL" : "API URL",
2020-05-20 05:20:45 +02:00
"Save" : "Įrašyti",
2020-08-27 05:23:59 +02:00
"You will be forwarded to the room in the next few seconds." : "Po kelių sekundžių būsite peradresuoti į kambarį.",
"Let's go!" : "Pirmyn!",
2020-05-22 05:24:01 +02:00
"Please enter your name!" : "Įveskite savo vardą!",
2020-08-27 05:23:59 +02:00
"The name must be at least 3 characters long." : "Vardas privalo būti bent 3 simbolių ilgio.",
2020-05-24 05:19:50 +02:00
"Display name" : "Rodomas vardas",
2020-06-05 05:19:27 +02:00
"Password" : "Slaptažodis",
"Join" : "Prisijungti",
2020-08-30 05:18:51 +02:00
"Hello %s" : "Sveiki, %s",
"Group" : "Grupė",
2020-05-20 05:20:45 +02:00
"Name" : "Pavadinimas",
2020-06-05 05:19:27 +02:00
"Edit" : "Taisyti",
2020-05-20 05:20:45 +02:00
"Welcome" : "Sveiki",
2020-06-05 05:19:27 +02:00
"Access" : "Prieiga",
2020-06-17 05:19:38 +02:00
"Miscellaneous" : "Įvairūs",
2020-05-22 05:24:01 +02:00
"Room name" : "Kambario pavadinimas",
2020-05-20 05:20:45 +02:00
"Create" : "Sukurti",
"Delete" : "Ištrinti",
2020-05-22 05:24:01 +02:00
"Are you sure you want to delete \"{name}\"? This operation can not be undone." : "Ar tikrai norite ištrinti \"{name}\"? Šio operacijos nebeįmanoma bus atšaukti.",
"Delete \"{name}\"?" : "Ištrinti \"{name}\"?",
2020-05-20 05:20:45 +02:00
"Error" : "Klaida",
2020-05-22 05:24:01 +02:00
"Delete?" : "Ištrinti?",
2020-05-20 05:20:45 +02:00
"Server error" : "Serverio klaida",
2020-06-17 05:19:38 +02:00
"moderator" : "moderatorius",
2020-06-19 05:23:03 +02:00
"Share" : "Bendrinti",
2020-06-17 05:19:38 +02:00
"Loading" : "Įkeliama",
2020-05-22 05:24:01 +02:00
"Settings saved" : "Nustatymai įrašyti",
"Unexpected error occurred" : "Įvyko netikėta klaida"
2020-05-20 05:20:45 +02: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);");