Skip to content

Commit 6845d7c

Browse files
Merge pull request #615 from ArlenFuture/patch-1
feat: Update translations and fix typos for better localization
2 parents 8d88572 + 94d4ba8 commit 6845d7c

File tree

1 file changed

+33
-22
lines changed
  • packages/webgal/src/translations

1 file changed

+33
-22
lines changed

packages/webgal/src/translations/zh-tw.ts

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const zhTw = {
77

88
menu: {
99
options: {
10-
title: '選項',
10+
title: '設定',
1111
pages: {
1212
system: {
1313
title: '系統',
@@ -24,37 +24,37 @@ const zhTw = {
2424
title: '語言',
2525
},
2626
resetData: {
27-
title: '清除或還原數據',
27+
title: '清除或還原紀錄',
2828
options: {
2929
clearGameSave: '清除所有存檔',
30-
resetSettings: '還原默認設定',
31-
clearAll: '清除所有數據',
30+
resetSettings: '還原預設設定',
31+
clearAll: '清除所有紀錄',
3232
},
3333
dialogs: {
3434
clearGameSave: '確定要清除存檔嗎',
35-
resetSettings: '確定要還原默認設定嗎',
36-
clearAll: '確定要清除所有數據嗎',
35+
resetSettings: '確定要還原預設設定嗎',
36+
clearAll: '確定要清除所有紀錄嗎',
3737
},
3838
},
3939
gameSave: {
40-
title: '導入或導出存檔與選項',
40+
title: '匯入或匯出存檔與設定',
4141
options: {
42-
export: '導出存檔與選項',
43-
import: '導入存檔與選項',
42+
export: '匯出存檔與設定',
43+
import: '匯入存檔與設定',
4444
},
4545
dialogs: {
4646
import: {
47-
title: '確定要導入存檔與選項嗎',
48-
tip: '導入存檔',
49-
error: '存檔解析失敗',
47+
title: '確定要匯入存檔與設定嗎',
48+
tip: '匯入存檔',
49+
error: '存檔匯入失敗',
5050
},
5151
},
5252
},
5353
about: {
5454
title: '關於 WebGAL',
5555
subTitle: 'WebGAL:開源的線上視覺小說製作引擎',
5656
version: '版本號',
57-
source: '源代碼倉庫',
57+
source: '原始碼倉庫',
5858
contributors: '貢獻者',
5959
website: '網站',
6060
},
@@ -63,6 +63,13 @@ const zhTw = {
6363
display: {
6464
title: '顯示',
6565
options: {
66+
fullScreen: {
67+
title: '全螢幕模式',
68+
options: {
69+
on: '開啟',
70+
off: '關閉',
71+
},
72+
},
6673
textSpeed: {
6774
title: '文字顯示速度',
6875
options: {
@@ -82,16 +89,17 @@ const zhTw = {
8289
textFont: {
8390
title: '文字字體',
8491
options: {
85-
siYuanSimSun: '霞鹜文楷',
92+
siYuanSimSun: '思源宋體',
8693
SimHei: '黑體',
94+
lxgw: '霞鶩文楷',
8795
},
8896
},
8997
textboxOpacity: {
90-
title: '文本框不透明度',
98+
title: '文字方塊不透明度',
9199
},
92100
textPreview: {
93101
title: '文字顯示預覽',
94-
text: '現在預覽的是文字框字體大小和播放速度的情況,您可以根據您的觀感調整上面的選項。',
102+
text: '現在預覽的是文字方塊字體大小和播放速度的情況,您可以根據您的觀感調整上面的設定。',
95103
},
96104
},
97105
},
@@ -102,7 +110,10 @@ const zhTw = {
102110
vocalVolume: { title: '語音音量' },
103111
bgmVolume: { title: '背景音樂音量' },
104112
seVolume: { title: '音效音量' },
105-
uiSeVolume: { title: '用戶界面音效音量' },
113+
uiSeVolume: { title: '介面音效音量' },
114+
voiceOption: { title: '是否中斷語音' },
115+
voiceStop: { title: '停止語音' },
116+
voiceContinue: { title: '繼續語音' },
106117
},
107118
},
108119
// language: {
@@ -120,7 +131,7 @@ const zhTw = {
120131
title: '讀檔',
121132
},
122133
title: {
123-
title: '標題',
134+
title: '主選單',
124135
options: {
125136
load: '',
126137
extra: 'CG模式',
@@ -141,7 +152,7 @@ const zhTw = {
141152
subtitle: 'CONTINUE',
142153
},
143154
options: {
144-
title: '遊戲選項',
155+
title: '遊戲設定',
145156
subtitle: 'OPTIONS',
146157
},
147158
load: {
@@ -167,9 +178,9 @@ const zhTw = {
167178
quicklyLoad: '快速讀檔',
168179
save: '存檔',
169180
load: '讀檔',
170-
options: '選項',
171-
title: '標題',
172-
titleTips: '確認返回到標題界面嗎',
181+
options: '設定',
182+
title: '主選單',
183+
titleTips: '確認返回到主選單嗎',
173184
},
174185
},
175186

0 commit comments

Comments
 (0)