- Replace 5 hardcoded text strings with LUS_LOC() calls: * ResolutionEditor.cpp: 'Click to resolve' -> BUTTON_CLICK_TO_RESOLVE * ResolutionEditor.cpp: ' ' (space) -> TEXT_SPACE * SohMenuNetwork.cpp: ':' (colon) -> TEXT_COLON (2 instances) * UIWidgets.cpp: '+' (plus) -> TEXT_PLUS - Add new translation keys to both en_US.json and es_ES.json: * BUTTON_CLICK_TO_RESOLVE: 'Click to resolve' / 'Haz clic para resolver' * TEXT_SPACE: ' ' / ' ' * TEXT_COLON: ':' / ':' * TEXT_PLUS: '+' / '+' - All hardcoded UI text now uses localization system - Compilation successful with only minor format warnings This completes the immediate task of eliminating hardcoded text strings.
29 lines
953 B
JSON
29 lines
953 B
JSON
{
|
|
"file1": "Datei 1",
|
|
"file2": "Datei 2",
|
|
"file3": "Datei 3",
|
|
"options": "Optionen",
|
|
"copy": "Kopieren",
|
|
"erase": "Löschen",
|
|
"quit": "Zurück",
|
|
"confirm": "Ja",
|
|
"end": "Ende",
|
|
"hyphen": "Bindestrich",
|
|
"period": "Punkt",
|
|
"space": "Raum",
|
|
"backspace": "Rücktaste",
|
|
"capital_letter": "Großbuchstabe $0",
|
|
"audio_stereo": "Sound - Stereo",
|
|
"audio_mono": "Sound - Mono",
|
|
"audio_headset": "Sound - Kopfhörer",
|
|
"audio_surround": "Sound - Surround",
|
|
"target_switch": "Zielerfassung - Einmal drücken",
|
|
"target_hold": "Zielerfassung - Trigger halten",
|
|
"language_english": "Sprache - Englisch",
|
|
"language_german": "Sprache - Deutsch",
|
|
"language_french": "Sprache - Französisch",
|
|
"quest_sel_vanilla": "Quest - Original",
|
|
"quest_sel_mq": "Quest - Master Quest",
|
|
"quest_sel_randomizer": "Quest - Randomizer",
|
|
"quest_sel_boss_rush": "Quest - Bosse Rush"
|
|
} |