Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
Add missing translations for Simplified Chinese (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: erick <erick_zh@163.com>
  • Loading branch information
zhangyw49 and erick authored Apr 14, 2020
1 parent 3b0baae commit 6c807f2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/i18n/translations/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const translationsZh: Partial<Translations> = {
// Menu (app-specific)
"export": "导出",
"export-to-format": "导出为{format}",
"go-to-date": "跳转到",
"go-to-today": "回到今天",
"import": "导入",
"import-from-format": "从{format}导入",
"license": "许可协议",
Expand All @@ -40,6 +42,7 @@ const translationsZh: Partial<Translations> = {
"previous-day": "向前1天",
"previous-month": "向前1月",
"privacy-policy": "隐私条款",
"statistics": "统计数据",
"website": "官网",

// Weekdays
Expand Down Expand Up @@ -77,7 +80,13 @@ const translationsZh: Partial<Translations> = {
"allow-future-entries": "允许创建将来的条目",
"auto": "自动",
"diary-entries": "日记条目",
"first-day-of-week": "一周的第一天",
"first-day-of-week": "一周的首日",
"no": "No",
"ok": "OK",
"reset-diary": "重置日记本",
"reset-diary-confirm": "是的,我确定",
"reset-diary-msg": "你确定要重置日记本吗?重置将会删除你的所有内容,并且不能被恢复!",


// Password and directory
"change-directory": "更改路径",
Expand Down

0 comments on commit 6c807f2

Please sign in to comment.