From efe924d06839e4db0dd113fbcf897afd85733c34 Mon Sep 17 00:00:00 2001 From: Weblate Date: Sat, 11 Feb 2023 17:53:16 +0000 Subject: [PATCH] Translations for Czech Co-authored-by: RomanPlayer22 --- .../assets/computercraft/lang/cs_CZ.json | 102 +++++++++++++++++- 1 file changed, 101 insertions(+), 1 deletion(-) diff --git a/projects/common/src/main/resources/assets/computercraft/lang/cs_CZ.json b/projects/common/src/main/resources/assets/computercraft/lang/cs_CZ.json index 0967ef424..762651e48 100644 --- a/projects/common/src/main/resources/assets/computercraft/lang/cs_CZ.json +++ b/projects/common/src/main/resources/assets/computercraft/lang/cs_CZ.json @@ -1 +1,101 @@ -{} +{ + "argument.computercraft.computer.many_matching": "Pro '%s' se shoduje více počítačů (instance %s)", + "argument.computercraft.computer.no_matching": "Pro '%s' se neshodují žádné počítače", + "block.computercraft.cable": "Síťový kabel", + "block.computercraft.computer_advanced": "Pokročilý počítač", + "block.computercraft.computer_command": "Příkazový počítač", + "block.computercraft.computer_normal": "Počítač", + "block.computercraft.disk_drive": "Disková jednotka", + "block.computercraft.monitor_advanced": "Pokročilý monitor", + "block.computercraft.monitor_normal": "Monitor", + "block.computercraft.printer": "Tiskárna", + "block.computercraft.speaker": "Reproduktor", + "block.computercraft.turtle_advanced": "Pokročilý robot", + "block.computercraft.turtle_advanced.upgraded": "Pokročilý %s robot", + "block.computercraft.turtle_normal": "Robot", + "block.computercraft.turtle_normal.upgraded": "%s robot", + "block.computercraft.turtle_normal.upgraded_twice": "%s %s robot", + "block.computercraft.wired_modem": "Drátový modem", + "block.computercraft.wired_modem_full": "Drátový modem", + "block.computercraft.wireless_modem_advanced": "Endový modem", + "block.computercraft.wireless_modem_normal": "Bezdrátový modem", + "chat.computercraft.wired_modem.peripheral_connected": "Periferie \"%s\" připojena k sítí", + "chat.computercraft.wired_modem.peripheral_disconnected": "Periferie \"%s\" odpojena od sítě", + "commands.computercraft.dump.action": "Ukázat více informací o tomto počítači", + "commands.computercraft.dump.open_path": "Ukázat soubory tohoto počítače", + "commands.computercraft.dump.synopsis": "Ukázat stav počítačů.", + "commands.computercraft.generic.additional_rows": "%d řádků navíc…", + "commands.computercraft.generic.exception": "Neočekávaná chyba (%s)", + "commands.computercraft.generic.no": "N", + "commands.computercraft.generic.position": "%s, %s, %s", + "commands.computercraft.generic.yes": "A", + "commands.computercraft.help.desc": "Ukáže tuto pomocnou zprávu", + "commands.computercraft.help.no_command": "Neznámý příkaz '%s'", + "commands.computercraft.help.synopsis": "Zaslat pomoc pro specifický příkaz", + "commands.computercraft.queue.synopsis": "Poslat událost computer_command příkazovému počítači", + "commands.computercraft.reload.desc": "Znovu načíst konfigurační soubor ComputerCraftu", + "commands.computercraft.reload.done": "Konfigurace znovu načtena", + "commands.computercraft.reload.synopsis": "Znovu načíst konfigurační soubor ComputerCraftu", + "commands.computercraft.shutdown.desc": "Vypnout zapsané počítače nebo všechny pokud nejsou specifikovány. Můžeš specifikovat ID počítačové instance (tř. 123) ID počítače (tř. #123) nebo štítek (tř. \"@Můj počítač\").", + "commands.computercraft.shutdown.done": "Vypnuto %s/%s počítačů", + "commands.computercraft.shutdown.synopsis": "Vypne počítače na dálku.", + "commands.computercraft.tp.not_player": "Nelze otevřít terminál pro nehráče", + "commands.computercraft.tp.not_there": "Nelze najít počítač ve světě", + "commands.computercraft.track.dump.no_timings": "Nejsou k dispozici žádná časování", + "commands.computercraft.track.dump.synopsis": "Stáhnout nejnovější výsledky sledování", + "commands.computercraft.track.start.synopsis": "Začít sledovat všechny počítače", + "commands.computercraft.track.stop.action": "Klikni pro přestání sledování", + "commands.computercraft.track.synopsis": "Sledovat časy spuštení počítačů.", + "commands.computercraft.turn_on.done": "Zapnuto %s/%s počítačů", + "commands.computercraft.view.action": "Ukázat tento počítač", + "commands.computercraft.view.not_player": "Nelze otevřít terminál pro nehráče", + "commands.computercraft.view.synopsis": "Ukázat terminál počítače.", + "gui.computercraft.config.command_require_creative": "Příkazové počítače vyžadují tvořivý režim", + "upgrade.computercraft.wireless_modem_advanced.adjective": "Endový", + "upgrade.computercraft.wireless_modem_normal.adjective": "Bezdrátový", + "upgrade.minecraft.crafting_table.adjective": "Tvořivý", + "upgrade.minecraft.diamond_axe.adjective": "Kácející", + "upgrade.minecraft.diamond_hoe.adjective": "Farmářský", + "upgrade.minecraft.diamond_pickaxe.adjective": "Těžební", + "tracking_field.computercraft.avg": "%s (průměr)", + "tracking_field.computercraft.computer_tasks.name": "Úlohy", + "tracking_field.computercraft.coroutines_dead.name": "Vyhozené koprogramy", + "tracking_field.computercraft.count": "%s (počet)", + "tracking_field.computercraft.fs.name": "Operace souborového systému", + "tracking_field.computercraft.http_download.name": "Stahování HTTP", + "tracking_field.computercraft.http_requests.name": "Požadavky HTTP", + "tracking_field.computercraft.http_upload.name": "Nahrávání HTTP", + "tracking_field.computercraft.max": "%s (max)", + "tracking_field.computercraft.peripheral.name": "Periferní volání", + "tracking_field.computercraft.server_tasks.name": "Serverové úlohy", + "tracking_field.computercraft.turtle_ops.name": "Operace robotů", + "tracking_field.computercraft.websocket_outgoing.name": "Odchozí websocket", + "upgrade.minecraft.diamond_shovel.adjective": "Kopací", + "upgrade.minecraft.diamond_sword.adjective": "Bojový", + "argument.computercraft.argument_expected": "Očekáván argument", + "argument.computercraft.tracking_field.no_field": "Neznámé pole '%s'", + "block.computercraft.turtle_advanced.upgraded_twice": "Pokročilý %s %s robot", + "commands.computercraft.desc": "Příkaz /computercraft dává různé ladící a správcovské nástroje pro ovládání a interakci s počítači.", + "commands.computercraft.dump.desc": "Ukáže stav všech počítačů nebo specifické informace o jednom počítači. Můžeš specifikovat ID počítačové instance (tř. 123), ID počítače (tř #123) nebo štítek (tř. \"@Můj počítač\").", + "commands.computercraft.generic.no_position": "<žádná pozice>", + "commands.computercraft.help.no_children": "%s nemá žádné podpříkazy", + "commands.computercraft.queue.desc": "Poslat událost computer_command příkazovému počítači, procházející přes ostatní argumenty. Toto je většinou určeno pro tvůrce map, chovající se jako pro počítač více přátelská verze příkazu /trigger. Jakýkoliv hráč může spustit příkaz, což by ale bylo většinou uděláno přes událost kliknutím na textový komponent.", + "commands.computercraft.synopsis": "Různé příkazy pro ovládání počítačů.", + "commands.computercraft.tp.action": "Teleportovat se k počítači", + "commands.computercraft.tp.desc": "Teleportovat se na místo počítače. Můžeš specifikovat ID počítačové instance (tř. 123) nebo ID počítače (tř. #123).", + "commands.computercraft.tp.synopsis": "Teleportovat se ke specifickému počítači.", + "commands.computercraft.track.desc": "Sledovat jak dlouho se počítače spustí, a také kolik událostí zpracují. Toto uvádí informace v podobné cestě jako /forge track a může být dobré pro diagnostiku lagu.", + "commands.computercraft.track.dump.computer": "Počítač", + "commands.computercraft.track.dump.desc": "Stáhnout nejnovější výsledky sledování počítačů.", + "upgrade.computercraft.speaker.adjective": "Hlučný", + "tracking_field.computercraft.coroutines_created.name": "Vytvořené koprogramy", + "tracking_field.computercraft.websocket_incoming.name": "Přichozí websocket", + "commands.computercraft.track.start.desc": "Začne sledovat spouštěcí časy všech počítačů a počty událostí. Toto vyhodí výsledky předchozích spuštení.", + "commands.computercraft.track.start.stop": "Spusť %s pro zastavení sledování a ukázání výsledků", + "commands.computercraft.track.stop.desc": "Přestane sledovat všechny události a časy spuštení počítačů", + "commands.computercraft.track.stop.not_enabled": "Nyní se nesledují žádné počítače", + "commands.computercraft.track.stop.synopsis": "Přestat sledovat všechny počítače", + "commands.computercraft.turn_on.desc": "Zapne počítače na seznamu. Můžeš specifikovat ID počítačové instance (tř. 123), ID počítače (tř. 123) nebo štítek (tř. \"@Můj počítač\").", + "commands.computercraft.turn_on.synopsis": "Zapnout počítače na dálku.", + "commands.computercraft.view.desc": "Otevře terminál počítače, umožnující dálkové ovládání počítače. Toto nedává přístup k inventářům robotů. Můžeš specifikovat ID počítačové instance (tř. 123) nebo ID počítače (tř. #123)." +}