32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
/*********
|
|
** Generic config UI
|
|
*********/
|
|
// button text at the bottom of the in-game options menu
|
|
"button.mod-options": "모드 옵션",
|
|
|
|
// mod list UI
|
|
"list.editable-heading": "모드 목록",
|
|
"list.not-editable-heading": "타이틀 화면에서 편집:",
|
|
|
|
// mod config pages
|
|
"config.buttons.cancel": "취소",
|
|
"config.buttons.reset-to-default": "기본",
|
|
"config.buttons.save": "저장",
|
|
"config.buttons.save-and-close": "저장 후 닫기",
|
|
|
|
"config.rebind-key.title": "단축키 설정: {{optionName}}",
|
|
"config.rebind-key.simple-instructions": "다시 단축키 설정을 하려면 새로운 키를 입력하세요.",
|
|
"config.rebind-key.combo-instructions": "새로운 키를 입력하여 단축키를 설정하세요.",
|
|
"config.rebind-key.no-key": "(없음)",
|
|
|
|
|
|
/*********
|
|
** Config options for Generic Mod Config Menu itself
|
|
*********/
|
|
"options.open-menu-key.name": "메뉴 오픈 단축키",
|
|
"options.open-menu-key.desc": "메뉴 실행 단축키 설정.",
|
|
"options.scroll-speed.name": "스크롤 속도",
|
|
"options.scroll-speed.desc": "구성 메뉴를 스크롤할 때 이동할 열의 수."
|
|
}
|