未知(继上次中断)

This commit is contained in:
Cheng Zhou
2026-02-04 10:52:34 +08:00
parent 8e258d21a7
commit 737f84bf54
99 changed files with 5497 additions and 2143 deletions
+47 -8
View File
@@ -65,6 +65,8 @@ export const TEXT = {
input: "请输入",
select: "请选择",
keyword: "输入关键词",
startDate: "开始日期",
endDate: "结束日期",
},
labels: {
attachments: "附件",
@@ -86,6 +88,7 @@ export const TEXT = {
userInitialFallback: "用",
userFallback: "用户",
basicInfo: "基本信息",
allSites: "所有中心",
},
units: {
case: "例",
@@ -309,6 +312,9 @@ export const TEXT = {
alertOk: "项目运行状态良好,所有关键指标均在可控范围内。",
noMilestones: "暂无节点",
progressLabel: "总体进度: {rate}",
notificationsTitle: "通知",
notificationsSubtitle: "文件版本更新将推送在此处",
notificationsEmpty: "暂无通知",
},
financeContracts: {
title: "合同费用",
@@ -420,6 +426,8 @@ export const TEXT = {
attachmentOther: "其他",
attachmentOtherDesc: "上传其他支持性材料",
attachmentOtherEmpty: "暂无其他附件",
unpaid: "未打款",
unverified: "未核销",
uploadHint: "保存后可上传凭证/发票/其他附件",
},
drugShipments: {
@@ -456,7 +464,7 @@ export const TEXT = {
docType: "类型",
currentVersion: "当前版本",
status: "状态",
effectiveAt: "生效时间",
effectiveAt: "更新时间",
updatedAt: "更新",
actions: "操作",
},
@@ -496,7 +504,7 @@ export const TEXT = {
dueAt: "截止日期",
},
tabs: {
versions: "版本时间线",
versions: "版本管理",
distributions: "抄送",
audit: "审计",
},
@@ -592,6 +600,7 @@ export const TEXT = {
title: "参与者管理",
subtitle: "参与者、病史、访视、AE 综合管理",
subjectLabel: "参与者",
screeningNo: "筛选号",
empty: "暂无参与者记录",
},
subjectForm: {
@@ -771,6 +780,11 @@ export const TEXT = {
detailTitle: "项目详情",
basicInfo: "项目基本信息",
filesTitle: "项目通用文件",
lockConfirmPrompt: "请输入“确认锁定”以继续",
lockConfirmTitle: "二次确认",
lockConfirmPlaceholder: "请输入确认锁定",
lockConfirmMismatch: "输入内容不匹配",
lockConfirmMismatchWarning: "输入内容不匹配,已取消锁定",
},
adminProjectMembers: {
title: "项目成员配置(角色仅在当前项目内生效)",
@@ -862,6 +876,7 @@ export const TEXT = {
todayEmpty: "今天暂时没有需要紧急处理的业务事项",
overdueEmpty: "太棒了!目前没有任何逾期待处理的事项",
actionEmpty: "暂无需要您处理的事项",
newLostVisit: "新增失访",
quickEntryTitle: "快捷入口",
enterProject: "进入项目",
quickEmpty: "暂无需要你处理的事项",
@@ -943,13 +958,37 @@ export const TEXT = {
CANCELLED: "已取消",
},
aeSeriousness: {
SERIOUS: "严重",
NON_SERIOUS: "一般",
I: "I",
II: "II",
III: "III",
IV: "IV",
V: "V",
},
aeSeverity: {
MILD: "轻度",
MODERATE: "中度",
SEVERE: "重度",
I: "I",
II: "II",
III: "III",
IV: "IV",
V: "V",
MILD: "I",
MODERATE: "II",
SEVERE: "III",
},
aeCausality: {
: "肯定有关",
: "很可能有关",
: "可能有关",
: "可能无关",
: "无关",
: "待评估",
},
aeOutcome: {
: "痊愈",
: "好转",
: "持续",
: "恶化",
: "死亡",
访: "失访",
},
aeStatus: {
NEW: "新建",
@@ -1053,7 +1092,7 @@ export const TEXT = {
USER: "人员",
},
scopeType: {
GLOBAL: "全局",
GLOBAL: "通用",
SITE: "中心",
DERIVED: "派生",
},