Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chinese language #293

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/localization/locales/ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"pages": {
"home": "主页",
"navigator": "导航仪",
"navigator": "导航",
"dashboard": "仪表板",
"notes": "笔记",
"settings": "设置",
Expand Down Expand Up @@ -196,7 +196,7 @@
"noteGroups": "笔记分组",
"ungroup": "取消分组",
"changeColor": "更换颜色",
"moveNoteToTrash": "将笔记移至垃圾桶"
"moveNoteToTrash": "将笔记移至回收站"
},
"noteEditor": {
"searchSelectionInGoogle": "在谷歌中搜索选择",
Expand Down Expand Up @@ -555,7 +555,7 @@
},
"settingsTags": {
"language": "语言",
"uiScaling": "ui, scaling, scale size, zoom, interface, font, magnify",
"uiScaling": "ui, scaling, scale, size, zoom, interface, font, magnify",
"updates": "更新,版本,应用程序",
"appProperties": "启动,启动,启动,登录",
"windowControls": "窗口、控件、最小化、关闭、恢复、隐藏、托盘、内存、内存、应用程序、性能",
Expand Down Expand Up @@ -901,7 +901,7 @@
"shortcutEditor": "快捷键编辑器",
"shortcut": "快捷键",
"shortcutIsACombination": "快捷键是组合",
"modifierKeys": "1-4 个修饰键:[Ctrl、Alt、Shift、Meta]",
"modifierKeys": "1-4 个功能键:[Ctrl、Alt、Shift、Meta]",
"regularKey": "1个普通键",
"examples": "例子",
"ctrlShiftSpace": "Ctrl + Shift + 空格键",
Expand Down Expand Up @@ -1077,13 +1077,13 @@
"trashCurrentDir": {
"title": "正在删除当前目录",
"description": "选中的项目包括当前打开的目录。",
"confirm": "如果这是您的意图并且您想把它放入垃圾桶,请确认。",
"confirm": "如果这是您的意图并且您想把它放入回收站,请确认。",
"trash": "删除"
},
"trashProtected": {
"title": "正在删除受保护的项目",
"description": "选中的项目包括 {count} 个受保护的项目。",
"confirm": "如果您想将它们放入垃圾桶,请确认。",
"confirm": "如果您想将它们放入回收站,请确认。",
"trashUnprotected": "删除未受保护的",
"trashAll": "全部删除"
},
Expand Down Expand Up @@ -1162,12 +1162,12 @@
"errorTrashItems": "错误:已删除的项目",
"errorDeleteItems": "错误:删除项目",
"failedToTrashSomeItems": "无法丢弃某些物品",
"trashed": "垃圾桶",
"trashed": "已放入回收站",
"deleted": "已删除",
"removedNItemsOfTotal": "{removedAmount} 的 {totalAmount}",
"trashedNItemsOfTotal": "垃圾桶 {removedAmount} 的 {totalAmount} 项目",
"trashedNItemsOfTotal": "已将 {totalAmount} 项目中的 {removedAmount} 个放入回收站",
"deletedNItemsOfTotal": "已删除 {removedAmount} 的 {totalAmount} 项目",
"trashedNItems": "垃圾桶 {totalAmount} 项目",
"trashedNItems": "已将 {totalAmount} 个项目放入回收站",
"deletedNItems": "已删除 {totalAmount} 项目",
"couldNotTrash": "无法丢弃",
"failedToDeleteSomeItems": "无法删除某些项目",
Expand Down Expand Up @@ -1413,7 +1413,7 @@
"closedCaptions": "内嵌字幕",
"protectedItemsShort": "受保护",
"pinnedItemsShort": "固定的",
"freeOf": "自由于",
"freeOf": "可用,共",
"terminal": "终端",
"conflict": "冲突"
}