cloud_bbb/l10n/cs.js

39 lines
3.7 KiB
JavaScript
Raw Normal View History

2020-05-20 05:20:45 +02:00
OC.L10N.register(
"bbb",
{
"BigBlueButton Integration" : "Napojení na BigBlueButton",
"BigBlueButton integration for Nextcloud" : "Napojení na BigBlueButton pro Nextcloud",
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Tato aplikace umožňuje vytvářet schůzky v externí instalaci [BigBlueButton](https://bigbluebutton.org).\n\n* **Vytvoření místnosti** Vytvářejte vícero nastavení pro místnosti s názvem, uvítací zprávou, …\n* **Sdílení odkazem pro hosta** Sdílejte odkaz na místnost se všemi vašimi hosty\n* **Uživatelsky určená prezentace** Zahajte místnost s vybranou prezentací z prohlížeče souborů\n* **Správa nahrávek** Zobrazujte, sdílejte a mažte nahrávky z vašich místnosti\n\nHledáme vývojáře! Pokud máte čas, bylo by skvělé pokud byste pomohli s vylepšováním této aplikace.\n\n*Tato aplikace napojuje na BigBlueButton a není doporučována ani ceritfikována BigBlueButton Inc. BigBlueButton a logo BigBlueButton jsou registrované obchodní značky společnosti BigBlueButton Inc.*",
"API secret" : "Tajemství k API",
"Save" : "Uložit",
"Please enter your name!" : "Zadejte své jméno!",
"The name must be at least 3 characters long." : "Je třeba, aby jméno bylo alespoň 3 znaky dlouhé.",
2020-05-23 05:22:27 +02:00
"Display name" : "Zobrazovaný název",
2020-05-20 05:20:45 +02:00
"Name" : "Název",
"Welcome" : "Vítejte",
"Max" : "Nejvýše",
"Record" : "Záznam",
"Recordings" : "Nahrávky",
"Room name" : "Název místnosti",
"Create" : "Vytvořit",
"_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
"Delete" : "Smazat",
2020-05-21 05:23:14 +02:00
"Are you sure you want to delete \"{name}\"? This operation can not be undone." : "Opravdu chcete smazat „{name}“? Tuto operaci nelze vzít zpět.",
2020-05-20 05:20:45 +02:00
"Delete \"{name}\"?" : "Smazat „{name}“?",
"Select target folder" : "Vyberte cílovou složku",
"Room URL was stored in \"{path}\" as \"{filename}\"." : "URL adresa místnosti byla uložena v „{path}“ jako „{filename}“.",
"Link stored" : "Odkaz uložen",
"URL to room could not be stored." : "URL adresu místnosti se nepodařilo uložit.",
"Error" : "Chyba",
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL adresa prezentace byla uložena v „{path}“ jako „{filename}“.",
"URL to presentation could not be stored." : "URL adresu prezentace se nepodařilo uložit.",
2020-05-21 05:23:14 +02:00
"Are you sure you want to delete the recording from \"{startDate}\"? This operation can not be undone." : "Opravdu chcete smazat nahrávku z „{startDate}“? Tuto operaci nelze vzít zpět.",
2020-05-20 05:20:45 +02:00
"Delete?" : "Smazat?",
"Could not delete record" : "Záznam se nedaří smazat",
"Server error" : "Chyba serveru",
"Settings saved" : "Nastavení uložena",
"Unexpected error occurred" : "Došlo k neočekávané chybě",
"API secret is invalid" : "Tajemství k API není platné"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");