File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const zh = {
13
13
new : "新建" ,
14
14
new_window : "在新标签中打开" ,
15
15
open : "打开" ,
16
+ open_recent : "打开最近的图表" ,
16
17
save : "保存" ,
17
18
save_as : "另存为" ,
18
19
save_as_template : "保存为模板" ,
@@ -249,6 +250,27 @@ const zh = {
249
250
multiselect : "多选" ,
250
251
dbml_view : "DBML 视图" ,
251
252
tab_view : "标签视图" ,
253
+ label : "标签" ,
254
+ many_side_label : "多(n)侧标签" ,
255
+ version : "版本" ,
256
+ versions : "版本列表" ,
257
+ no_saved_versions : "暂无保存记录" ,
258
+ record_version : "记录版本" ,
259
+ commited_at : "提交于" ,
260
+ read_only : "只读" ,
261
+ continue : "继续" ,
262
+ restore_version : "还原版本" ,
263
+ restore_warning : "还原版本会覆盖所有更改。" ,
264
+ return_to_current : "返回当前图表" ,
265
+ no_changes_to_record : "没有可记录的变更" ,
266
+ click_to_view : "点击查看" ,
267
+ load_more : "加载更多" ,
268
+ clear_cache : "清除版本" ,
269
+ cache_cleared : "版本已清除" ,
270
+ failed_to_record_version : "记录版本失败" ,
271
+ failed_to_load_diagram : "加载图表失败" ,
272
+ see_all : "查看全部" ,
273
+ snap_to_grid : "对齐网格线" ,
252
274
} ,
253
275
} ;
254
276
You can’t perform that action at this time.
0 commit comments