feat[Datasource]:add summary refresh (#1433)

Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
Aries-ckt
2024-04-20 10:04:12 +08:00
committed by GitHub
parent 57be1ece18
commit b49b07f011
175 changed files with 61020 additions and 1494 deletions

View File

@@ -219,6 +219,7 @@ const en = {
operators: 'Operators',
Chinese: 'Chinese',
English: 'English',
refreshSuccess: 'Refresh Success',
} as const;
export type I18nKeys = keyof typeof en;
@@ -444,6 +445,7 @@ const zh: Resources['translation'] = {
operators: '算子',
Chinese: '中文',
English: '英文',
refreshSuccess: '刷新成功',
} as const;
i18n.use(initReactI18next).init({