-
-
Notifications
You must be signed in to change notification settings - Fork 314
Expand file tree
/
Copy pathko.json
More file actions
54 lines (42 loc) · 3.5 KB
/
ko.json
File metadata and controls
54 lines (42 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
/*********
** Date formatting
*********/
// short date format for SDate
// tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
"generic.date": "{{season}} {{day}}일",
"generic.date-with-year": "{{year}}년차 {{season}} {{day}}일",
/*********
** Generic Mod Config Menu UI
*********/
// 'SMAPI features' section
"config.section.features": "SMAPI 기능",
"config.check-for-updates.name": "업데이트 확인",
"config.check-for-updates.desc": "게임 실행 시 SMAPI와 모드의 최신 버전을 자동으로 확인할지 여부입니다. 새로운 버전이 있을 경우 콘솔에 알림이 표시됩니다. 이 과정은 백그라운드에서 진행되므로 인터넷 연결이 느리거나 오프라인 상태여도 로딩 시간에는 영향을 주지 않습니다.",
"config.check-content-integrity.name": "콘텐츠 무결성 확인",
"config.check-content-integrity.desc": "게임 콘텐츠 파일이 존재하며 수정되지 않았는지 SMAPI가 확인할지 여부입니다. 대부분의 경우 항상 활성화하는 것이 좋습니다. 비활성화하면 문제 해결 시 참고할 수 있도록 SMAPI가 경고를 기록합니다.",
"config.read-console-input.name": "콘솔 입력 읽기",
"config.read-console-input.desc": "SMAPI가 콘솔 입력을 수신할지 여부입니다. 비활성화하면 콘솔 명령어를 사용할 수 없습니다. 일부 특정 Linux 시스템에서는 비활성화 시 CPU 사용량이 줄어들 수 있습니다.",
// 'Console window' section
"config.section.console-window": "콘솔 창",
"config.developer-mode.name": "개발자 모드",
"config.developer-mode.desc": "SMAPI 콘솔 창에 더 많은 정보를 표시할지 여부입니다. 주로 모드 개발자를 위한 기능이며 일반 플레이어에게는 권장되지 않습니다.",
"config.color-scheme.name": "색상 테마",
"config.color-scheme.desc": "SMAPI 콘솔 창 텍스트에 적용할 색상 테마입니다. 게임, 모드, SMAPI 로그 파일에는 영향을 주지 않습니다.",
"config.color-scheme.options.AutoDetect": "자동 감지",
"config.color-scheme.options.AutoDetect.on-windows": "자동 감지 (권장)",
"config.color-scheme.options.DarkBackground": "밝은 글씨 (어두운 배경용)",
"config.color-scheme.options.LightBackground": "어두운 글씨 (밝은 배경용)",
"config.color-scheme.options.None": "색상 없음",
// 'Verbose logging' section
"config.section.verbose-logs": "상세 로그",
"config.section.verbose-logs.explanation": "문제 해결을 돕기 위해 SMAPI와 여러 모드는 SMAPI 로그에 추가 정보를 기록할 수 있습니다(이를 '상세 로그'라고 합니다). 성능에 영향을 줄 수 있으므로 특별한 경우가 아니라면 비활성화하는 것이 좋습니다.",
"config.enable-for.name": "활성화 대상",
"config.enable-for.desc": "상세 로그를 활성화할 모드를 선택하세요.",
"config.enable-for.options.all": "모두 (권장하지 않음)",
"config.enable-for.options.selected": "아래에서 선택한 모드",
"config.enable-for-smapi.name": "SMAPI",
"config.enable-for-smapi.desc": "SMAPI 자체에 대해 상세 로그를 활성화할지 여부입니다.",
"config.enable-for-mod.name": "{{modName}}",
"config.enable-for-mod.desc": "'{{modName}}' 모드에 대해 상세 로그를 활성화할지 여부입니다."
}