Skip to content

Commit a8c89d8

Browse files
authored
chore(i18n): update Chinese translations (#255)
1 parent 7865ff8 commit a8c89d8

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

src/main/services/i18n/locales/zh_CN/menu.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@
6666
"format": "格式化",
6767
"previewCode": "预览 HTML 和 CSS",
6868
"previewScreenshot": "生成并预览代码截图",
69-
"previewMarkdown": "预览"
69+
"previewMarkdown": "预览 Markdown",
70+
"fontSizeIncrease": "增加字体大小",
71+
"fontSizeDecrease": "减小字体大小",
72+
"fontSizeReset": "重置字体大小"
7073
},
7174
"markdown": {
7275
"label": "Markdown",
7376
"presentationMode": "演示模式",
7477
"preview": "预览模式"
78+
},
79+
"history": {
80+
"label": "历史记录",
81+
"back": "后退",
82+
"forward": "前进"
7583
}
76-
}
84+
}

src/main/services/i18n/locales/zh_HK/menu.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@
6666
"format": "格式化",
6767
"previewCode": "預覽 HTML 和 CSS",
6868
"previewScreenshot": "生成並預覽代碼截圖",
69-
"previewMarkdown": "預覽"
69+
"previewMarkdown": "預覽",
70+
"fontSizeIncrease": "增加字體大小",
71+
"fontSizeDecrease": "減少字體大小",
72+
"fontSizeReset": "重置字體大小"
7073
},
7174
"markdown": {
7275
"label": "Markdown",
7376
"presentationMode": "演示模式",
7477
"preview": "預覽模式"
78+
},
79+
"history": {
80+
"label": "歷史記錄",
81+
"back": "回上一頁",
82+
"forward": "到下一頁"
7583
}
76-
}
84+
}

src/main/services/i18n/locales/zh_TW/menu.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@
6666
"format": "格式化",
6767
"previewCode": "預覽 HTML 和 CSS",
6868
"previewScreenshot": "生成並預覽程式碼擷圖",
69-
"previewMarkdown": "預覽"
69+
"previewMarkdown": "預覽 Markdown",
70+
"fontSizeIncrease": "增加字體大小",
71+
"fontSizeDecrease": "減少字體大小",
72+
"fontSizeReset": "重置字體大小"
7073
},
7174
"markdown": {
7275
"label": "Markdown",
7376
"presentationMode": "演示模式",
7477
"preview": "預覽模式"
78+
},
79+
"history": {
80+
"label": "歷史記錄",
81+
"back": "回上一頁",
82+
"forward": "到下一頁"
7583
}
76-
}
84+
}

0 commit comments

Comments
 (0)