From 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期二, 06 五月 2025 18:49:19 +0800
Subject: [PATCH] 提交中英文
---
src/utils/i18n/locales/common/index.js | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/src/utils/i18n/locales/common/index.js b/src/utils/i18n/locales/common/index.js
index 16ed4c1..d15fd0c 100644
--- a/src/utils/i18n/locales/common/index.js
+++ b/src/utils/i18n/locales/common/index.js
@@ -2,6 +2,8 @@
topNav: {
center: "涓汉涓績",
logout: "閫�鍑虹櫥褰�",
+ zh: "涓枃",
+ en: "鑻辨枃",
},
common: {
import: "瀵煎叆",
@@ -13,15 +15,18 @@
showSearch: "鏄剧ず鎼滅储",
refresh: "鍒锋柊",
column: "鏄鹃殣鍒�",
- edit:"缂栬緫",
- save:"淇濆瓨",
- cancel:"鍙栨秷"
- }
+ edit: "缂栬緫",
+ save: "淇濆瓨",
+ cancel: "鍙栨秷",
+ placeholder:"璇疯緭鍏�"
+ },
};
export const en = {
topNav: {
center: "Personal Center",
logout: "Logout",
+ zh: "Chinese",
+ en: "English",
},
common: {
import: "Import",
@@ -33,8 +38,9 @@
showSearch: "Display search",
refresh: "Refresh",
column: "Explicit implicit column",
- edit:"Edit",
- save:"Save",
- cancel:"Cancel"
+ edit: "Edit",
+ save: "Save",
+ cancel: "Cancel",
+ placeholder:"Please enter the "
},
-};
\ No newline at end of file
+};
--
Gitblit v1.9.3