Skip to content
Open
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
15 changes: 10 additions & 5 deletions src/renderer/i18n/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const zhCN = {
total: '总计',
table: '表 | 表',
view: '视图 | 视图',
materializedView: '实体化视图 | 实体化视图',
materializedView: '物化视图 | 物化视图',
definer: '定义者',
algorithm: '算法',
trigger: '触发器 | 触发器',
Expand All @@ -154,7 +154,7 @@ export const zhCN = {
variables: '变量',
processes: '进程',
database: '数据库',
array: '数据',
array: '数组',
structure: '结构',
row: '行 | 行',
cell: '单元格 | 单元格',
Expand Down Expand Up @@ -213,7 +213,7 @@ export const zhCN = {
updateOption: '更新选项',
deleteView: '删除视图',
createNewView: '创建新视图',
createNewMaterializedView: '创建新实体化视图',
createNewMaterializedView: '创建新物化视图',
deleteTrigger: '删除触发器',
createNewTrigger: '创建新触发器',
currentUser: '当前用户',
Expand Down Expand Up @@ -246,7 +246,7 @@ export const zhCN = {
thereAreNoTableFields: '没有表的字段',
newTable: '新表',
newView: '新视图',
newMaterializedView: '新实体化视图',
newMaterializedView: '新物化视图',
newTrigger: '新触发器',
newRoutine: '新例程',
newFunction: '新函数',
Expand Down Expand Up @@ -392,6 +392,7 @@ export const zhCN = {
ignoreDuplicates: '忽略重复',
wrongImportPassword: '错误的导入密码',
wrongFileFormat: '错误的文件格式',
invalidFile: '无效的文件',
dataImportSuccess: '数据已成功导入',
note: '笔记 | 笔记',
thereAreNoNotesYet: '目前还没有笔记',
Expand All @@ -407,7 +408,11 @@ export const zhCN = {
openNotes: '打开笔记',
debugConsole: '调试控制台',
executedQueries: '执行的查询',
sizeLimitError: '超过 {size} 的最大大小'
sizeLimitError: '超过 {size} 的最大大小',
fullScreen: '全屏',
zoomIn: '放大',
zoomOut: '缩小',
zoomReset: '恢复默认尺寸'
},
faker: { // Faker.js 方法,用于随机生成的内容
address: '地址',
Expand Down