From 40ab816dcb7d5dca7dc40aac4007f263f20efad7 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Fri, 2 Feb 2024 19:20:40 +0900 Subject: [PATCH] strings moving around --- assets/locales/en/terrarum_sentences.json | 13 +------------ assets/locales/koKR/terrarum_sentences.json | 13 +------------ .../mods/basegame/locales/en/world_load_save.json | 9 +++++++++ assets/mods/basegame/locales/en/worldgen.json | 7 +++++++ .../mods/basegame/locales/koKR/world_load_save.json | 9 +++++++++ assets/mods/basegame/locales/koKR/worldgen.json | 7 +++++++ 6 files changed, 34 insertions(+), 24 deletions(-) create mode 100644 assets/mods/basegame/locales/en/world_load_save.json create mode 100644 assets/mods/basegame/locales/en/worldgen.json create mode 100644 assets/mods/basegame/locales/koKR/world_load_save.json create mode 100644 assets/mods/basegame/locales/koKR/worldgen.json diff --git a/assets/locales/en/terrarum_sentences.json b/assets/locales/en/terrarum_sentences.json index a99db16a7..e31819673 100644 --- a/assets/locales/en/terrarum_sentences.json +++ b/assets/locales/en/terrarum_sentences.json @@ -8,19 +8,8 @@ "GAME_APPLE_ROSETTA_WARNING2": "Please use the native build for improved performance and gameplay experiences.", "APP_NOMODULE_1": "No Module is currently loaded.", "APP_NOMODULE_2": "Please configure your Load Order and restart:", - "GAME_PREV_SAVE_WAS_LOADED1": "The most recently saved game was corrupted.", - "GAME_PREV_SAVE_WAS_LOADED2": "The previously saved game was loaded.", - "GAME_MORE_RECENT_AUTOSAVE1": "The Autosave is more recent than the manual save.", - "GAME_MORE_RECENT_AUTOSAVE2": "Please select the saved game you wish to play:", - "MENU_IO_LOAD_UPDATING_BLOCK_MAPPINGS": "Updating Block Mappings...", - "MENU_IO_WORLDGEN_CARVING_EARTH": "Carving Earth...", - "MENU_IO_WORLDGEN_PAINTING_GREEN": "Painting Green...", - "MENU_IO_WORLDGEN_GROWING_MINERALS": "Growing Minerals...", - "MENU_IO_WORLDGEN_POSITIONING_ROCKS": "Positioning Rocks...", - "MENU_IO_WORLDGEN_RETICULATING_SPLINES": "Reticulating Splines...", "MENU_LABEL_AUDIO_BUFFER_INSTRUCTION": "Set it to the minimum value in which you do not hear a stuttering.\nIf your audio is stuttering, increase the value until the stuttering is gone.\nLarger value will increase the processing stability but also the delay.", "MENU_LABEL_KEYCONFIG_HELP1": "Click On the Keycap to Assign Actions", - "MENU_LABEL_SAVE_WILL_BE_DELETED": "The selected save file will be deleted.", - "MENU_LABEL_UNSAVED_PROGRESS_WILL_BE_LOST": "Unsaved progress will be lost.", + "MENU_LABEL_WARN_ACE": "Script mods may damage your game or result in other unexpected behaviour.\nOnly use the mods you know they can be trusted." } \ No newline at end of file diff --git a/assets/locales/koKR/terrarum_sentences.json b/assets/locales/koKR/terrarum_sentences.json index ddb3cc1c1..fac2dd35a 100644 --- a/assets/locales/koKR/terrarum_sentences.json +++ b/assets/locales/koKR/terrarum_sentences.json @@ -8,19 +8,8 @@ "GAME_APPLE_ROSETTA_WARNING2": "최적의 성능과 게임 경험을 위해 Apple Silicon용 빌드의 게임을 이용해 주십시오.", "APP_NOMODULE_1": "현재 불러와진 모듈이 없습니다.", "APP_NOMODULE_2": "다음의 파일에서 불러오기 순서를 설정하고 게임을 재시작하십시오.", - "GAME_PREV_SAVE_WAS_LOADED1": "가장 최근에 저장된 게임이 손상되었습니다.", - "GAME_PREV_SAVE_WAS_LOADED2": "이전에 저장된 게임을 불러왔습니다.", - "GAME_MORE_RECENT_AUTOSAVE1": "자동 저장된 게임이 수동으로 저장한 게임보다 더 최신입니다.", - "GAME_MORE_RECENT_AUTOSAVE2": "불러올 게임을 선택해 주십시오.", - "MENU_IO_LOAD_UPDATING_BLOCK_MAPPINGS": "블록 매핑 업데이트 중...", - "MENU_IO_WORLDGEN_CARVING_EARTH": "땅속을 파내는 중...", - "MENU_IO_WORLDGEN_PAINTING_GREEN": "녹색을 칠하는 중...", - "MENU_IO_WORLDGEN_GROWING_MINERALS": "광물을 키우는 중...", - "MENU_IO_WORLDGEN_POSITIONING_ROCKS": "바위들의 위치 조정 중...", - "MENU_IO_WORLDGEN_RETICULATING_SPLINES": "망상 구조 결합 중...", "MENU_LABEL_AUDIO_BUFFER_INSTRUCTION": "오디오 끊김이 들리지 않는 선에서 가장 작은 값으로 설정해주십시오.\n오디오에 끊김이 있다면 끊김이 없어질 때까지 더 큰 값으로 설정하십시오.\n더 큰 값은 오디오 처리의 안정성을 증가시키지만 처리 지연도 늘립니다.", "MENU_LABEL_KEYCONFIG_HELP1": "키캡을 클릭해 컨트롤을 배정하십시오", - "MENU_LABEL_SAVE_WILL_BE_DELETED": "선택된 세이브가 삭제됩니다.", - "MENU_LABEL_UNSAVED_PROGRESS_WILL_BE_LOST": "저장하지 않은 진행 상황을 잃게 됩니다.", + "MENU_LABEL_WARN_ACE": "스크립트 모드는 게임을 손상시키거나 다른 예상치 못한 결과를 가져올 수 있습니다.\n신뢰할 수 있는 모드만을 사용하십시오." } diff --git a/assets/mods/basegame/locales/en/world_load_save.json b/assets/mods/basegame/locales/en/world_load_save.json new file mode 100644 index 000000000..850f3efeb --- /dev/null +++ b/assets/mods/basegame/locales/en/world_load_save.json @@ -0,0 +1,9 @@ +{ + "GAME_PREV_SAVE_WAS_LOADED1": "The most recently saved game was corrupted.", + "GAME_PREV_SAVE_WAS_LOADED2": "The previously saved game was loaded.", + "GAME_MORE_RECENT_AUTOSAVE1": "The Autosave is more recent than the manual save.", + "GAME_MORE_RECENT_AUTOSAVE2": "Please select the saved game you wish to play:", + "MENU_IO_LOAD_UPDATING_BLOCK_MAPPINGS": "Updating Block Mappings...", + "MENU_LABEL_SAVE_WILL_BE_DELETED": "The selected save file will be deleted.", + "MENU_LABEL_UNSAVED_PROGRESS_WILL_BE_LOST": "Unsaved progress will be lost." +} \ No newline at end of file diff --git a/assets/mods/basegame/locales/en/worldgen.json b/assets/mods/basegame/locales/en/worldgen.json new file mode 100644 index 000000000..a67a67133 --- /dev/null +++ b/assets/mods/basegame/locales/en/worldgen.json @@ -0,0 +1,7 @@ +{ + "MENU_IO_WORLDGEN_CARVING_EARTH": "Carving Earth...", + "MENU_IO_WORLDGEN_PAINTING_GREEN": "Painting Green...", + "MENU_IO_WORLDGEN_GROWING_MINERALS": "Growing Minerals...", + "MENU_IO_WORLDGEN_POSITIONING_ROCKS": "Positioning Rocks...", + "MENU_IO_WORLDGEN_RETICULATING_SPLINES": "Reticulating Splines..." /* reference to the sims series */ +} \ No newline at end of file diff --git a/assets/mods/basegame/locales/koKR/world_load_save.json b/assets/mods/basegame/locales/koKR/world_load_save.json new file mode 100644 index 000000000..b64a559c7 --- /dev/null +++ b/assets/mods/basegame/locales/koKR/world_load_save.json @@ -0,0 +1,9 @@ +{ + "GAME_PREV_SAVE_WAS_LOADED1": "가장 최근에 저장된 게임이 손상되었습니다.", + "GAME_PREV_SAVE_WAS_LOADED2": "이전에 저장된 게임을 불러왔습니다.", + "GAME_MORE_RECENT_AUTOSAVE1": "자동 저장된 게임이 수동으로 저장한 게임보다 더 최신입니다.", + "GAME_MORE_RECENT_AUTOSAVE2": "불러올 게임을 선택해 주십시오.", + "MENU_IO_LOAD_UPDATING_BLOCK_MAPPINGS": "블록 매핑 업데이트 중...", + "MENU_LABEL_SAVE_WILL_BE_DELETED": "선택된 세이브가 삭제됩니다.", + "MENU_LABEL_UNSAVED_PROGRESS_WILL_BE_LOST": "저장하지 않은 진행 상황을 잃게 됩니다." +} \ No newline at end of file diff --git a/assets/mods/basegame/locales/koKR/worldgen.json b/assets/mods/basegame/locales/koKR/worldgen.json new file mode 100644 index 000000000..9a0ef1b81 --- /dev/null +++ b/assets/mods/basegame/locales/koKR/worldgen.json @@ -0,0 +1,7 @@ +{ + "MENU_IO_WORLDGEN_CARVING_EARTH": "땅속을 파내는 중...", + "MENU_IO_WORLDGEN_PAINTING_GREEN": "녹색을 칠하는 중...", + "MENU_IO_WORLDGEN_GROWING_MINERALS": "광물을 키우는 중...", + "MENU_IO_WORLDGEN_POSITIONING_ROCKS": "바위들의 위치 조정 중...", + "MENU_IO_WORLDGEN_RETICULATING_SPLINES": "망상 구조 결합 중..." +} \ No newline at end of file