From 3c71ee9d7b03d474b6d18267a250b67ff731c8a5 Mon Sep 17 00:00:00 2001 From: taosin Date: Wed, 12 Feb 2025 16:43:44 +0800 Subject: [PATCH] chore: update i18n chinese (#4400) --- web/src/components/HomeSidebar/TagsSection.tsx | 2 +- web/src/components/Settings/StorageSection.tsx | 2 +- web/src/locales/en.json | 6 ++++-- web/src/locales/zh-Hans.json | 6 ++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/web/src/components/HomeSidebar/TagsSection.tsx b/web/src/components/HomeSidebar/TagsSection.tsx index 84ee0b5e..b7057b37 100644 --- a/web/src/components/HomeSidebar/TagsSection.tsx +++ b/web/src/components/HomeSidebar/TagsSection.tsx @@ -58,7 +58,7 @@ const TagsSection = (props: Props) => {
- Tree mode + {t("common.tree-mode")} setTreeMode(event.target.checked)} />
diff --git a/web/src/components/Settings/StorageSection.tsx b/web/src/components/Settings/StorageSection.tsx index 44aa6219..8f62aa29 100644 --- a/web/src/components/Settings/StorageSection.tsx +++ b/web/src/components/Settings/StorageSection.tsx @@ -146,7 +146,7 @@ const StorageSection = () => { {workspaceStorageSetting.storageType !== WorkspaceStorageSetting_StorageType.DATABASE && (
- Filepath template + {t("setting.storage-section.filepath-template")}