Skip to content

Commit ffc0851

Browse files
committed
Add missing translations in zh.js
1 parent 1a80ac5 commit ffc0851

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/i18n/locales/zh.js

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const zh = {
4646
strict_mode: "严格模式",
4747
field_details: "字段详情",
4848
reset_view: "重置视图",
49+
show_datatype: "显示数据类型",
4950
show_grid: "显示网格",
5051
show_cardinality: "显示关系",
5152
theme: "主题",
@@ -58,13 +59,23 @@ const zh = {
5859
show_timeline: "修改记录",
5960
autosave: "自动保存",
6061
panning: "画布可拖动",
62+
show_relationship_labels: "显示关系标签",
63+
show_debug_coordinates: "显示调试坐标",
64+
transform: "变换",
65+
viewbox: "视图框",
66+
cursor_coordinates: "光标坐标",
67+
coordinate_space: "坐标空间",
68+
coordinate_space_screen: "屏幕",
69+
coordinate_space_diagram: "图表",
6170
table_width: "表格宽度",
6271
language: "语言",
72+
export_saved_data: "导出保存的数据",
6373
flush_storage: "清除存储",
6474
are_you_sure_flush_storage:
6575
"您确定要清除存储吗?此操作将无法恢复地删除您所有的图表和自定义模板。",
6676
storage_flushed: "存储已清空",
6777
help: "帮助",
78+
docs: "文档",
6879
shortcuts: "快捷键",
6980
ask_on_discord: "在 Discord 联系我们",
7081
feedback: "反馈",
@@ -207,6 +218,33 @@ const zh = {
207218
edit_relationship: "{{extra}} 编辑关系 {{refName}}",
208219
delete_relationship: "删除关系 {{refName}}",
209220
not_found: "未找到",
221+
pick_db: "选择数据库",
222+
generic: "通用",
223+
generic_description:
224+
"通用图表可以导出为任何 SQL 格式,但仅支持有限的数据类型。",
225+
enums: "枚举",
226+
add_enum: "添加枚举",
227+
edit_enum: "{{extra}} 编辑枚举 {{enumName}}",
228+
delete_enum: "删除枚举",
229+
enum_w_no_name: "声明了一个没有名称的枚举",
230+
enum_w_no_values: "声明了一个没有值的枚举 '{{enumName}}'",
231+
duplicate_enums: "重复声明了名为 '{{enumName}}' 的枚举",
232+
no_enums: "没有枚举",
233+
no_enums_text: "在此定义您的枚举",
234+
declare_array: "声明数组",
235+
empty_index_name: "在表 '{{tableName}}' 中声明了一个没有名称的索引",
236+
didnt_find_diagram: "哎呀!找不到图表。",
237+
unsigned: "无符号",
238+
share: "分享",
239+
unshare: "取消分享",
240+
copy_link: "复制链接",
241+
readme: "说明文档",
242+
failed_to_load: "加载失败。请确认链接是否正确。",
243+
share_info:
244+
"* 分享此链接不会创建实时协作会话。",
245+
supported_types: "支持的文件类型:",
246+
bulk_update: "批量更新",
247+
multiselect: "多选",
210248
},
211249
};
212250

0 commit comments

Comments
 (0)