mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/166/head
parent
3d4290b94b
commit
9936da5673
18
l10n/sk.js
18
l10n/sk.js
|
@ -1,6 +1,9 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
|
"You created the room %s." : "Vytvorili ste miestnosť %s.",
|
||||||
|
"You deleted the room %s." : "Odstránili ste miestnosť %s.",
|
||||||
|
"{user} deleted the room %s." : "{user} odstránil miestnosť %s.",
|
||||||
"API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.",
|
"API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.",
|
||||||
"BigBlueButton Integration" : "Integrácia BigBlueButton",
|
"BigBlueButton Integration" : "Integrácia BigBlueButton",
|
||||||
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
|
||||||
|
@ -9,16 +12,27 @@ OC.L10N.register(
|
||||||
"API URL" : "API URL",
|
"API URL" : "API URL",
|
||||||
"API secret" : "API tajomstvo",
|
"API secret" : "API tajomstvo",
|
||||||
"Save" : "Uložiť",
|
"Save" : "Uložiť",
|
||||||
|
"Community" : "Komunita",
|
||||||
|
"URL Shortener" : "Skracovač URL",
|
||||||
|
"URL shortener" : "Skracovač URL",
|
||||||
|
"Restrictions" : "Obmedzenia",
|
||||||
|
"You will be forwarded to the room in the next few seconds." : "Budete presmerovaný na miestnoť v najbližších sekundách.",
|
||||||
"Please enter your name!" : "Prosím, zadajte vaše meno!",
|
"Please enter your name!" : "Prosím, zadajte vaše meno!",
|
||||||
"The name must be at least 3 characters long." : "Meno musí obsahovať najmenej 3 znaky.",
|
"The name must be at least 3 characters long." : "Meno musí obsahovať najmenej 3 znaky.",
|
||||||
"You have to provide the correct password to join the meeting." : "Na pripojenie sa k stretnutiu, musíte zadať správne heslo.",
|
"You have to provide the correct password to join the meeting." : "Na pripojenie sa k stretnutiu, musíte zadať správne heslo.",
|
||||||
"Display name" : "Zobrazované meno",
|
"Display name" : "Zobrazované meno",
|
||||||
"Password" : "Heslo",
|
"Password" : "Heslo",
|
||||||
"Join" : "Pripojiť",
|
"Join" : "Pripojiť",
|
||||||
|
"Have an account? Log in." : "Máte účet? Prihláste sa.",
|
||||||
"Hello %s" : "Ahoj %s",
|
"Hello %s" : "Ahoj %s",
|
||||||
|
"Name, group …" : "Meno, skupina, ...",
|
||||||
"Group" : "Skupina",
|
"Group" : "Skupina",
|
||||||
"Searching" : "Hľadanie",
|
"Searching" : "Hľadanie",
|
||||||
"No matches" : "Žiadne zhody",
|
"No matches" : "Žiadne zhody",
|
||||||
|
"Public" : "Verejné",
|
||||||
|
"Internal + Password protection for guests" : "Interné + ochrana heslom pre hostí",
|
||||||
|
"Internal + Waiting room for guests" : "Interné + Čakáreň pre hostí",
|
||||||
|
"Internal" : "Interné",
|
||||||
"Name" : "Názov",
|
"Name" : "Názov",
|
||||||
"Access" : "Prístup",
|
"Access" : "Prístup",
|
||||||
"Max" : "Max",
|
"Max" : "Max",
|
||||||
|
@ -57,9 +71,11 @@ OC.L10N.register(
|
||||||
"Share" : "Sprístupňovať",
|
"Share" : "Sprístupňovať",
|
||||||
"Loading" : "Načítava sa...",
|
"Loading" : "Načítava sa...",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.",
|
"You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.",
|
||||||
|
"Group …" : "Skupina ...",
|
||||||
"Settings saved" : "Nastavenia uložené",
|
"Settings saved" : "Nastavenia uložené",
|
||||||
"Unexpected error occurred" : "Vyskytla sa neočakávaná chyba",
|
"Unexpected error occurred" : "Vyskytla sa neočakávaná chyba",
|
||||||
"API URL is invalid" : "URL API je neplatná",
|
"API URL is invalid" : "URL API je neplatná",
|
||||||
"API secret is invalid" : "API tajomstvo je neplatné"
|
"API secret is invalid" : "API tajomstvo je neplatné",
|
||||||
|
"URL has to start with HTTPS" : "URL by mala začínať na HTTPS"
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||||
|
|
18
l10n/sk.json
18
l10n/sk.json
|
@ -1,4 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"You created the room %s." : "Vytvorili ste miestnosť %s.",
|
||||||
|
"You deleted the room %s." : "Odstránili ste miestnosť %s.",
|
||||||
|
"{user} deleted the room %s." : "{user} odstránil miestnosť %s.",
|
||||||
"API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.",
|
"API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.",
|
||||||
"BigBlueButton Integration" : "Integrácia BigBlueButton",
|
"BigBlueButton Integration" : "Integrácia BigBlueButton",
|
||||||
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
|
||||||
|
@ -7,16 +10,27 @@
|
||||||
"API URL" : "API URL",
|
"API URL" : "API URL",
|
||||||
"API secret" : "API tajomstvo",
|
"API secret" : "API tajomstvo",
|
||||||
"Save" : "Uložiť",
|
"Save" : "Uložiť",
|
||||||
|
"Community" : "Komunita",
|
||||||
|
"URL Shortener" : "Skracovač URL",
|
||||||
|
"URL shortener" : "Skracovač URL",
|
||||||
|
"Restrictions" : "Obmedzenia",
|
||||||
|
"You will be forwarded to the room in the next few seconds." : "Budete presmerovaný na miestnoť v najbližších sekundách.",
|
||||||
"Please enter your name!" : "Prosím, zadajte vaše meno!",
|
"Please enter your name!" : "Prosím, zadajte vaše meno!",
|
||||||
"The name must be at least 3 characters long." : "Meno musí obsahovať najmenej 3 znaky.",
|
"The name must be at least 3 characters long." : "Meno musí obsahovať najmenej 3 znaky.",
|
||||||
"You have to provide the correct password to join the meeting." : "Na pripojenie sa k stretnutiu, musíte zadať správne heslo.",
|
"You have to provide the correct password to join the meeting." : "Na pripojenie sa k stretnutiu, musíte zadať správne heslo.",
|
||||||
"Display name" : "Zobrazované meno",
|
"Display name" : "Zobrazované meno",
|
||||||
"Password" : "Heslo",
|
"Password" : "Heslo",
|
||||||
"Join" : "Pripojiť",
|
"Join" : "Pripojiť",
|
||||||
|
"Have an account? Log in." : "Máte účet? Prihláste sa.",
|
||||||
"Hello %s" : "Ahoj %s",
|
"Hello %s" : "Ahoj %s",
|
||||||
|
"Name, group …" : "Meno, skupina, ...",
|
||||||
"Group" : "Skupina",
|
"Group" : "Skupina",
|
||||||
"Searching" : "Hľadanie",
|
"Searching" : "Hľadanie",
|
||||||
"No matches" : "Žiadne zhody",
|
"No matches" : "Žiadne zhody",
|
||||||
|
"Public" : "Verejné",
|
||||||
|
"Internal + Password protection for guests" : "Interné + ochrana heslom pre hostí",
|
||||||
|
"Internal + Waiting room for guests" : "Interné + Čakáreň pre hostí",
|
||||||
|
"Internal" : "Interné",
|
||||||
"Name" : "Názov",
|
"Name" : "Názov",
|
||||||
"Access" : "Prístup",
|
"Access" : "Prístup",
|
||||||
"Max" : "Max",
|
"Max" : "Max",
|
||||||
|
@ -55,9 +69,11 @@
|
||||||
"Share" : "Sprístupňovať",
|
"Share" : "Sprístupňovať",
|
||||||
"Loading" : "Načítava sa...",
|
"Loading" : "Načítava sa...",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.",
|
"You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.",
|
||||||
|
"Group …" : "Skupina ...",
|
||||||
"Settings saved" : "Nastavenia uložené",
|
"Settings saved" : "Nastavenia uložené",
|
||||||
"Unexpected error occurred" : "Vyskytla sa neočakávaná chyba",
|
"Unexpected error occurred" : "Vyskytla sa neočakávaná chyba",
|
||||||
"API URL is invalid" : "URL API je neplatná",
|
"API URL is invalid" : "URL API je neplatná",
|
||||||
"API secret is invalid" : "API tajomstvo je neplatné"
|
"API secret is invalid" : "API tajomstvo je neplatné",
|
||||||
|
"URL has to start with HTTPS" : "URL by mala začínať na HTTPS"
|
||||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||||
}
|
}
|
Loading…
Reference in New Issue