1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-22 21:23:21 +00:00

Import translations and clean up

- Strip any gui._.config options. These haven't been used since 1.12
   and while they may return, it doesn't seem worth it right now.
 - Fix a couple of typos in the English translations.
 - Import from https://i18n.tweaked.cc. There's definitely some problems
   with the import - empty translations are still included, so we write
   a script to strip them.
This commit is contained in:
SquidDev 2020-06-18 13:10:51 +01:00
parent 7b2d482387
commit a35dcb28ef
13 changed files with 210 additions and 554 deletions

View File

@ -1,41 +1,31 @@
{
"block.computercraft.computer_normal": "Computer",
"block.computercraft.computer_advanced": "Avanceret Computer",
"block.computercraft.computer_command": "Kommandocomputer",
"block.computercraft.disk_drive": "Diskdrev",
"block.computercraft.printer": "Printer",
"block.computercraft.speaker": "Højttaler",
"block.computercraft.monitor_normal": "Skærm",
"block.computercraft.monitor_advanced": "Avanceret Skærm",
"block.computercraft.wireless_modem_normal": "Trådløst Modem",
"block.computercraft.wireless_modem_advanced": "Endermodem",
"block.computercraft.wired_modem": "Kablet Modem",
"block.computercraft.cable": "Netværkskabel",
"block.computercraft.turtle_normal": "Turtle",
"block.computercraft.turtle_normal.upgraded": "%s Turtle",
"block.computercraft.turtle_normal.upgraded_twice": "%s %s Turtle",
"block.computercraft.turtle_advanced": "Avanceret Turtle",
"block.computercraft.turtle_advanced.upgraded": "Avanceret %s Turtle",
"block.computercraft.turtle_advanced.upgraded_twice": "Avanceret %s %s Turtle",
"item.computercraft.disk": "Floppydisk",
"item.computercraft.treasure_disk": "Floppydisk",
"item.computercraft.printed_page": "Printet Side",
"item.computercraft.printed_pages": "Printede Sider",
"item.computercraft.printed_book": "Printet Bog",
"item.computercraft.pocket_computer_normal": "Lommecomputer",
"item.computercraft.pocket_computer_normal.upgraded": "%s Lommecomputer",
"item.computercraft.pocket_computer_advanced": "Avanceret Lommecomputer",
"item.computercraft.pocket_computer_advanced.upgraded": "Avanceret %s Lommecomputer",
"upgrade.minecraft.diamond_sword.adjective": "Kæmpende",
"upgrade.minecraft.diamond_shovel.adjective": "Gravende",
"upgrade.minecraft.diamond_pickaxe.adjective": "Brydende",
@ -45,10 +35,8 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "Trådløs",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Endertrådløs",
"upgrade.computercraft.speaker.adjective": "Larmende",
"chat.computercraft.wired_modem.peripheral_connected": "Perifer enhed \"%s\" koblet til netværk",
"chat.computercraft.wired_modem.peripheral_disconnected": "Perifer enhed \"%s\" koblet fra netværk",
"gui.computercraft.tooltip.copy": "Kopier til udklipsholder",
"gui.computercraft.tooltip.computer_id": "Computer-ID: %s",
"gui.computercraft.tooltip.disk_id": "Disk-ID: %s"

View File

@ -1,43 +1,33 @@
{
"itemGroup.computercraft": "CC: Tweaked",
"block.computercraft.computer_normal": "Computer",
"block.computercraft.computer_advanced": "Erweiterter Computer",
"block.computercraft.computer_command": "Befehlscomputer",
"block.computercraft.disk_drive": "Diskettenlaufwerk",
"block.computercraft.printer": "Drucker",
"block.computercraft.speaker": "Lautsprecher",
"block.computercraft.monitor_normal": "Monitor",
"block.computercraft.monitor_advanced": "Erweiterter Monitor",
"block.computercraft.wireless_modem_normal": "Kabelloses Modem",
"block.computercraft.wireless_modem_advanced": "Endermodem",
"block.computercraft.wired_modem": "Kabelmodem",
"block.computercraft.cable": "Netzwerkkabel",
"block.computercraft.wired_modem_full": "Kabelmodem",
"block.computercraft.turtle_normal": "Turtle",
"block.computercraft.turtle_normal.upgraded": "Turtle (%s)",
"block.computercraft.turtle_normal.upgraded_twice": "Turtle (%s, %s)",
"block.computercraft.turtle_advanced": "Erweiterte Turtle",
"block.computercraft.turtle_advanced.upgraded": "Erweiterte Turtle (%s)",
"block.computercraft.turtle_advanced.upgraded_twice": "Erweiterte Turtle (%s, %s)",
"item.computercraft.disk": "Diskette",
"item.computercraft.treasure_disk": "Diskette",
"item.computercraft.printed_page": "Gedruckte Seite",
"item.computercraft.printed_pages": "Gedruckte Seiten",
"item.computercraft.printed_book": "Gedrucktes Buch",
"item.computercraft.pocket_computer_normal": "Taschencomputer",
"item.computercraft.pocket_computer_normal.upgraded": "Taschencomputer (%s)",
"item.computercraft.pocket_computer_advanced": "Erweiterter Taschencomputer",
"item.computercraft.pocket_computer_advanced.upgraded": "Erweiterter Taschencomputer (%s)",
"upgrade.minecraft.diamond_sword.adjective": "Nahkampf",
"upgrade.minecraft.diamond_shovel.adjective": "Graben",
"upgrade.minecraft.diamond_pickaxe.adjective": "Bergbau",
@ -47,142 +37,75 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "Ender",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Kabellos",
"upgrade.computercraft.speaker.adjective": "Laut",
"chat.computercraft.wired_modem.peripheral_connected": "Peripheriegerät \"%s\" mit dem Netzwerk verbunden",
"chat.computercraft.wired_modem.peripheral_disconnected": "Peripheriegerät \"%s\" vom Netzwerk getrennt",
"commands.computercraft.synopsis": "Verschiedene Befehle um Computer zu kontrollieren.",
"commands.computercraft.desc": "Der /computercraft Befehl enthält verschiedene Werkzeuge um Computer zu debuggen, kontrollieren oder mit ihnen zu interagieren.",
"commands.computercraft.help.synopsis": "Zeigt die Hilfe für den angegebenen Befehl",
"commands.computercraft.help.desc": "",
"commands.computercraft.help.no_children": "%s hat keine Unterbefehle",
"commands.computercraft.help.no_command": "Unbekannter Befehl '%s'",
"commands.computercraft.dump.synopsis": "Zeigt den Status eines Computers.",
"commands.computercraft.dump.desc": "Zeigt den Status aller Computer oder genauere Informationen über einen angegebenen Computer. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. \"@Mein Computer\") angegeben werden.",
"commands.computercraft.dump.action": "Zeigt mehr Informationen über einen Computer",
"commands.computercraft.shutdown.synopsis": "Fährt den Computer aus der Ferne herunter.",
"commands.computercraft.shutdown.desc": "Fährt die angegebenen Computer herunter. Falls keine Computer angegeben sind, werden alle heruntergefahren. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. \"@Mein Computer\") angegeben werden.",
"commands.computercraft.shutdown.done": "Fährt die Computer %s/%s herunter",
"commands.computercraft.turn_on.synopsis": "Fährt einen Computer aus der Ferne hoch.",
"commands.computercraft.turn_on.desc": "Fährt die angegebenen Computer hoch. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. \"@Mein Computer\") angegeben werden.",
"commands.computercraft.turn_on.done": "Fährt die Computer %s/%s hoch",
"commands.computercraft.tp.synopsis": "Teleportiert dich zum angegebenen Computer.",
"commands.computercraft.tp.desc": "Teleportiert dich zum Standort eines Computers. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. \"@Mein Computer\") angegeben werden.",
"commands.computercraft.tp.action": "Teleportiert dich zum Computer",
"commands.computercraft.tp.not_player": "Konnte Terminal für Nicht-Spieler nicht öffnen",
"commands.computercraft.tp.not_there": "Konnte Computer in der Welt nicht finden",
"commands.computercraft.view.synopsis": "Zeigt das Terminal eines Computers.",
"commands.computercraft.view.desc": "Zeigt das Terminal eines Computers. Dies ermöglicht, den Computer aus der Ferne zu steuern. Ein Zugriff auf das Inventar eines Turtles ist dadurch allerdings nicht möglich. Der Computer kann entweder über seine Instanz ID (z.B. 123), seine Computer ID (z.B. #123) oder seinen Namen (z.B. \"@Mein Computer\") angegeben werden.",
"commands.computercraft.view.action": "Zeigt den Computer",
"commands.computercraft.view.not_player": "Konnte Terminal für Nicht-Spieler nicht öffnen",
"commands.computercraft.track.synopsis": "Zeichnet die Laufzeiten von Computern auf.",
"commands.computercraft.track.desc": "Zeichnet die Laufzeiten von Computern und wie viele Events ausgelöst werden auf. Die Ausgabe der Informationen ist ähnlich zu /forge track, was beim aufspüren von Lags sehr hilfreich sein kann.",
"commands.computercraft.track.start.synopsis": "Startet die Aufzeichnung von Computern",
"commands.computercraft.track.start.desc": "Startet die Aufzeichnung der Laufzeiten und Anzahl der Events aller Computer. Dadurch werden die Ergebnisse der letzten Male verworfen.",
"commands.computercraft.track.start.stop": "Führe %s aus um die Aufzeichnung zu stoppen und die Ergebnisse anzusehen",
"commands.computercraft.track.stop.synopsis": "Stoppt die Aufzeichnung aller Computer",
"commands.computercraft.track.stop.desc": "Stopt die Aufzeichnung aller Computer Events und Laufzeiten",
"commands.computercraft.track.stop.action": "Klicke um die Aufzeichnung zu stoppen",
"commands.computercraft.track.stop.not_enabled": "Momentan werden keine Computer aufgezeichnet",
"commands.computercraft.track.dump.synopsis": "Gibt die aktuellen Ergebnisse der Aufzeichnung aus",
"commands.computercraft.track.dump.desc": "Gibt die aktuellen Ergebnisse der Aufzeichnung aus.",
"commands.computercraft.track.dump.no_timings": "Keine Zeitangaben verfügbar",
"commands.computercraft.track.dump.computer": "Computer",
"commands.computercraft.reload.synopsis": "Liest die Konfigurationsdatei von ComputerCraft neu ein",
"commands.computercraft.reload.desc": "Liest die Konfigurationsdatei von ComputerCraft neu ein",
"commands.computercraft.reload.done": "Die Konfigurationsdatei wurde erfolgreich neu eingelesen",
"commands.computercraft.queue.synopsis": "Sendet ein computer_command Event an einen Befehlscomputer",
"commands.computercraft.queue.desc": "Sendet ein computer_command Event zusammen mit optionalen Argumenten an einen Befehlscomputer. Dieser Befehl wurde als eine Computerfreundliche Version von /trigger für Mapdesigner designed. Jeder Spieler kann diesen Befehl ausführen, weshalb er sich perfekt für ein Klickevent von z.B. Schildern oder Büchern eignet.",
"commands.computercraft.generic.no_position": "<Keine Position>",
"commands.computercraft.generic.position": "%s, %s, %s",
"commands.computercraft.generic.yes": "J",
"commands.computercraft.generic.no": "N",
"commands.computercraft.generic.exception": "Unbehandelte Ausnahme (%s)",
"commands.computercraft.generic.additional_rows": "%d zusätzliche Zeilen…",
"argument.computercraft.computer.no_matching": "Kein Computer passt auf '%s'",
"argument.computercraft.computer.many_matching": "Mehrere Computer passen auf '%s' (Instanzen %s)",
"argument.computercraft.tracking_field.no_field": "Unbekanntes Feld '%s'",
"tracking_field.computercraft.tasks.name": "Aufgaben",
"tracking_field.computercraft.total.name": "Gesamtzeit",
"tracking_field.computercraft.average.name": "Durchschnittliche Zeit",
"tracking_field.computercraft.max.name": "Maximale Zeit",
"tracking_field.computercraft.server_count.name": "Anzahl der Server-Tasks",
"tracking_field.computercraft.server_time.name": "Server-Task-Zeit",
"tracking_field.computercraft.peripheral.name": "Peripheriegeräte Aufrufe",
"tracking_field.computercraft.fs.name": "Dateisystem Operationen",
"tracking_field.computercraft.turtle.name": "Turtle Operationen",
"tracking_field.computercraft.http.name": "HTTP-Requests",
"tracking_field.computercraft.http_upload.name": "HTTP Upload",
"tracking_field.computercraft.http_download.name": "HTTT Download",
"tracking_field.computercraft.websocket_incoming.name": "Websocket eingehend",
"tracking_field.computercraft.websocket_outgoing.name": "Websocket ausgehend",
"tracking_field.computercraft.coroutines_created.name": "Koroutinen erstellt",
"tracking_field.computercraft.coroutines_dead.name": "Koroutinen gelöscht",
"gui.computercraft.tooltip.copy": "In die Zwischenablage kopieren",
"gui.computercraft.tooltip.computer_id": "Computer ID: %s",
"gui.computercraft.tooltip.disk_id": "Disketten ID: %s",
"gui.computercraft.config.computer_space_limit": "Speicherplatz von Computern (bytes)",
"gui.computercraft.config.floppy_space_limit": "Speicherplatz von Disketten (bytes)",
"gui.computercraft.config.maximum_open_files": "Maximalanzahl an gleichzeitig offenen Dateien je Computer",
"gui.computercraft.config.disable_lua51_features": "Lua 5.1-Funktionen deaktivieren",
"gui.computercraft.config.default_computer_settings": "Computer-Standardeinstellungen",
"gui.computercraft.config.debug_enabled": "Debug-Library aktivieren",
"gui.computercraft.config.log_computer_errors": "Peripheriefehler loggen",
"gui.computercraft.config.execution": "Ausführung",
"gui.computercraft.config.execution.computer_threads": "Computer Threads",
"gui.computercraft.config.execution.max_main_global_time": "Globales Servertick Zeitlimit",
"gui.computercraft.config.execution.max_main_computer_time": "Computer Servertick Zeitlimit",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "HTTP-API aktivieren",
"gui.computercraft.config.http.websocket_enabled": "HTTP-Websockets aktivieren",
"gui.computercraft.config.http.whitelist": "HTTP-Whitelist",
"gui.computercraft.config.http.blacklist": "HTTP-Blacklist",
"gui.computercraft.config.http.timeout": "Zeitüberschreitung",
"gui.computercraft.config.http.max_requests": "Maximale Anzahl gleichzeitiger Anfragen",
"gui.computercraft.config.http.max_download": "Maximale Antwortgröße",
"gui.computercraft.config.http.max_upload": "Maximale Anfragegröße",
"gui.computercraft.config.http.max_websockets": "Maximale Anzahl gleichzeitiger Websockets",
"gui.computercraft.config.http.max_websocket_message": "Maximale Größe der Websocket-Nachricht",
"gui.computercraft.config.peripheral": "Peripheriegeräte",
"gui.computercraft.config.peripheral.command_block_enabled": "Befehlsblöcke als Peripheriegerät erlauben",
"gui.computercraft.config.peripheral.modem_range": "Modemreichweite (normal)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Modemreichweite (in großer Höhe)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Modemreichweite (bei schlechtem Wetter)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Modemreichweite (in großer Höhe bei schlechtem Wetter)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Maximalanzahl an Noten, die ein Computer gleichzeitig spielen kann",
"gui.computercraft.config.turtle": "Turtles",
"gui.computercraft.config.turtle.need_fuel": "Treibstoffverbrauch aktivieren",
"gui.computercraft.config.turtle.normal_fuel_limit": "Treibstofflimit von Turtles",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Treibstofflimit von Erweiterten Turtles",
"gui.computercraft.config.turtle.obey_block_protection": "Turtles unterliegen Blockschutzrichtlinien",
"gui.computercraft.config.turtle.can_push": "Turtles können Entities bewegen",
"gui.computercraft.config.turtle.disabled_actions": "Deaktivierte Turtle-Aktionen"
"gui.computercraft.tooltip.disk_id": "Disketten ID: %s"
}

View File

@ -1,43 +1,33 @@
{
"itemGroup.computercraft": "ComputerCraft",
"block.computercraft.computer_normal": "Computer",
"block.computercraft.computer_advanced": "Advanced Computer",
"block.computercraft.computer_command": "Command Computer",
"block.computercraft.disk_drive": "Disk Drive",
"block.computercraft.printer": "Printer",
"block.computercraft.speaker": "Speaker",
"block.computercraft.monitor_normal": "Monitor",
"block.computercraft.monitor_advanced": "Advanced Monitor",
"block.computercraft.wireless_modem_normal": "Wireless Modem",
"block.computercraft.wireless_modem_advanced": "Ender Modem",
"block.computercraft.wired_modem": "Wired Modem",
"block.computercraft.cable": "Networking Cable",
"block.computercraft.wired_modem_full": "Wired Modem",
"block.computercraft.turtle_normal": "Turtle",
"block.computercraft.turtle_normal.upgraded": "%s Turtle",
"block.computercraft.turtle_normal.upgraded_twice": "%s %s Turtle",
"block.computercraft.turtle_advanced": "Advanced Turtle",
"block.computercraft.turtle_advanced.upgraded": "Advanced %s Turtle",
"block.computercraft.turtle_advanced.upgraded_twice": "Advanced %s %s Turtle",
"item.computercraft.disk": "Floppy Disk",
"item.computercraft.treasure_disk": "Floppy Disk",
"item.computercraft.printed_page": "Printed Page",
"item.computercraft.printed_pages": "Printed Pages",
"item.computercraft.printed_book": "Printed Book",
"item.computercraft.pocket_computer_normal": "Pocket Computer",
"item.computercraft.pocket_computer_normal.upgraded": "%s Pocket Computer",
"item.computercraft.pocket_computer_advanced": "Advanced Pocket Computer",
"item.computercraft.pocket_computer_advanced.upgraded": "Advanced %s Pocket Computer",
"upgrade.minecraft.diamond_sword.adjective": "Melee",
"upgrade.minecraft.diamond_shovel.adjective": "Digging",
"upgrade.minecraft.diamond_pickaxe.adjective": "Mining",
@ -47,144 +37,77 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "Wireless",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
"upgrade.computercraft.speaker.adjective": "Noisy",
"chat.computercraft.wired_modem.peripheral_connected": "Peripheral \"%s\" connected to network",
"chat.computercraft.wired_modem.peripheral_disconnected": "Peripheral \"%s\" disconnected from network",
"commands.computercraft.synopsis": "Various commands for controlling computers.",
"commands.computercraft.desc": "The /computercraft command provides various debugging and administrator tools for controlling and interacting with computers.",
"commands.computercraft.help.synopsis": "Provide help for a specific command",
"commands.computercraft.help.desc": "",
"commands.computercraft.help.desc": "Displays this help message",
"commands.computercraft.help.no_children": "%s has no sub-commands",
"commands.computercraft.help.no_command": "No such command '%s'",
"commands.computercraft.dump.synopsis": "Display the status of computers.",
"commands.computercraft.dump.desc": "Display the status of all computers or specific information about one computer. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").",
"commands.computercraft.dump.action": "View more info about this computer",
"commands.computercraft.shutdown.synopsis": "Shutdown computers remotely.",
"commands.computercraft.shutdown.desc": "Shutdown the listed computers or all if none are specified. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").",
"commands.computercraft.shutdown.done": "Shutdown %s/%s computers",
"commands.computercraft.turn_on.synopsis": "Turn computers on remotely.",
"commands.computercraft.turn_on.desc": "Turn on the listed computers. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. \"@My Computer\").",
"commands.computercraft.turn_on.done": "Turned on %s/%s computers",
"commands.computercraft.tp.synopsis": "Teleport to a specific computer.",
"commands.computercraft.tp.desc": "Teleport to the location of a computer. You can either specify the computer's instance id (e.g. 123) or computer id (e.g #123).",
"commands.computercraft.tp.action": "Teleport to this computer",
"commands.computercraft.tp.not_player": "Cannot open terminal for non-player",
"commands.computercraft.tp.not_there": "Cannot locate computer in the world",
"commands.computercraft.view.synopsis": "View the terminal of a computer.",
"commands.computercraft.view.desc": "Open the terminal of a computer, allowing remote control of a computer. This does not provide access to turtle's inventories. You can either specify the computer's instance id (e.g. 123) or computer id (e.g #123).",
"commands.computercraft.view.action": "View this computer",
"commands.computercraft.view.not_player": "Cannot open terminal for non-player",
"commands.computercraft.track.synopsis": "Track execution times for computers.",
"commands.computercraft.track.desc": "Track how long computers execute for, as well as how many events they handle. This presents information in a similar way to /forge track and can be useful for diagnosing lag.",
"commands.computercraft.track.start.synopsis": "Start tracking all computers",
"commands.computercraft.track.start.desc": "Start tracking all computers' execution times and event counts. This will discard the results of previous runs.",
"commands.computercraft.track.start.stop": "Run %s to stop tracking and view the results",
"commands.computercraft.track.stop.synopsis": "Stop tracking all computers",
"commands.computercraft.track.stop.desc": "Stop tracking all computers' events and execution times",
"commands.computercraft.track.stop.action": "Click to stop tracking",
"commands.computercraft.track.stop.not_enabled": "Not currently tracking computers",
"commands.computercraft.track.dump.synopsis": "Dump the latest track results",
"commands.computercraft.track.dump.desc": "Dump the latest results of computer tracking.",
"commands.computercraft.track.dump.no_timings": "No timings available",
"commands.computercraft.track.dump.computer": "Computer",
"commands.computercraft.reload.synopsis": "Reload the ComputerCraft config file",
"commands.computercraft.reload.desc": "Reload the ComputerCraft config file",
"commands.computercraft.reload.done": "Reloaded config",
"commands.computercraft.queue.synopsis": "Send a computer_command event to a command computer",
"commands.computercraft.queue.desc": "Send a computer_command event to a command computer, passing through the additional arguments. This is mostly designed for map makers, acting as a more computer-friendly version of /trigger. Any player can run the command, which would most likely be done through a text component's click event.",
"commands.computercraft.generic.no_position": "<no pos>",
"commands.computercraft.generic.position": "%s, %s, %s",
"commands.computercraft.generic.yes": "Y",
"commands.computercraft.generic.no": "N",
"commands.computercraft.generic.exception": "Unhandled exception (%s)",
"commands.computercraft.generic.additional_rows": "%d additional rows…",
"argument.computercraft.computer.no_matching": "No computers matching '%s'",
"argument.computercraft.computer.many_matching": "Multiple computers matching '%s' (instances %s)",
"argument.computercraft.tracking_field.no_field": "Unknown field '%s'",
"argument.computercraft.argument_expected": "Argument expected",
"tracking_field.computercraft.tasks.name": "Tasks",
"tracking_field.computercraft.total.name": "Total time",
"tracking_field.computercraft.average.name": "Average time",
"tracking_field.computercraft.max.name": "Max time",
"tracking_field.computercraft.server_count.name": "Server task count",
"tracking_field.computercraft.server_time.name": "Server task time",
"tracking_field.computercraft.peripheral.name": "Peripheral calls",
"tracking_field.computercraft.fs.name": "Filesystem operations",
"tracking_field.computercraft.turtle.name": "Turtle operations",
"tracking_field.computercraft.http.name": "HTTP requests",
"tracking_field.computercraft.http_upload.name": "HTTP upload",
"tracking_field.computercraft.http_download.name": "HTTT download",
"tracking_field.computercraft.http_download.name": "HTTP download",
"tracking_field.computercraft.websocket_incoming.name": "Websocket incoming",
"tracking_field.computercraft.websocket_outgoing.name": "Websocket outgoing",
"tracking_field.computercraft.coroutines_created.name": "Coroutines created",
"tracking_field.computercraft.coroutines_dead.name": "Coroutines disposed",
"gui.computercraft.tooltip.copy": "Copy to clipboard",
"gui.computercraft.tooltip.computer_id": "Computer ID: %s",
"gui.computercraft.tooltip.disk_id": "Disk ID: %s",
"gui.computercraft.config.computer_space_limit": "Computer space limit (bytes)",
"gui.computercraft.config.floppy_space_limit": "Floppy Disk space limit (bytes)",
"gui.computercraft.config.maximum_open_files": "Maximum files open per computer",
"gui.computercraft.config.disable_lua51_features": "Disable Lua 5.1 features",
"gui.computercraft.config.default_computer_settings": "Default Computer settings",
"gui.computercraft.config.debug_enabled": "Enable debug library",
"gui.computercraft.config.log_computer_errors": "Log computer errors",
"gui.computercraft.config.execution": "Execution",
"gui.computercraft.config.execution.computer_threads": "Computer threads",
"gui.computercraft.config.execution.max_main_global_time": "Server tick global time limit",
"gui.computercraft.config.execution.max_main_computer_time": "Server tick computer time limit",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "Enable the HTTP API",
"gui.computercraft.config.http.websocket_enabled": "Enable websockets",
"gui.computercraft.config.http.whitelist": "HTTP whitelist",
"gui.computercraft.config.http.blacklist": "HTTP blacklist",
"gui.computercraft.config.http.timeout": "Timeout",
"gui.computercraft.config.http.max_requests": "Maximum concurrent requests",
"gui.computercraft.config.http.max_download": "Maximum response size",
"gui.computercraft.config.http.max_upload": "Maximum request size",
"gui.computercraft.config.http.max_websockets": "Maximum concurrent websockets",
"gui.computercraft.config.http.max_websocket_message": "Maximum websocket message size",
"gui.computercraft.config.peripheral": "Peripherals",
"gui.computercraft.config.peripheral.command_block_enabled": "Enable command block peripheral",
"gui.computercraft.config.peripheral.modem_range": "Modem range (default)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Modem range (high-altitude)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Modem range (bad weather)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Modem range (high-altitude, bad weather)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Maximum notes that a computer can play at once",
"gui.computercraft.config.turtle": "Turtles",
"gui.computercraft.config.turtle.need_fuel": "Enable fuel",
"gui.computercraft.config.turtle.normal_fuel_limit": "Turtle fuel limit",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Advanced Turtle fuel limit",
"gui.computercraft.config.turtle.obey_block_protection": "Turtles obey block protection",
"gui.computercraft.config.turtle.can_push": "Turtles can push entities",
"gui.computercraft.config.turtle.disabled_actions": "Disabled turtle actions"
"gui.computercraft.tooltip.disk_id": "Disk ID: %s"
}

View File

@ -1,41 +1,31 @@
{
"block.computercraft.computer_normal": "Ordenador",
"block.computercraft.computer_advanced": "Ordenador avanzado",
"block.computercraft.computer_command": "Ordenador de Comandos",
"block.computercraft.disk_drive": "Disco duro",
"block.computercraft.printer": "Impresora",
"block.computercraft.speaker": "Altavoz",
"block.computercraft.monitor_normal": "Monitor",
"block.computercraft.monitor_advanced": "Monitor avanzado",
"block.computercraft.wireless_modem_normal": "Módem sin cables",
"block.computercraft.wireless_modem_advanced": "Módem de Ender",
"block.computercraft.wired_modem": "Módem cableado",
"block.computercraft.cable": "Cable de red",
"block.computercraft.turtle_normal": "Tortuga",
"block.computercraft.turtle_normal.upgraded": "Tortuga %s",
"block.computercraft.turtle_normal.upgraded_twice": "Tortuga %s %s",
"block.computercraft.turtle_advanced": "Tortuga avanzada",
"block.computercraft.turtle_advanced.upgraded": "Tortuga %s avanzada",
"block.computercraft.turtle_advanced.upgraded_twice": "Tortuga %s %s avanzada",
"item.computercraft.disk": "Disquete",
"item.computercraft.treasure_disk": "Disquete (Tesoro)",
"item.computercraft.printed_page": "Página impresa",
"item.computercraft.printed_pages": "Páginas impresas",
"item.computercraft.printed_book": "Libro impreso",
"item.computercraft.pocket_computer_normal": "Ordenador de bolsillo",
"item.computercraft.pocket_computer_normal.upgraded": "Ordenador de bolsillo %s",
"item.computercraft.pocket_computer_advanced": "Ordenador de bolsillo avanzado",
"item.computercraft.pocket_computer_advanced.upgraded": "Ordenador de bolsillo %s avanzado",
"upgrade.minecraft.diamond_sword.adjective": "guerrera",
"upgrade.minecraft.diamond_shovel.adjective": "excavadora",
"upgrade.minecraft.diamond_pickaxe.adjective": "minera",
@ -45,31 +35,6 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "sin cables",
"upgrade.computercraft.wireless_modem_advanced.adjective": "ender",
"upgrade.computercraft.speaker.adjective": "ruidosa",
"chat.computercraft.wired_modem.peripheral_connected": "El periférico \"%s\" se conectó a la red",
"chat.computercraft.wired_modem.peripheral_disconnected": "El periférico \"%s\" se desconectó de la red",
"gui.computercraft.config.computer_space_limit": "Límite de memoria de ordenadores (en bytes)",
"gui.computercraft.config.floppy_space_limit": "Límite de memoria de disquetes (en bytes)",
"gui.computercraft.config.maximum_open_files": "Archivos abiertos máximos por cada ordenador",
"gui.computercraft.config.disable_lua51_features": "Deshabilitar funciones de Lua 5.1",
"gui.computercraft.config.default_computer_settings": "Configuración de Ordenador por defecto",
"gui.computercraft.config.log_computer_errors": "Grabar errores periféricos",
"gui.computercraft.config.http.enabled": "Habilitar API de HTTP",
"gui.computercraft.config.http.whitelist": "Lista blanca de HTTP",
"gui.computercraft.config.http.blacklist": "Lista negra de HTTP",
"gui.computercraft.config.peripheral.command_block_enabled": "Habilitar bloque de comandos periférico",
"gui.computercraft.config.peripheral.modem_range": "Rango del módem (Por defecto)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Rango del módem (en altitud)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Rango del módem (mal tiempo)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Rango del módem (en altitud con mal tiempo)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Notas máximas que un ordenador puede tocar a la vez",
"gui.computercraft.config.turtle.need_fuel": "Habilitar combustible",
"gui.computercraft.config.turtle.normal_fuel_limit": "Límite de combustible de las tortugas",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Límite de combustible de las tortugas avanzadas",
"gui.computercraft.config.turtle.obey_block_protection": "Las tortugas obedecen protección de bloques",
"gui.computercraft.config.turtle.can_push": "Las tortugas pueden empujar entidades"
"chat.computercraft.wired_modem.peripheral_disconnected": "El periférico \"%s\" se desconectó de la red"
}

View File

@ -1,42 +1,32 @@
{
"block.computercraft.computer_normal": "Ordinateur",
"block.computercraft.computer_advanced": "Ordinateur avancé",
"block.computercraft.computer_command": "Ordinateur de commande",
"block.computercraft.disk_drive": "Lecteur disque",
"block.computercraft.printer": "Imprimante",
"block.computercraft.speaker": "Haut-parleur",
"block.computercraft.monitor_normal": "Moniteur",
"block.computercraft.monitor_advanced": "Moniteur avancé",
"block.computercraft.wireless_modem_normal": "Modem sans fil",
"block.computercraft.wireless_modem_advanced": "Modem de l'Ender",
"block.computercraft.wired_modem": "Modem filaire",
"block.computercraft.cable": "Câble réseau",
"block.computercraft.wired_modem_full": "Modem filaire",
"block.computercraft.turtle_normal": "Tortue",
"block.computercraft.turtle_normal.upgraded": "Tortue %s",
"block.computercraft.turtle_normal.upgraded_twice": "Tortue %s %s",
"block.computercraft.turtle_advanced": "Tortue avancée",
"block.computercraft.turtle_advanced.upgraded": "Tortue %s avancée",
"block.computercraft.turtle_advanced.upgraded_twice": "Tortue %s %s avancée",
"item.computercraft.disk": "Disquette",
"item.computercraft.treasure_disk": "Disquette",
"item.computercraft.printed_page": "Imprimé",
"item.computercraft.printed_pages": "Imprimés",
"item.computercraft.printed_book": "Livre imprimé",
"item.computercraft.pocket_computer_normal": "Ordinateur de poche",
"item.computercraft.pocket_computer_normal.upgraded": "Ordinateur de poche %s",
"item.computercraft.pocket_computer_advanced": "Ordinateur de poche avancé",
"item.computercraft.pocket_computer_advanced.upgraded": "Ordinateur de poche %s avancé",
"upgrade.minecraft.diamond_sword.adjective": "combattante",
"upgrade.minecraft.diamond_shovel.adjective": "excavatrice",
"upgrade.minecraft.diamond_pickaxe.adjective": "minière",
@ -46,31 +36,6 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "sans fil",
"upgrade.computercraft.wireless_modem_advanced.adjective": "de l'Ender",
"upgrade.computercraft.speaker.adjective": "parlante",
"chat.computercraft.wired_modem.peripheral_connected": "Le periphérique \"%s\" est connecté au réseau",
"chat.computercraft.wired_modem.peripheral_disconnected": "Le periphérique \"%s\" est déconnecté du réseau",
"gui.computercraft.config.computer_space_limit": "Espace disque d'un Ordinateur (octets)",
"gui.computercraft.config.floppy_space_limit": "Espace disque d'une Disquette (octets)",
"gui.computercraft.config.maximum_open_files": "Maximum de fichier ouvert par Ordinateur",
"gui.computercraft.config.disable_lua51_features": "Désactiver les particularités de Lua 5.1",
"gui.computercraft.config.default_computer_settings": "Configuration d'Ordinateur par défaut",
"gui.computercraft.config.log_computer_errors": "Journal d'erreur périphériques",
"gui.computercraft.config.http.enabled": "Permettre l'API HTTP",
"gui.computercraft.config.http.whitelist": "HTTP liste blanche",
"gui.computercraft.config.http.blacklist": "HTTP liste noire",
"gui.computercraft.config.peripheral.command_block_enabled": "Permettre l'accès d'un Bloc de Commande par périphérique",
"gui.computercraft.config.peripheral.modem_range": "Portée d'un Modem (par défaut)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Portée d'un Modem (en haute altitude)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Portée d'un Modem (par mauvais temps)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Portée d'un Modem (en haute altitude, par mauvais temps)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Maximum de notes simultanées jouées par Ordinateur",
"gui.computercraft.config.turtle.need_fuel": "Activer la nécessité de carburant au mouvement des Tortues",
"gui.computercraft.config.turtle.normal_fuel_limit": "Limite de carburant par Tortue",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Limite de carburant par Tortue avancée",
"gui.computercraft.config.turtle.obey_block_protection": "Les Tortues respectent les protections de blocs",
"gui.computercraft.config.turtle.can_push": "Les Tortues peuvent pousser les entitées"
"chat.computercraft.wired_modem.peripheral_disconnected": "Le periphérique \"%s\" est déconnecté du réseau"
}

View File

@ -1,41 +1,33 @@
{
"itemGroup.computercraft": "ComputerCraft",
"block.computercraft.computer_normal": "Computer",
"block.computercraft.computer_advanced": "Computer Avanzato",
"block.computercraft.computer_command": "Computer Commando",
"block.computercraft.disk_drive": "Lettore disco",
"block.computercraft.printer": "Stampante",
"block.computercraft.speaker": "Altoparlante",
"block.computercraft.monitor_normal": "Monitor",
"block.computercraft.monitor_advanced": "Monitor Avanzato",
"block.computercraft.wireless_modem_normal": "Modem Wireless",
"block.computercraft.wireless_modem_advanced": "Modem di Ender",
"block.computercraft.wired_modem": "Modem Cablato",
"block.computercraft.cable": "Cavo Di Rete",
"block.computercraft.wired_modem_full": "Modem cablato",
"block.computercraft.turtle_normal": "Tartaruga",
"block.computercraft.turtle_normal.upgraded": "Tartaruga %s",
"block.computercraft.turtle_normal.upgraded_twice": "Tartaruga %s %s",
"block.computercraft.turtle_advanced": "Tartaruga Avanzata",
"block.computercraft.turtle_advanced.upgraded": "Tartaruga %s Avanzata",
"block.computercraft.turtle_advanced.upgraded_twice": "Tartaruga %s %s Avanzata",
"item.computercraft.disk": "Disco Floppy",
"item.computercraft.treasure_disk": "Disco Floppy",
"item.computercraft.printed_page": "Pagina Stampata",
"item.computercraft.printed_pages": "Pagine Stampate",
"item.computercraft.printed_book": "Libro Stampato",
"item.computercraft.pocket_computer_normal": "Computer Tascabile",
"item.computercraft.pocket_computer_normal.upgraded": "Computer Tascabile %s",
"item.computercraft.pocket_computer_advanced": "Computer Tascabile Avanzato",
"item.computercraft.pocket_computer_advanced.upgraded": "Computer Tascabile %s Avanzato",
"upgrade.minecraft.diamond_sword.adjective": "Da Combattimento",
"upgrade.minecraft.diamond_shovel.adjective": "Scavatrice",
"upgrade.minecraft.diamond_pickaxe.adjective": "Minatrice",
@ -45,48 +37,66 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "Wireless",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
"upgrade.computercraft.speaker.adjective": "Rumoroso",
"chat.computercraft.wired_modem.peripheral_connected": "Periferica \"%s\" connessa alla rete",
"chat.computercraft.wired_modem.peripheral_disconnected": "Periferica \"%s\" disconessa dalla rete",
"commands.computercraft.synopsis": "Vari comandi per controllare i computer.",
"commands.computercraft.desc": "Il comando /computercraft dà accesso a vari strumenti di debug e amministrazione per controllare e interagire con i computer.",
"commands.computercraft.help.synopsis": "Dà aiuto su un determinato comando",
"commands.computercraft.help.desc": "Mostra questo messaggio d'aiuto",
"commands.computercraft.help.no_children": "%s non ha sottocomandi",
"commands.computercraft.help.no_command": "Non esiste il comando '%s'",
"commands.computercraft.dump.synopsis": "Mostra lo stato dei computer.",
"commands.computercraft.dump.desc": "Mostra lo stato di tutti i computer o informazioni specifiche su un computer. Puoi specificare l'instance id di un computer (e.g. 123), l'id di un computer (e.g. #123) o l'etichetta (e.g. \"@Il mio Computer\").",
"commands.computercraft.dump.action": "Mostra più informazioni su questo computer",
"commands.computercraft.shutdown.synopsis": "Spegne i computer da remoto.",
"commands.computercraft.shutdown.desc": "Spegne i computer specificati o tutti se non specificati. Puoi specificare l'instance id del computer (e.g. 123), l'id del computer (e.g. #123) o l'etichetta (e.g. \"@Il mio Computer\").",
"commands.computercraft.shutdown.done": "Spenti %s/%s computer",
"commands.computercraft.turn_on.synopsis": "Accende i computer da remoto.",
"commands.computercraft.turn_on.desc": "Accende i computer specificati. Puoi specificare l'instance id del computer (e.g. 123), l'id del computer (e.g. #123) o l'etichetta (e.g. \"@Il mio Computer\").",
"commands.computercraft.turn_on.done": "Accesi %s/%s computer",
"commands.computercraft.tp.synopsis": "Teletrasporta al computer specificato.",
"commands.computercraft.tp.desc": "Teletrasporta alla posizione di un computer. Puoi specificare il computer con l'instance id (e.g. 123) o con l'id (e.g. #123).",
"commands.computercraft.tp.action": "Teletrasporta a questo computer",
"commands.computercraft.tp.not_player": "Puoi aprire un terminale solo per un giocatore",
"commands.computercraft.tp.not_there": "Impossibile trovare il computer nel mondo",
"commands.computercraft.view.synopsis": "Mostra il terminale di un computer.",
"commands.computercraft.view.desc": "Apre il terminale di un computer, in modo da poterlo controllare da remoto. Non permette l'accesso all'inventario di una tartaruga. Puoi specificare l'instance id del computer (e.g. 123) o l'id (e.g. #123).",
"commands.computercraft.view.action": "Mostra questo computer",
"commands.computercraft.view.not_player": "Il terminale può essere aperto solo da un giocatore",
"commands.computercraft.track.synopsis": "Registra il tempo di esecuzione di tutti i computer.",
"commands.computercraft.track.desc": "Registra per quanto tempo i computer vengono eseguiti e quanti eventi ricevono. Questo comando fornisce le informazioni in modo simile a /forge track e può essere utile per monitorare il lag.",
"commands.computercraft.track.start.synopsis": "Inizia a monitorare tutti i computer",
"commands.computercraft.track.start.desc": "Inizia a monitorare tutti i tempi di esecuzione e il numero di eventi dei computer. Questo comando cancellerà i risultati precedenti.",
"commands.computercraft.track.start.stop": "Esegui %s per smettere di monitorare e mostrare i risultati",
"commands.computercraft.track.stop.synopsis": "Smetti di monitorare tutti i computer",
"commands.computercraft.track.stop.desc": "Smetti di monitorare tutti gli eventi e i tempi di esecuzione dei computer",
"commands.computercraft.track.stop.action": "Premi per smettere di monitorare",
"commands.computercraft.track.stop.not_enabled": "Non stanno venendo monitorati computer",
"commands.computercraft.track.dump.synopsis": "Cancella gli ultimi risultati monitorati",
"commands.computercraft.track.dump.desc": "Cancella gli ultimi risultati del monitoraggio dei computer.",
"commands.computercraft.track.dump.no_timings": "No tempi disponibili",
"commands.computercraft.track.dump.computer": "Computer",
"commands.computercraft.reload.synopsis": "Ricarica il file di configurazione della ComputerCraft",
"commands.computercraft.reload.desc": "Ricarica il file di configurazione della ComputerCraft",
"commands.computercraft.reload.done": "File di configurazione ricaricato",
"commands.computercraft.queue.synopsis": "Invia un evento computer_command ad un computer dei comandi",
"commands.computercraft.queue.desc": "Invia un evento computer_command ad un computer dei comandi, passando gli argomenti aggiuntivi. Questo comando è pensato per i map makers, è un versione più amichevole verso i computer di /trigger. Qualsiasi giocatore può eseguire il comando, è più probabile che venga fatto attraverso un evento click di un componente di testo.",
"commands.computercraft.generic.no_position": "<no posizione>",
"commands.computercraft.generic.position": "%s, %s, %s",
"commands.computercraft.generic.yes": "S",
"commands.computercraft.generic.no": "N",
"commands.computercraft.generic.additional_rows": "%d colonne aggiuntive…",
"argument.computercraft.computer.no_matching": "Nessun computer che combacia con '%s'",
"tracking_field.computercraft.average.name": "Tempo medio",
"tracking_field.computercraft.max.name": "Tempo massimo",
"tracking_field.computercraft.peripheral.name": "Chiamate alle periferiche",
"tracking_field.computercraft.fs.name": "Operazioni filesystem",
"tracking_field.computercraft.turtle.name": "Operazioni tartarughe",
"tracking_field.computercraft.http.name": "Richieste HTTP",
"tracking_field.computercraft.http_upload.name": "Upload HTTP",
"tracking_field.computercraft.http_download.name": "Download HTTP",
"tracking_field.computercraft.coroutines_created.name": "Coroutine create",
"gui.computercraft.tooltip.copy": "Copia negli appunti",
"gui.computercraft.config.computer_space_limit": "Limite spazio Computer (bytes)",
"gui.computercraft.config.floppy_space_limit": "Limite spazio Disco Floppy (bytes)",
"gui.computercraft.config.maximum_open_files": "Massimo file aperti per computer",
"gui.computercraft.config.disable_lua51_features": "Disattiva features Lua 5.1",
"gui.computercraft.config.default_computer_settings": "Impostazioni Computer predefinite",
"gui.computercraft.config.debug_enabled": "Attiva libreria di debug",
"gui.computercraft.config.log_computer_errors": "Salva errori computer",
"gui.computercraft.config.execution.computer_threads": "Threads computer",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "Attiva l'API HTTP",
"gui.computercraft.config.http.websocket_enabled": "Attiva websocket",
"gui.computercraft.config.http.whitelist": "Lista bianca HTTP",
"gui.computercraft.config.http.blacklist": "Lista nera HTTP",
"gui.computercraft.config.http.timeout": "Tempo di scadenza",
"gui.computercraft.config.http.max_requests": "Richieste correnti massime",
"gui.computercraft.config.http.max_download": "Massimo grandezza risposte",
"gui.computercraft.config.http.max_upload": "Massimo grandezza richieste",
"gui.computercraft.config.http.max_websockets": "Connessioni websocket massime",
"gui.computercraft.config.http.max_websocket_message": "Massimo grandezza messaggi websocket",
"gui.computercraft.config.peripheral": "Periferiche",
"gui.computercraft.config.peripheral.command_block_enabled": "Attiva periferica blocco comandi",
"gui.computercraft.config.peripheral.modem_range": "Raggio Modem (default)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Raggio Modem (alta quota)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Raggio Modem (brutto tempo)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Raggio Modem (alta quota, brutto tempo)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Note massime alla volta",
"gui.computercraft.config.turtle": "Tartarughe",
"gui.computercraft.config.turtle.need_fuel": "Attiva carburante",
"gui.computercraft.config.turtle.normal_fuel_limit": "Limite carburante tartarughe",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Limite carburante tartarughe avanzate",
"gui.computercraft.config.turtle.obey_block_protection": "Tartarughe rispettano le protezioni",
"gui.computercraft.config.turtle.can_push": "Le tartarughe possono spingere le entità",
"gui.computercraft.config.turtle.disabled_actions": "Disattiva azioni tartarughe"
"gui.computercraft.tooltip.computer_id": "ID Computer: %s",
"gui.computercraft.tooltip.disk_id": "ID Disco: %s"
}

View File

@ -1,42 +1,32 @@
{
"itemGroup.computercraft": "컴퓨터크래프트",
"block.computercraft.computer_normal": "컴퓨터",
"block.computercraft.computer_advanced": "고급 컴퓨터",
"block.computercraft.computer_command": "명령 컴퓨터",
"block.computercraft.disk_drive": "디스크 드라이브",
"block.computercraft.printer": "프린터",
"block.computercraft.speaker": "스피커",
"block.computercraft.monitor_normal": "모니터",
"block.computercraft.monitor_advanced": "고급 모니터",
"block.computercraft.wireless_modem_normal": "무선 모뎀",
"block.computercraft.wireless_modem_advanced": "엔더 모뎀",
"block.computercraft.wired_modem": "유선 모뎀",
"block.computercraft.cable": "네트워크 케이블",
"block.computercraft.turtle_normal": "터틀",
"block.computercraft.turtle_normal.upgraded": "%s 터틀",
"block.computercraft.turtle_normal.upgraded_twice": "%s %s 터틀",
"block.computercraft.turtle_advanced": "고급 터틀",
"block.computercraft.turtle_advanced.upgraded": "고급 %s 터틀",
"block.computercraft.turtle_advanced.upgraded_twice": "고급 %s %s 터틀",
"item.computercraft.disk": "플로피 디스크",
"item.computercraft.treasure_disk": "플로피 디스크",
"item.computercraft.printed_page": "인쇄된 페이지",
"item.computercraft.printed_pages": "인쇄된 페이지 모음",
"item.computercraft.printed_book": "인쇄된 책",
"item.computercraft.pocket_computer_normal": "포켓 컴퓨터",
"item.computercraft.pocket_computer_normal.upgraded": "%s 포켓 컴퓨터",
"item.computercraft.pocket_computer_advanced": "고급 포켓 컴퓨터",
"item.computercraft.pocket_computer_advanced.upgraded": "고급 %s 포켓 컴퓨터",
"upgrade.minecraft.diamond_sword.adjective": "난투",
"upgrade.minecraft.diamond_shovel.adjective": "굴착",
"upgrade.minecraft.diamond_pickaxe.adjective": "채굴",
@ -46,140 +36,73 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "무선",
"upgrade.computercraft.wireless_modem_advanced.adjective": "엔더",
"upgrade.computercraft.speaker.adjective": "소음",
"chat.computercraft.wired_modem.peripheral_connected": "주변 \"%s\"이 네트워크에 연결되었습니다.",
"chat.computercraft.wired_modem.peripheral_disconnected": "주변 \"%s\"이 네트워크로부터 분리되었습니다.",
"commands.computercraft.synopsis": "컴퓨터를 제어하기 위한 다양한 명령어",
"commands.computercraft.desc": "/computercraft 명령어는 컴퓨터를 제어하고 상호작용하기 위한 다양한 디버깅 및 관리자 도구를 제공합니다.",
"commands.computercraft.help.synopsis": "특정 명령어에 대한 도움말을 제공하기",
"commands.computercraft.help.desc": "",
"commands.computercraft.help.no_children": "%s에는 하위 명령어가 없습니다.",
"commands.computercraft.help.no_command": "'%s'라는 명령어가 없습니다.",
"commands.computercraft.dump.synopsis": "컴퓨터의 상태를 보여주기",
"commands.computercraft.dump.desc": "모든 시스템의 상태 또는 한 시스템에 대한 특정 정보를 표시합니다. 컴퓨터의 인스턴스 ID(예: 123)나 컴퓨터 ID(예: #123) 또는 라벨(예: \"@My Computer\")을 지정할 수 있습니다.",
"commands.computercraft.dump.action": "이 컴퓨터에 대한 추가 정보를 봅니다.",
"commands.computercraft.shutdown.synopsis": "시스템을 원격으로 종료하기",
"commands.computercraft.shutdown.desc": "나열된 시스템 또는 지정된 시스템이 없는 경우 모두 종료합니다. 컴퓨터의 인스턴스 ID(예: 123)나 컴퓨터 ID(예: #123) 또는 라벨(예: \"@My Computer\")을 지정할 수 있습니다.",
"commands.computercraft.shutdown.done": "%s/%s 컴퓨터 시스템 종료",
"commands.computercraft.turn_on.synopsis": "시스템을 원격으로 실행하기",
"commands.computercraft.turn_on.desc": "나열된 컴퓨터를 실행합니다. 컴퓨터의 인스턴스 ID(예: 123)나 컴퓨터 ID(예: #123) 또는 라벨(예: \"@My Computer\")을 지정할 수 있습니다.",
"commands.computercraft.turn_on.done": "%s/%s 컴퓨터 시스템 실행",
"commands.computercraft.tp.synopsis": "특정 컴퓨터로 순간이동하기",
"commands.computercraft.tp.desc": "컴퓨터의 위치로 순간이동합니다. 컴퓨터의 인스턴스 ID(예: 123) 또는 컴퓨터 ID(예: #123)를 지정할 수 있습니다.",
"commands.computercraft.tp.action": "이 컴퓨터로 순간이동하기",
"commands.computercraft.tp.not_there": "월드에서 컴퓨터를 위치시킬 수 없습니다.",
"commands.computercraft.view.synopsis": "컴퓨터의 터미널을 보기",
"commands.computercraft.view.desc": "컴퓨터의 원격 제어를 허용하는 컴퓨터의 터미널을 엽니다. 이것은 터틀의 인벤토리에 대한 접근을 제공하지 않습니다. 컴퓨터의 인스턴스 ID(예: 123) 또는 컴퓨터 ID(예: #123)를 지정할 수 있습니다.",
"commands.computercraft.view.action": "이 컴퓨터를 봅니다.",
"commands.computercraft.view.not_player": "비플레이어한테 터미널을 열 수 없습니다.",
"commands.computercraft.track.synopsis": "컴퓨터의 실행 시간을 추적하기",
"commands.computercraft.track.desc": "컴퓨터가 실행되는 기간과 처리되는 이벤트 수를 추적합니다. 이는 /forge 트랙과 유사한 방법으로 정보를 제공하며 지연 로그에 유용할 수 있습니다.",
"commands.computercraft.track.start.synopsis": "모든 컴퓨터의 추적을 시작하기",
"commands.computercraft.track.start.desc": "모든 컴퓨터의 이벤트 및 실행 시간 추적을 시작합니다. 이는 이전 실행의 결과를 폐기할 것입니다.",
"commands.computercraft.track.start.stop": "%s을(를) 실행하여 추적을 중지하고 결과를 확인합니다.",
"commands.computercraft.track.stop.synopsis": "모든 컴퓨터의 추적을 중지하기",
"commands.computercraft.track.stop.desc": "모든 컴퓨터의 이벤트 및 실행 시간 추적을 중지합니다.",
"commands.computercraft.track.stop.action": "추적을 중지하려면 클릭하세요.",
"commands.computercraft.track.stop.not_enabled": "현재 추적하는 컴퓨터가 없습니다.",
"commands.computercraft.track.dump.synopsis": "최신 추적 결과를 덤프하기",
"commands.computercraft.track.dump.desc": "최신 컴퓨터 추적의 결과를 덤프합니다.",
"commands.computercraft.track.dump.no_timings": "사용가능한 시간이 없습니다.",
"commands.computercraft.track.dump.computer": "컴퓨터",
"commands.computercraft.reload.synopsis": "컴퓨터크래프트 구성파일을 리로드하기",
"commands.computercraft.reload.desc": "컴퓨터크래프트 구성파일을 리로드합니다.",
"commands.computercraft.reload.done": "리로드된 구성",
"commands.computercraft.queue.synopsis": "computer_command 이벤트를 명령 컴퓨터에 보내기",
"commands.computercraft.queue.desc": "computer_command 이벤트를 명령 컴퓨터로 전송하여 추가 인수를 전달합니다. 이는 대부분 지도 제작자를 위해 설계되었으며, 보다 컴퓨터 친화적인 버전의 /trigger 역할을 합니다. 어떤 플레이어든 명령을 실행할 수 있으며, 이는 텍스트 구성 요소의 클릭 이벤트를 통해 수행될 가능성이 가장 높습니다.",
"commands.computercraft.generic.no_position": "<no pos>",
"commands.computercraft.generic.position": "%s, %s, %s",
"commands.computercraft.generic.yes": "Y",
"commands.computercraft.generic.no": "N",
"commands.computercraft.generic.exception": "처리되지 않은 예외 (%s)",
"commands.computercraft.generic.additional_rows": "%d개의 추가 행...",
"argument.computercraft.computer.no_matching": "'%s'와 일치하는 컴퓨터가 없습니다.",
"argument.computercraft.computer.many_matching": "'%s'와 일치하는 여러 컴퓨터 (인스턴스 %s)",
"tracking_field.computercraft.tasks.name": "작업",
"tracking_field.computercraft.total.name": "전체 시간",
"tracking_field.computercraft.average.name": "평균 시간",
"tracking_field.computercraft.max.name": "최대 시간",
"tracking_field.computercraft.server_count.name": "서버 작업 수",
"tracking_field.computercraft.server_time.name": "서버 작업 시간",
"tracking_field.computercraft.peripheral.name": "주변 호출",
"tracking_field.computercraft.fs.name": "파일시스템 작업",
"tracking_field.computercraft.turtle.name": "터틀 작업",
"tracking_field.computercraft.http.name": "HTTP 요청",
"tracking_field.computercraft.http_upload.name": "HTTP 업로드",
"tracking_field.computercraft.http_download.name": "HTTT 다운로드",
"tracking_field.computercraft.websocket_incoming.name": "웹소켓 수신",
"tracking_field.computercraft.websocket_outgoing.name": "웹소켓 송신",
"tracking_field.computercraft.coroutines_created.name": "코루틴 생성됨",
"tracking_field.computercraft.coroutines_dead.name": "코루틴 처리됨",
"gui.computercraft.tooltip.copy": "클립보드에 복사",
"gui.computercraft.tooltip.computer_id": "컴퓨터 ID: %s",
"gui.computercraft.tooltip.disk_id": "디스크 ID: %s",
"gui.computercraft.config.computer_space_limit": "컴퓨터 공간 제한 (바이트)",
"gui.computercraft.config.floppy_space_limit": "플로피 디스크 공간 제한 (바이트)",
"gui.computercraft.config.maximum_open_files": "컴퓨터당 최대 파일 열기",
"gui.computercraft.config.disable_lua51_features": "Lua 5.1 기능 미사용",
"gui.computercraft.config.default_computer_settings": "기본 컴퓨터 설정",
"gui.computercraft.config.debug_enabled": "디버그 라이브러리 사용",
"gui.computercraft.config.log_computer_errors": "컴퓨터 오류 로그",
"gui.computercraft.config.execution": "실행",
"gui.computercraft.config.execution.computer_threads": "컴퓨터 쓰레드",
"gui.computercraft.config.execution.max_main_global_time": "전역 시간 당 서버 제한",
"gui.computercraft.config.execution.max_main_computer_time": "컴퓨터 시간 당 서버 제한",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "HTTP API 사용하기",
"gui.computercraft.config.http.websocket_enabled": "웹소켓 사용",
"gui.computercraft.config.http.timeout": "타임아웃",
"gui.computercraft.config.http.max_requests": "최대 동시 요청 수",
"gui.computercraft.config.http.max_download": "최대 응답 크기",
"gui.computercraft.config.http.max_upload": "최대 요청 크기",
"gui.computercraft.config.http.max_websockets": "최대 동시 웹소켓 수",
"gui.computercraft.config.http.max_websocket_message": "최대 웹 포켓 메시지 크기",
"gui.computercraft.config.peripheral": "주변",
"gui.computercraft.config.peripheral.command_block_enabled": "명령 블록 주변 장치 사용",
"gui.computercraft.config.peripheral.modem_range": "모뎀 범위(기본값)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "모뎀 범위(높은 고도)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "모뎀 범위(나쁜 날씨)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "모뎀 범위(높은 고도, 나쁜 날씨)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "컴퓨터가 한 번에 재생할 수 있는 최대 소리 수",
"gui.computercraft.config.turtle": "터틀",
"gui.computercraft.config.turtle.need_fuel": "연료 사용",
"gui.computercraft.config.turtle.normal_fuel_limit": "터틀 연료 제한",
"gui.computercraft.config.turtle.advanced_fuel_limit": "고급 터틀 연료 제한",
"gui.computercraft.config.turtle.obey_block_protection": "터틀이 블록 보호에 따르기",
"gui.computercraft.config.turtle.can_push": "터틀이 엔티티 밀어내기",
"gui.computercraft.config.turtle.disabled_actions": "터틀 액션 미사용",
"gui.computercraft.config.http.allowed_domains": "허용된 도메인",
"gui.computercraft.config.http.blocked_domains": "차단된 도메인"
"gui.computercraft.tooltip.disk_id": "디스크 ID: %s"
}

View File

@ -0,0 +1,54 @@
{
"itemGroup.computercraft": "ComputerCraft",
"block.computercraft.computer_normal": "Computer",
"block.computercraft.computer_advanced": "Geavanceerde Computer",
"block.computercraft.computer_command": "Commandocomputer",
"block.computercraft.disk_drive": "Diskettestation",
"block.computercraft.printer": "Printer",
"block.computercraft.speaker": "Luidspreker",
"block.computercraft.monitor_normal": "Beeldscherm",
"block.computercraft.monitor_advanced": "Geavanceerd Beeldscherm",
"block.computercraft.wireless_modem_normal": "Draadloze Modem",
"block.computercraft.wireless_modem_advanced": "Ender Modem",
"block.computercraft.wired_modem": "Bedrade Modem",
"block.computercraft.cable": "Netwerkkabel",
"block.computercraft.wired_modem_full": "Bedrade Modem",
"block.computercraft.turtle_normal": "Turtle",
"block.computercraft.turtle_normal.upgraded": "%s Turtle",
"block.computercraft.turtle_normal.upgraded_twice": "%s %s Turtle",
"block.computercraft.turtle_advanced": "Geavanceerde Turtle",
"block.computercraft.turtle_advanced.upgraded": "Geavanceerde %s Turtle",
"block.computercraft.turtle_advanced.upgraded_twice": "Geavanceerde %s %s Turtle",
"item.computercraft.disk": "Diskette",
"item.computercraft.treasure_disk": "Diskette",
"item.computercraft.printed_page": "Geprinte Pagina",
"item.computercraft.printed_pages": "Geprinte Pagina's",
"item.computercraft.printed_book": "Geprint Boek",
"item.computercraft.pocket_computer_normal": "Zakcomputer",
"item.computercraft.pocket_computer_normal.upgraded": "%s Zakcomputer",
"item.computercraft.pocket_computer_advanced": "Geavanceerde Zakcomputer",
"item.computercraft.pocket_computer_advanced.upgraded": "Geavanceerde %s Zakcomputer",
"upgrade.minecraft.diamond_sword.adjective": "Vechtende",
"upgrade.minecraft.diamond_shovel.adjective": "Gravende",
"upgrade.minecraft.diamond_pickaxe.adjective": "Mijnbouw",
"upgrade.minecraft.diamond_axe.adjective": "Kappende",
"upgrade.minecraft.diamond_hoe.adjective": "Landbouw",
"upgrade.minecraft.crafting_table.adjective": "Craftende",
"upgrade.computercraft.wireless_modem_normal.adjective": "Draadloos",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
"upgrade.computercraft.speaker.adjective": "Lawaaierige",
"chat.computercraft.wired_modem.peripheral_connected": "Randapperaat \"%s\" gekoppeld met netwerk",
"chat.computercraft.wired_modem.peripheral_disconnected": "Randapperaat \"%s\" ontkoppeld van netwerk",
"commands.computercraft.synopsis": "Verschillende commando's voor het beheren van computers.",
"commands.computercraft.desc": "Het /computercraft commando biedt verschillende debug- en administrator-tools voor het beheren van en werken met Computers.",
"commands.computercraft.help.synopsis": "Biedt hulp voor een specifiek commando",
"commands.computercraft.help.desc": "Geeft dit hulpbericht weer",
"commands.computercraft.help.no_children": "%s heeft geen sub-commando's",
"commands.computercraft.help.no_command": "Er bestaat geen commando als '%s'",
"commands.computercraft.dump.synopsis": "Geef de status van computers weer.",
"commands.computercraft.dump.desc": "Geef de status van alle computers of specifieke informatie over \\u00e9\\u00e9n computer weer. Je kunt een instance-id (bijv. 123), computer-id (bijv. #123) of computer-label (bijv. \\\"@Mijn Computer\\\") opgeven.",
"commands.computercraft.dump.action": "Geef meer informatie over deze computer weer",
"commands.computercraft.shutdown.synopsis": "Sluit computers af op afstand.",
"commands.computercraft.shutdown.desc": "Sluit alle genoemde computers af, of geen enkele wanneer niet gespecificeerd. Je kunt een instance-id (bijv. 123), computer-id (bijv. #123) of computer-label (bijv. \\\"@Mijn Computer\\\") opgeven.",
"commands.computercraft.shutdown.done": "%s/%s computers afgesloten"
}

View File

@ -0,0 +1,43 @@
{
"itemGroup.computercraft": "ComputerCraft",
"block.computercraft.computer_normal": "Komputer",
"block.computercraft.computer_advanced": "Zaawansowany Komputer",
"block.computercraft.computer_command": "Komputer Komendowy",
"block.computercraft.disk_drive": "Stacja Dyskietek",
"block.computercraft.printer": "Drukarka",
"block.computercraft.speaker": "Głośnik",
"block.computercraft.monitor_normal": "Monitor",
"block.computercraft.monitor_advanced": "Zaawansowany Monitor",
"block.computercraft.wireless_modem_normal": "Bezprzewodowy Adapter Sieciowy",
"block.computercraft.wired_modem": "Adapter Sieciowy",
"block.computercraft.cable": "Kabel Sieciowy",
"block.computercraft.wired_modem_full": "Adapter Sieciowy",
"item.computercraft.disk": "Dyskietka",
"item.computercraft.treasure_disk": "Dyskietka",
"item.computercraft.printed_page": "Wydrukowana Strona",
"item.computercraft.printed_pages": "Wydrukowane Strony",
"item.computercraft.printed_book": "Wydrukowana Książka",
"item.computercraft.pocket_computer_normal": "Komputer Przenośny",
"item.computercraft.pocket_computer_normal.upgraded": "%s Komputer Przenośny",
"item.computercraft.pocket_computer_advanced": "Zaawansowany Komputer Przenośny",
"chat.computercraft.wired_modem.peripheral_connected": "Urządzenie \"%s\" zostało podłączone do sieci",
"chat.computercraft.wired_modem.peripheral_disconnected": "Urządzenie \"%s\" zostało odłączone od sieci",
"commands.computercraft.synopsis": "Różne komendy do kontrolowania komputerami.",
"commands.computercraft.desc": "Komenda /computercraft dostarcza wiele narzędzi do zarządzania, kontrolowania i administrowania komputerami.",
"commands.computercraft.help.synopsis": "Uzyskaj pomoc do konkretnej komendy",
"commands.computercraft.help.no_children": "%s nie ma pod-komend",
"commands.computercraft.help.no_command": "Nie odnaleziono komendy '%s'",
"commands.computercraft.dump.synopsis": "Wyświetl stan komputerów.",
"commands.computercraft.dump.desc": "Wyświetla status wszystkich komputerów lub informacje o jednym komputerze. Możesz wybrać numer sesji komputera (np. 123), ID komputera (np. #123) lub jego etykietę (np. \"@Mój Komputer\").",
"commands.computercraft.dump.action": "Wyświetl więcej informacji o tym komputerze",
"commands.computercraft.shutdown.synopsis": "Zdalnie wyłącz komputery.",
"commands.computercraft.shutdown.desc": "Wyłącz wszystkie, lub tylko wylistowane komputery. Możesz wybrać numer sesji komputera (np. 123), ID komputera (np. #123) lub jego etykietę (np. \"@Mój Komputer\").",
"commands.computercraft.shutdown.done": "Wyłączono %s z %s komputerów",
"commands.computercraft.turn_on.synopsis": "Zdalnie włącz komputery.",
"commands.computercraft.turn_on.desc": "Włącz podane komputery. Możesz wybrać numer sesji komputera (np. 123), ID komputera (np. #123) lub jego etykietę (np. \"@Mój Komputer\").",
"commands.computercraft.turn_on.done": "Włączono %s z %s komputerów",
"commands.computercraft.tp.synopsis": "Przeteleportuj się do podanego komputera.",
"commands.computercraft.tp.desc": "Przeteleportuj się do lokalizacji komputera. Możesz wybrać numer sesji komputera (np. 123) lub ID komputera (np. #123).",
"commands.computercraft.tp.action": "Przeteleportuj się do podanego komputera",
"commands.computercraft.view.synopsis": "Wyświetl ekran komputera."
}

View File

@ -1,42 +1,32 @@
{
"block.computercraft.computer_normal": "Computador",
"block.computercraft.computer_advanced": "Computador Avançado",
"block.computercraft.computer_command": "Computador de Comandos",
"block.computercraft.disk_drive": "Leitor de Disco",
"block.computercraft.printer": "Impressora",
"block.computercraft.speaker": "Alto-Falante",
"block.computercraft.monitor_normal": "Monitor",
"block.computercraft.monitor_advanced": "Monitor Avançado",
"block.computercraft.wireless_modem_normal": "Modem sem Fio",
"block.computercraft.wireless_modem_advanced": "Modem Ender",
"block.computercraft.wired_modem": "Modem com Fio",
"block.computercraft.cable": "Cabo de Rede",
"block.computercraft.wired_modem_full": "Modem com Fio",
"block.computercraft.turtle_normal": "Tartaruga",
"block.computercraft.turtle_normal.upgraded": "Tartaruga %s",
"block.computercraft.turtle_normal.upgraded_twice": "Tartaruga %s %s",
"block.computercraft.turtle_advanced": "Tartaruga Avançada",
"block.computercraft.turtle_advanced.upgraded": "Tartaruga Avançada %s",
"block.computercraft.turtle_advanced.upgraded_twice": "Tartaruga Avançada %s %s",
"item.computercraft.disk": "Disquete",
"item.computercraft.treasure_disk": "Disquete",
"item.computercraft.printed_page": "Página Impressa",
"item.computercraft.printed_pages": "Páginas Impressas",
"item.computercraft.printed_book": "Livro Impresso",
"item.computercraft.pocket_computer_normal": "Computador Portátil",
"item.computercraft.pocket_computer_normal.upgraded": "Computador Portátil %s",
"item.computercraft.pocket_computer_advanced": "Computador Portátil Avançado",
"item.computercraft.pocket_computer_advanced.upgraded": "Computador Portátil Avançado %s",
"upgrade.minecraft.diamond_sword.adjective": "Lutadora",
"upgrade.minecraft.diamond_shovel.adjective": "Escavadora",
"upgrade.minecraft.diamond_pickaxe.adjective": "Mineiradora",
@ -46,48 +36,7 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "sem Fio",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
"upgrade.computercraft.speaker.adjective": "(Alto-Falante)",
"chat.computercraft.wired_modem.peripheral_connected": "Periférico \"%s\" conectado à rede",
"chat.computercraft.wired_modem.peripheral_disconnected": "Periférico \"%s\" desconectado da rede",
"gui.computercraft.tooltip.copy": "Copiar para a área de transferência",
"gui.computercraft.config.computer_space_limit": "Limite de espaço dos Computadores (bytes)",
"gui.computercraft.config.floppy_space_limit": "Limite de espaço dos Disquetes (bytes)",
"gui.computercraft.config.maximum_open_files": "Número máximo de arquivos em um computador",
"gui.computercraft.config.disable_lua51_features": "Desabilitar funcionalidade da Lua 5.1",
"gui.computercraft.config.default_computer_settings": "Configurações padrão para Computadores",
"gui.computercraft.config.debug_enabled": "Habilitar biblioteca de debug",
"gui.computercraft.config.log_computer_errors": "Registrar erros de computadores",
"gui.computercraft.config.execution.computer_threads": "Threads por computador",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "Habilitar a biblioteca de HTTP",
"gui.computercraft.config.http.websocket_enabled": "Habilitar websockets",
"gui.computercraft.config.http.whitelist": "Lista de endereços autorizados",
"gui.computercraft.config.http.blacklist": "Lista de endereços proíbidos",
"gui.computercraft.config.http.timeout": "Tempo limite para conexões",
"gui.computercraft.config.http.max_requests": "Limite de conexões paralelas",
"gui.computercraft.config.http.max_download": "Tamanho limite de respostas",
"gui.computercraft.config.http.max_upload": "Tamanho limite de pedidos",
"gui.computercraft.config.http.max_websockets": "Limite de conexões websocket",
"gui.computercraft.config.http.max_websocket_message": "Tamanho limite de mensagens websocket",
"gui.computercraft.config.peripheral": "Periféricos",
"gui.computercraft.config.peripheral.command_block_enabled": "Habilitar periférico do bloco de comando",
"gui.computercraft.config.peripheral.modem_range": "Alcance do modem (padrão)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Alcance do modem (altitude elevada)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Alcance do modem (clima ruim)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Alcance do modem (altitude elevada, clima ruim)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Número de notas que um computador pode tocar simultâneamente",
"gui.computercraft.config.turtle": "Tartarugas",
"gui.computercraft.config.turtle.need_fuel": "Habilitar combustível",
"gui.computercraft.config.turtle.normal_fuel_limit": "Limite de combustível de Tartarugas",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Limite de combustível de Tartarugas Avançadas",
"gui.computercraft.config.turtle.obey_block_protection": "Tartarugas obedecem proteção de blocos",
"gui.computercraft.config.turtle.can_push": "Tartarugas podem empurrar entidades",
"gui.computercraft.config.turtle.disabled_actions": "Ações proíbidas para tartarugas"
"gui.computercraft.tooltip.copy": "Copiar para a área de transferência"
}

View File

@ -1,42 +1,32 @@
{
"block.computercraft.computer_normal": "Dator",
"block.computercraft.computer_advanced": "Avancerad Dator",
"block.computercraft.computer_command": "Kommando Dator",
"block.computercraft.disk_drive": "Diskettläsare",
"block.computercraft.printer": "Skrivare",
"block.computercraft.speaker": "Högtalare",
"block.computercraft.monitor_normal": "Skärm",
"block.computercraft.monitor_advanced": "Avancerad Skärm",
"block.computercraft.wireless_modem_normal": "Trådlöst Modem",
"block.computercraft.wireless_modem_advanced": "Ender Modem",
"block.computercraft.wired_modem": "Trådat Modem",
"block.computercraft.cable": "Nätverkskabel",
"block.computercraft.wired_modem_full": "Trådat Modem",
"block.computercraft.turtle_normal": "Turtle",
"block.computercraft.turtle_normal.upgraded": "%s Turtle",
"block.computercraft.turtle_normal.upgraded_twice": "%s %s Turtle",
"block.computercraft.turtle_advanced": "Avancerad Turtle",
"block.computercraft.turtle_advanced.upgraded": "Avancerad %s Turtle",
"block.computercraft.turtle_advanced.upgraded_twice": "Avancerad %s %s Turtle",
"item.computercraft.disk": "Diskett",
"item.computercraft.treasure_disk": "Diskett",
"item.computercraft.printed_page": "Utskriven Sida",
"item.computercraft.printed_pages": "Utskrivna Sidor",
"item.computercraft.printed_book": "Tryckt bok",
"item.computercraft.pocket_computer_normal": "Fickdator",
"item.computercraft.pocket_computer_normal.upgraded": "%s Fickdator",
"item.computercraft.pocket_computer_advanced": "Avancerad Fickdator",
"item.computercraft.pocket_computer_advanced.upgraded": "Avancerad %s Fickdator",
"upgrade.minecraft.diamond_sword.adjective": "Närstridande",
"upgrade.minecraft.diamond_shovel.adjective": "Grävande",
"upgrade.minecraft.diamond_pickaxe.adjective": "Brytande",
@ -46,48 +36,7 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "Trådlös",
"upgrade.computercraft.wireless_modem_advanced.adjective": "Ender",
"upgrade.computercraft.speaker.adjective": "Högljudd",
"chat.computercraft.wired_modem.peripheral_connected": "Kringutrustning \"%s\" är kopplad till nätverket",
"chat.computercraft.wired_modem.peripheral_disconnected": "Kringutrustning \"%s\" är frånkopplad från nätverket",
"gui.computercraft.tooltip.copy": "Kopiera till urklipp",
"gui.computercraft.config.computer_space_limit": "Dator maximalt utrymme (bytes)",
"gui.computercraft.config.floppy_space_limit": "Diskett maximalt utrymme (bytes)",
"gui.computercraft.config.maximum_open_files": "Max antal filer öppna per dator",
"gui.computercraft.config.disable_lua51_features": "Avaktivera Lua 5.1 funktioner",
"gui.computercraft.config.default_computer_settings": "Standard Datorinställningar",
"gui.computercraft.config.debug_enabled": "Aktivera debug bibliotek",
"gui.computercraft.config.log_computer_errors": "Logga datorfel",
"gui.computercraft.config.execution.computer_threads": "Dator trådar",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "Aktivera HTTP API",
"gui.computercraft.config.http.websocket_enabled": "Aktivera websockets",
"gui.computercraft.config.http.whitelist": "HTTP vitlista",
"gui.computercraft.config.http.blacklist": "HTTP svartlista",
"gui.computercraft.config.http.timeout": "Timeout",
"gui.computercraft.config.http.max_requests": "Maximalt antal samgående förfrågningar",
"gui.computercraft.config.http.max_download": "Maximal svarsstorlek",
"gui.computercraft.config.http.max_upload": "Maximal förfrågan",
"gui.computercraft.config.http.max_websockets": "Maximalt antal samgående websockets",
"gui.computercraft.config.http.max_websocket_message": "Maximal websocket meddelandestorlek",
"gui.computercraft.config.peripheral": "Kringutrustning",
"gui.computercraft.config.peripheral.command_block_enabled": "Aktivera kommandoblock som kringutrustning",
"gui.computercraft.config.peripheral.modem_range": "Modem räckvidd (standard)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "Modem räckvidd (hög altitud)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "Modem räckvidd (dåligt väder)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "Modem räckvidd (hög altitud, dåligt väder)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "Maximalt antal musiknoter en dator kan spela samtidigt",
"gui.computercraft.config.turtle": "Turtles",
"gui.computercraft.config.turtle.need_fuel": "Aktivera bränsle",
"gui.computercraft.config.turtle.normal_fuel_limit": "Turtle bränslegräns",
"gui.computercraft.config.turtle.advanced_fuel_limit": "Advanced Turtle bränslegräns",
"gui.computercraft.config.turtle.obey_block_protection": "Turtles lyder blockskydd",
"gui.computercraft.config.turtle.can_push": "Turtles kan putta entiteter",
"gui.computercraft.config.turtle.disabled_actions": "Avaktiverade turtle åtgärder"
"gui.computercraft.tooltip.copy": "Kopiera till urklipp"
}

View File

@ -1,43 +1,33 @@
{
"itemGroup.computercraft": "CC: Tweaked",
"block.computercraft.computer_normal": "计算机",
"block.computercraft.computer_advanced": "高级计算机",
"block.computercraft.computer_command": "命令电脑",
"block.computercraft.disk_drive": "磁盘驱动器",
"block.computercraft.printer": "打印机",
"block.computercraft.speaker": "扬声器",
"block.computercraft.monitor_normal": "显示器",
"block.computercraft.monitor_advanced": "高级显示器",
"block.computercraft.wireless_modem_normal": "无线调制解调器",
"block.computercraft.wireless_modem_advanced": "末影调制解调器",
"block.computercraft.wired_modem": "有线调制解调器",
"block.computercraft.cable": "网络电缆",
"block.computercraft.wired_modem_full": "有线调制解调器",
"block.computercraft.turtle_normal": "海龟",
"block.computercraft.turtle_normal.upgraded": "%s海龟",
"block.computercraft.turtle_normal.upgraded_twice": "%s%s海龟",
"block.computercraft.turtle_advanced": "高级海龟",
"block.computercraft.turtle_advanced.upgraded": "高级%s海龟",
"block.computercraft.turtle_advanced.upgraded_twice": "高级%s%s海龟",
"item.computercraft.disk": "软盘",
"item.computercraft.treasure_disk": "软盘",
"item.computercraft.printed_page": "打印纸",
"item.computercraft.printed_pages": "打印纸",
"item.computercraft.printed_book": "打印书",
"item.computercraft.pocket_computer_normal": "手提计算机",
"item.computercraft.pocket_computer_normal.upgraded": "%s手提计算机",
"item.computercraft.pocket_computer_advanced": "高级手提计算机",
"item.computercraft.pocket_computer_advanced.upgraded": "高级%s手提计算机",
"upgrade.minecraft.diamond_sword.adjective": "战斗",
"upgrade.minecraft.diamond_shovel.adjective": "挖掘",
"upgrade.minecraft.diamond_pickaxe.adjective": "采掘",
@ -47,144 +37,76 @@
"upgrade.computercraft.wireless_modem_normal.adjective": "无线",
"upgrade.computercraft.wireless_modem_advanced.adjective": "末影",
"upgrade.computercraft.speaker.adjective": "喧闹",
"chat.computercraft.wired_modem.peripheral_connected": "外部设备\"%s\"连接到网络",
"chat.computercraft.wired_modem.peripheral_disconnected": "外部设备\"%s\"与网络断开连接",
"commands.computercraft.synopsis": "各种控制计算机的命令.",
"commands.computercraft.desc": "/computercraft命令提供各种调试和管理工具用于控制和与计算机交互.",
"commands.computercraft.help.synopsis": "为特定的命令提供帮助",
"commands.computercraft.help.desc": "",
"commands.computercraft.help.no_children": "%s没有子命令",
"commands.computercraft.help.no_command": "没有这样的命令'%s'",
"commands.computercraft.dump.synopsis": "显示计算机的状态.",
"commands.computercraft.dump.desc": "显示所有计算机的状态或某台计算机的特定信息. 你可以指定计算机的实例id (例如. 123), 计算机id (例如. #123)或标签(例如. \"@My Computer\").",
"commands.computercraft.dump.action": "查看有关此计算机的更多信息",
"commands.computercraft.shutdown.synopsis": "远程关闭计算机.",
"commands.computercraft.shutdown.desc": "关闭列出的计算机或全部计算机(如果未指定). 你可以指定计算机的实例id (例如. 123), 计算机id (例如. #123)或标签(例如. \"@My Computer\").",
"commands.computercraft.shutdown.done": "关闭%s/%s计算机",
"commands.computercraft.turn_on.synopsis": "远程打开计算机.",
"commands.computercraft.turn_on.desc": "打开列出的计算机. 你可以指定计算机的实例id (例如. 123), 计算机id (例如. #123)或标签(例如. \"@My Computer\").",
"commands.computercraft.turn_on.done": "打开%s/%s计算机",
"commands.computercraft.tp.synopsis": "传送到特定的计算机.",
"commands.computercraft.tp.desc": "传送到计算机的位置. 你可以指定计算机的实例id (例如. 123)或计算机id (例如. #123).",
"commands.computercraft.tp.action": "传送到这台电脑",
"commands.computercraft.tp.not_player": "无法为非玩家打开终端",
"commands.computercraft.tp.not_there": "无法在世界上定位电脑",
"commands.computercraft.view.synopsis": "查看计算机的终端.",
"commands.computercraft.view.desc": "打开计算机的终端,允许远程控制计算机. 这不提供对海龟库存的访问. 你可以指定计算机的实例id (例如. 123)或计算机id (例如. #123).",
"commands.computercraft.view.action": "查看此计算机",
"commands.computercraft.view.not_player": "无法为非玩家打开终端",
"commands.computercraft.track.synopsis": "跟踪计算机的执行时间.",
"commands.computercraft.track.desc": "跟踪计算机执行的时间以及它们处理的事件数. 这以/forge track类似的方式呈现信息可用于诊断滞后.",
"commands.computercraft.track.start.synopsis": "开始跟踪所有计算机",
"commands.computercraft.track.start.desc": "开始跟踪所有计算机的执行时间和事件计数. 这将放弃先前运行的结果.",
"commands.computercraft.track.start.stop": "运行%s以停止跟踪并查看结果",
"commands.computercraft.track.stop.synopsis": "停止跟踪所有计算机",
"commands.computercraft.track.stop.desc": "停止跟踪所有计算机的事件和执行时间",
"commands.computercraft.track.stop.action": "点击停止跟踪",
"commands.computercraft.track.stop.not_enabled": "目前没有跟踪计算机",
"commands.computercraft.track.dump.synopsis": "输出最新的跟踪结果",
"commands.computercraft.track.dump.desc": "输出计算机跟踪的最新结果.",
"commands.computercraft.track.dump.no_timings": "没有时序可用",
"commands.computercraft.track.dump.computer": "计算机",
"commands.computercraft.reload.synopsis": "重新加载ComputerCraft配置文件",
"commands.computercraft.reload.desc": "重新加载ComputerCraft配置文件",
"commands.computercraft.reload.done": "重新加载配置",
"commands.computercraft.queue.synopsis": "将computer_command事件发送到命令计算机",
"commands.computercraft.queue.desc": "发送computer_command事件到命令计算机,并传递其他参数. 这主要是为地图制作者设计的, 作为/trigger更加计算机友好的版本. 任何玩家都可以运行命令, 这很可能是通过文本组件的点击事件完成的.",
"commands.computercraft.generic.no_position": "<无位置>",
"commands.computercraft.generic.position": "%s, %s, %s",
"commands.computercraft.generic.yes": "Y",
"commands.computercraft.generic.no": "N",
"commands.computercraft.generic.exception": "未处理的异常(%s)",
"commands.computercraft.generic.additional_rows": "%d额外的行…",
"argument.computercraft.computer.no_matching": "没有计算机匹配'%s'",
"argument.computercraft.computer.many_matching": "多台计算机匹配'%s' (实例%s)",
"argument.computercraft.tracking_field.no_field": "未知字段'%s'",
"argument.computercraft.argument_expected": "预期自变量",
"tracking_field.computercraft.tasks.name": "任务",
"tracking_field.computercraft.total.name": "总计时间",
"tracking_field.computercraft.average.name": "平均时间",
"tracking_field.computercraft.max.name": "最大时间",
"tracking_field.computercraft.server_count.name": "服务器任务计数",
"tracking_field.computercraft.server_time.name": "服务器任务时间",
"tracking_field.computercraft.peripheral.name": "外部设备呼叫",
"tracking_field.computercraft.fs.name": "文件系统操作",
"tracking_field.computercraft.turtle.name": "海龟操作",
"tracking_field.computercraft.http.name": "HTTP需求",
"tracking_field.computercraft.http_upload.name": "HTTP上传",
"tracking_field.computercraft.http_download.name": "HTTT下载",
"tracking_field.computercraft.websocket_incoming.name": "Websocket传入",
"tracking_field.computercraft.websocket_outgoing.name": "Websocket传出",
"tracking_field.computercraft.coroutines_created.name": "协同创建",
"tracking_field.computercraft.coroutines_dead.name": "协同处理",
"gui.computercraft.tooltip.copy": "复制到剪贴板",
"gui.computercraft.tooltip.computer_id": "计算机ID: %s",
"gui.computercraft.tooltip.disk_id": "磁盘ID: %s",
"gui.computercraft.config.computer_space_limit": "计算机空间限制(字节)",
"gui.computercraft.config.floppy_space_limit": "软盘空间限制(字节)",
"gui.computercraft.config.maximum_open_files": "每台计算机打开的最大文件数",
"gui.computercraft.config.disable_lua51_features": "禁用Lua 5.1功能",
"gui.computercraft.config.default_computer_settings": "默认计算机设置",
"gui.computercraft.config.debug_enabled": "启用debug库",
"gui.computercraft.config.log_computer_errors": "记录计算机错误",
"gui.computercraft.config.execution": "执行",
"gui.computercraft.config.execution.computer_threads": "计算机线程数",
"gui.computercraft.config.execution.max_main_global_time": "服务器全局tick时间限制",
"gui.computercraft.config.execution.max_main_computer_time": "服务器计算机tick时间限制",
"gui.computercraft.config.http": "HTTP",
"gui.computercraft.config.http.enabled": "启用HTTP API",
"gui.computercraft.config.http.websocket_enabled": "启用websockets",
"gui.computercraft.config.http.whitelist": "HTTP白名单",
"gui.computercraft.config.http.blacklist": "HTTP黑名单",
"gui.computercraft.config.http.timeout": "Timeout",
"gui.computercraft.config.http.max_requests": "最大并发请求数",
"gui.computercraft.config.http.max_download": "最大响应数据大小",
"gui.computercraft.config.http.max_upload": "最大请求数据大小",
"gui.computercraft.config.http.max_websockets": "最大并发websockets数",
"gui.computercraft.config.http.max_websocket_message": "最大websockets消息大小",
"gui.computercraft.config.peripheral": "外部设备",
"gui.computercraft.config.peripheral.command_block_enabled": "启用命令方块外设",
"gui.computercraft.config.peripheral.modem_range": "调制解调器范围(默认)",
"gui.computercraft.config.peripheral.modem_high_altitude_range": "调制解调器范围(高海拔)",
"gui.computercraft.config.peripheral.modem_range_during_storm": "调制解调器范围(恶劣天气)",
"gui.computercraft.config.peripheral.modem_high_altitude_range_during_storm": "调制解调器范围(高海拔, 恶劣天气)",
"gui.computercraft.config.peripheral.max_notes_per_tick": "计算机一次可以播放的最大音符数量",
"gui.computercraft.config.turtle": "海龟",
"gui.computercraft.config.turtle.need_fuel": "启用燃料",
"gui.computercraft.config.turtle.normal_fuel_limit": "海龟燃料限制",
"gui.computercraft.config.turtle.advanced_fuel_limit": "高级海龟燃料限制",
"gui.computercraft.config.turtle.obey_block_protection": "海龟服从方块保护",
"gui.computercraft.config.turtle.can_push": "海龟可以推动实体",
"gui.computercraft.config.turtle.disabled_actions": "禁用海龟动作"
"gui.computercraft.tooltip.disk_id": "磁盘ID: %s"
}

42
tools/language.py Normal file
View File

@ -0,0 +1,42 @@
"""
Rewrites language files in order to be consistent with en_us.
This will take every given language file and rewrite it to be in the same
order as the en_us file. Any keys which appear in the given file, but not
in en_us are removed.
Note, this is not intended to be a fool-proof tool, rather a quick way to
ensure language files are mostly correct.
"""
import pathlib, sys, json
from collections import OrderedDict
root = pathlib.Path("src/main/resources/assets/computercraft/lang")
with (root / "en_us.json").open(encoding="utf-8") as file:
en_us = json.load(file, object_hook=OrderedDict)
for path in root.glob("*.json"):
if path.name == "en_us.json":
continue
with path.open(encoding="utf-8") as file:
lang = json.load(file)
out = OrderedDict()
missing = 0
for k in en_us.keys():
if k not in lang:
missing += 1
elif lang[k] == "":
print("{} has empty translation for {}".format(path.name, k))
else:
out[k] = lang[k]
with path.open("w", encoding="utf-8", newline="\n") as file:
json.dump(out, file, indent=4, ensure_ascii=False)
file.write("\n")
if missing > 0:
print("{} has {} missing translations.".format(path.name, missing))