get internationalized

This commit is contained in:
2026-04-25 20:58:13 +00:00
parent a8b45c6565
commit 8004658a0a
7 changed files with 36 additions and 12 deletions

View File

@@ -38,6 +38,10 @@
"item.neocomputers.hdd0": "Hard Disk Drive (Tier 1)",
"item.neocomputers.hdd1": "Hard Disk Drive (Tier 2)",
"item.neocomputers.hdd2": "Hard Disk Drive (Tier 3)",
"neocomputers.errors.ENOCPU": "no CPU",
"neocomputers.errors.E2BIG": "too many components",
"neocomputers.errors.ENOENJ": "dangerously low energy",
"neocomputers.errors.ENOMEM": "missing memory",
"neocomputers.wlan.range": "Range: %1$s blocks",
"neocomputers.data.limit": "Memory: %1$s",
"neocomputers.gpu.vram": "Video Memory: %1$spx",
@@ -45,7 +49,14 @@
"neocomputers.readonly": "Read-Only",
"neocomputers.readwrite": "Read-Write",
"neocomputers.noaddr": "No address assigned",
"neocomputers.computer.on": "ON",
"neocomputers.computer.off": "OFF",
"neocomputers.computer.errorNoMsg": "Error: ",
"neocomputers.computer.energy": "Energy: %1$s / %2$s J",
"neocomputers.computer.memory": "Memory: %1$s / %2$s",
"neocomputers.computer.components": "Components: %1$s / %2$s",
"neocomputers.memory.capacity": "Capacity: %1$s",
"neocomputers.arch": "Architecture: %1$s",
"neocomputers.eeprom.codeused": "Code Storage: %1$s / %2$s",
"neocomputers.eeprom.dataused": "Data Storage: %1$s / %2$s",
"neocomputers.tunnel.channel": "Linked Channel: %1$s",