mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-17 09:06:06 +09:00
strings moving around
This commit is contained in:
9
assets/mods/basegame/locales/en/world_load_save.json
Normal file
9
assets/mods/basegame/locales/en/world_load_save.json
Normal file
@@ -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."
|
||||
}
|
||||
7
assets/mods/basegame/locales/en/worldgen.json
Normal file
7
assets/mods/basegame/locales/en/worldgen.json
Normal file
@@ -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 */
|
||||
}
|
||||
9
assets/mods/basegame/locales/koKR/world_load_save.json
Normal file
9
assets/mods/basegame/locales/koKR/world_load_save.json
Normal file
@@ -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": "저장하지 않은 진행 상황을 잃게 됩니다."
|
||||
}
|
||||
7
assets/mods/basegame/locales/koKR/worldgen.json
Normal file
7
assets/mods/basegame/locales/koKR/worldgen.json
Normal file
@@ -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": "망상 구조 결합 중..."
|
||||
}
|
||||
Reference in New Issue
Block a user