From 87fc942cdbef7964aaace4a0fcdb0da9555f1caa Mon Sep 17 00:00:00 2001 From: XC <603550500@qq.com> Date: Tue, 7 Oct 2025 13:03:26 +0800 Subject: [PATCH] Update zh locales --- src/i18n/locales/zh.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/i18n/locales/zh.js b/src/i18n/locales/zh.js index dd628373b..01d73d747 100644 --- a/src/i18n/locales/zh.js +++ b/src/i18n/locales/zh.js @@ -13,6 +13,7 @@ const zh = { new: "新建", new_window: "在新标签中打开", open: "打开", + open_recent: "打开最近的图表", save: "保存", save_as: "另存为", save_as_template: "保存为模板", @@ -247,6 +248,27 @@ const zh = { multiselect: "多选", dbml_view: "DBML 视图", tab_view: "标签视图", + label: "标签", + many_side_label: "多(n)侧标签", + version: "版本", + versions: "版本列表", + no_saved_versions: "暂无保存记录", + record_version: "记录版本", + commited_at: "提交于", + read_only: "只读", + continue: "继续", + restore_version: "还原版本", + restore_warning: "还原版本会覆盖所有更改。", + return_to_current: "返回当前图表", + no_changes_to_record: "没有可记录的变更", + click_to_view: "点击查看", + load_more: "加载更多", + clear_cache: "清除版本", + cache_cleared: "版本已清除", + failed_to_record_version: "记录版本失败", + failed_to_load_diagram: "加载图表失败", + see_all: "查看全部", + snap_to_grid: "对齐网格线", }, };