mirror of https://github.com/sualko/cloud_bbb
37 lines
1.5 KiB
JavaScript
37 lines
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"bbb",
|
|
{
|
|
"BigBlueButton Integration" : "BigBlueButton integracija",
|
|
"Back to %s" : "Atgal į %s",
|
|
"API URL" : "API URL",
|
|
"Save" : "Įrašyti",
|
|
"You will be forwarded to the room in the next few seconds." : "Po kelių sekundžių būsite peradresuoti į kambarį.",
|
|
"Let's go!" : "Pirmyn!",
|
|
"Please enter your name!" : "Įveskite savo vardą!",
|
|
"The name must be at least 3 characters long." : "Vardas privalo būti bent 3 simbolių ilgio.",
|
|
"Display name" : "Rodomas vardas",
|
|
"Password" : "Slaptažodis",
|
|
"Join" : "Prisijungti",
|
|
"Hello %s" : "Sveiki, %s",
|
|
"Group" : "Grupė",
|
|
"Name" : "Pavadinimas",
|
|
"Access" : "Prieiga",
|
|
"Edit" : "Taisyti",
|
|
"Welcome" : "Sveiki",
|
|
"Miscellaneous" : "Įvairūs",
|
|
"Room name" : "Kambario pavadinimas",
|
|
"Create" : "Sukurti",
|
|
"Delete" : "Ištrinti",
|
|
"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}\"?",
|
|
"Error" : "Klaida",
|
|
"Delete?" : "Ištrinti?",
|
|
"Server error" : "Serverio klaida",
|
|
"moderator" : "moderatorius",
|
|
"Share" : "Bendrinti",
|
|
"Loading" : "Įkeliama",
|
|
"Settings saved" : "Nustatymai įrašyti",
|
|
"Unexpected error occurred" : "Įvyko netikėta klaida"
|
|
},
|
|
"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);");
|