优化顶栏导航与登录请求体验

This commit is contained in:
Cheng Zhou
2026-06-17 17:22:22 +08:00
parent 061792c73f
commit 53249daf8d
9 changed files with 1479 additions and 203 deletions
+15
View File
@@ -2,6 +2,9 @@ export const TEXT = {
common: {
appName: "CTMS",
fallback: "—",
separators: {
dot: "·",
},
loading: "加载中",
actions: {
add: "新增",
@@ -88,6 +91,18 @@ export const TEXT = {
userFallback: "用户",
basicInfo: "基本信息",
allSites: "所有中心",
locked: "已锁定",
phase: "分期",
plannedSites: "中心",
plannedEnrollment: "入组",
dataUpdatedAt: "数据",
projectReminders: "提醒",
projectRemindersSubtitle: "逾期与风险提示",
projectRemindersEmpty: "暂无逾期风险",
overdueAes: "逾期 AE",
overdueAesDesc: "需关注安全性事件处理时效",
overdueMonitoringIssues: "逾期监查问题",
overdueMonitoringIssuesDesc: "需跟进问题关闭与整改",
yes: "是",
no: "否",
},