@@ -7,7 +7,7 @@ const zhTw = {
7
7
8
8
menu : {
9
9
options : {
10
- title : '選項 ' ,
10
+ title : '設定 ' ,
11
11
pages : {
12
12
system : {
13
13
title : '系統' ,
@@ -24,37 +24,37 @@ const zhTw = {
24
24
title : '語言' ,
25
25
} ,
26
26
resetData : {
27
- title : '清除或還原數據 ' ,
27
+ title : '清除或還原紀錄 ' ,
28
28
options : {
29
29
clearGameSave : '清除所有存檔' ,
30
- resetSettings : '還原默認設定 ' ,
31
- clearAll : '清除所有數據 ' ,
30
+ resetSettings : '還原預設設定 ' ,
31
+ clearAll : '清除所有紀錄 ' ,
32
32
} ,
33
33
dialogs : {
34
34
clearGameSave : '確定要清除存檔嗎' ,
35
- resetSettings : '確定要還原默認設定嗎 ' ,
36
- clearAll : '確定要清除所有數據嗎 ' ,
35
+ resetSettings : '確定要還原預設設定嗎 ' ,
36
+ clearAll : '確定要清除所有紀錄嗎 ' ,
37
37
} ,
38
38
} ,
39
39
gameSave : {
40
- title : '導入或導出存檔與選項 ' ,
40
+ title : '匯入或匯出存檔與設定 ' ,
41
41
options : {
42
- export : '導出存檔與選項 ' ,
43
- import : '導入存檔與選項 ' ,
42
+ export : '匯出存檔與設定 ' ,
43
+ import : '匯入存檔與設定 ' ,
44
44
} ,
45
45
dialogs : {
46
46
import : {
47
- title : '確定要導入存檔與選項嗎 ' ,
48
- tip : '導入存檔 ' ,
49
- error : '存檔解析失敗 ' ,
47
+ title : '確定要匯入存檔與設定嗎 ' ,
48
+ tip : '匯入存檔 ' ,
49
+ error : '存檔匯入失敗 ' ,
50
50
} ,
51
51
} ,
52
52
} ,
53
53
about : {
54
54
title : '關於 WebGAL' ,
55
55
subTitle : 'WebGAL:開源的線上視覺小說製作引擎' ,
56
56
version : '版本號' ,
57
- source : '源代碼倉庫 ' ,
57
+ source : '原始碼倉庫 ' ,
58
58
contributors : '貢獻者' ,
59
59
website : '網站' ,
60
60
} ,
@@ -63,6 +63,13 @@ const zhTw = {
63
63
display : {
64
64
title : '顯示' ,
65
65
options : {
66
+ fullScreen : {
67
+ title : '全螢幕模式' ,
68
+ options : {
69
+ on : '開啟' ,
70
+ off : '關閉' ,
71
+ } ,
72
+ } ,
66
73
textSpeed : {
67
74
title : '文字顯示速度' ,
68
75
options : {
@@ -82,16 +89,17 @@ const zhTw = {
82
89
textFont : {
83
90
title : '文字字體' ,
84
91
options : {
85
- siYuanSimSun : '霞鹜文楷 ' ,
92
+ siYuanSimSun : '思源宋體 ' ,
86
93
SimHei : '黑體' ,
94
+ lxgw : '霞鶩文楷' ,
87
95
} ,
88
96
} ,
89
97
textboxOpacity : {
90
- title : '文本框不透明度 ' ,
98
+ title : '文字方塊不透明度 ' ,
91
99
} ,
92
100
textPreview : {
93
101
title : '文字顯示預覽' ,
94
- text : '現在預覽的是文字框字體大小和播放速度的情況,您可以根據您的觀感調整上面的選項 。' ,
102
+ text : '現在預覽的是文字方塊字體大小和播放速度的情況,您可以根據您的觀感調整上面的設定 。' ,
95
103
} ,
96
104
} ,
97
105
} ,
@@ -102,7 +110,10 @@ const zhTw = {
102
110
vocalVolume : { title : '語音音量' } ,
103
111
bgmVolume : { title : '背景音樂音量' } ,
104
112
seVolume : { title : '音效音量' } ,
105
- uiSeVolume : { title : '用戶界面音效音量' } ,
113
+ uiSeVolume : { title : '介面音效音量' } ,
114
+ voiceOption : { title : '是否中斷語音' } ,
115
+ voiceStop : { title : '停止語音' } ,
116
+ voiceContinue : { title : '繼續語音' } ,
106
117
} ,
107
118
} ,
108
119
// language: {
@@ -120,7 +131,7 @@ const zhTw = {
120
131
title : '讀檔' ,
121
132
} ,
122
133
title : {
123
- title : '標題 ' ,
134
+ title : '主選單 ' ,
124
135
options : {
125
136
load : '' ,
126
137
extra : 'CG模式' ,
@@ -141,7 +152,7 @@ const zhTw = {
141
152
subtitle : 'CONTINUE' ,
142
153
} ,
143
154
options : {
144
- title : '遊戲選項 ' ,
155
+ title : '遊戲設定 ' ,
145
156
subtitle : 'OPTIONS' ,
146
157
} ,
147
158
load : {
@@ -167,9 +178,9 @@ const zhTw = {
167
178
quicklyLoad : '快速讀檔' ,
168
179
save : '存檔' ,
169
180
load : '讀檔' ,
170
- options : '選項 ' ,
171
- title : '標題 ' ,
172
- titleTips : '確認返回到標題界面嗎 ' ,
181
+ options : '設定 ' ,
182
+ title : '主選單 ' ,
183
+ titleTips : '確認返回到主選單嗎 ' ,
173
184
} ,
174
185
} ,
175
186
0 commit comments