[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/166/head
Nextcloud bot 2021-06-23 03:44:47 +00:00
parent 3d4290b94b
commit 9936da5673
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 34 additions and 2 deletions

View File

@ -1,6 +1,9 @@
OC.L10N.register(
"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.",
"BigBlueButton Integration" : "Integrácia BigBlueButton",
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
@ -9,16 +12,27 @@ OC.L10N.register(
"API URL" : "API URL",
"API secret" : "API tajomstvo",
"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!",
"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.",
"Display name" : "Zobrazované meno",
"Password" : "Heslo",
"Join" : "Pripojiť",
"Have an account? Log in." : "Máte účet? Prihláste sa.",
"Hello %s" : "Ahoj %s",
"Name, group …" : "Meno, skupina, ...",
"Group" : "Skupina",
"Searching" : "Hľadanie",
"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",
"Access" : "Prístup",
"Max" : "Max",
@ -57,9 +71,11 @@ OC.L10N.register(
"Share" : "Sprístupňovať",
"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á.",
"Group …" : "Skupina ...",
"Settings saved" : "Nastavenia uložené",
"Unexpected error occurred" : "Vyskytla sa neočakávaná chyba",
"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);");

View File

@ -1,4 +1,7 @@
{ "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.",
"BigBlueButton Integration" : "Integrácia BigBlueButton",
"BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud",
@ -7,16 +10,27 @@
"API URL" : "API URL",
"API secret" : "API tajomstvo",
"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!",
"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.",
"Display name" : "Zobrazované meno",
"Password" : "Heslo",
"Join" : "Pripojiť",
"Have an account? Log in." : "Máte účet? Prihláste sa.",
"Hello %s" : "Ahoj %s",
"Name, group …" : "Meno, skupina, ...",
"Group" : "Skupina",
"Searching" : "Hľadanie",
"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",
"Access" : "Prístup",
"Max" : "Max",
@ -55,9 +69,11 @@
"Share" : "Sprístupňovať",
"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á.",
"Group …" : "Skupina ...",
"Settings saved" : "Nastavenia uložené",
"Unexpected error occurred" : "Vyskytla sa neočakávaná chyba",
"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);"
}