43 lines
3.5 KiB
JSON
43 lines
3.5 KiB
JSON
{
|
||
"test{0}": "英文本地化{0}",
|
||
"RequiredAttribute": "{0} is required",
|
||
|
||
// SiteSurvey 服务--------------------------------------------------------------------------------------------------------------------------
|
||
|
||
// TrialSiteEquipmentSurveyService
|
||
"CPMNotOperation": "CPM/APM Disallow operation", //CPM/APM 不允许操作
|
||
"IsLockNotOperation": "The operation cannot be performed if it is locked", //已锁定 不允许操作
|
||
|
||
// TrialSiteSurveyService
|
||
"ValidationEmail": "Please input a legal email", // 验证邮箱
|
||
"ValidationPhone": "Please input a legal phone", // 验证手机号
|
||
"SiteNotExistUpdateDisable": "The project Site does not have the survey record of the handover person, so it is not allowed to choose to update", // site不存在禁止更新
|
||
"RecordLockUpdateDisable": "Your record is not locked, you are not allowed to choose to update, if submitted, can be rejected after operation", //记录锁定禁止更新
|
||
"SiteLockUpdateDisableOther": "At the current Site, your survey record has been locked, and it is not allowed to update other people's email survey record", //Site锁定禁止更新其他人
|
||
"SiteLockUpdateDisableSelf": "At the current Site, your survey record has been locked, and there are other unlocked records, so you are not allowed to update your own survey record", //Site锁定禁止更新自己
|
||
"SiteLockUpdateDisableEmail": "当前Site 存在未锁定的调研记录,不允许更新已锁定邮箱的调研记录", //Site锁定禁止更新邮箱调研记录
|
||
"EmailNotLatestDisableEmail{0}": "该邮箱{0}对应的调查表不是最新锁定的记录,不允许更新!", //邮箱调研表不是最新 不允许更新
|
||
"SiteExistOtherUpdateDisable": "该Site下已经有其他用户已填写的调研表,您不被允许继续填写", //存在其他用户调研表不允许填写
|
||
"IsLockUpdateDisable": "已锁定,不允许操作", //已锁定,不允许操作
|
||
"OnlyAbolishNotFiled": "只允许废除未提交的记录", //只允许废除未提交的记录
|
||
"AdminOperateDisable": "不允许Admin操作", // 不允许Admin操作
|
||
"UserWrongNotSubmit": "人员信息有不正确项,不允许提交", // 人员信息有不正确项,不允许提交
|
||
"FillInTheType": "请填写生成账号的类型。人员姓名{0}", // 请填写生成账号的类型。人员姓名
|
||
|
||
// TrialSiteUserSurveyService
|
||
"InfoInconformity": "该用户在系统中账户名为:{0} ,与填写信息存在不一致项, 现将界面信息修改为与系统一致,可进行保存", // 信息不一致 修改一致进行保存
|
||
|
||
|
||
// TrialSiteUser 服务------------------------------------------------------------------------------------------------------------
|
||
|
||
// TrialConfigService
|
||
"NoDataDound": "未在系统中找到该签名场景的数据", //未在系统中找到该签名场景的数据
|
||
"PasswordError": "password error", //密码错误
|
||
"UserBeDisabled": "The user has been disabled!",
|
||
"ProjSetDisable": "项目不在Initializing/Ongoing,不允许确认配置", //不允许确认配置
|
||
"QCRepate": "QC问题显示序号不允许重复", // QC问题显示序号不允许重复
|
||
"ParentNumToLow": "父问题的序号要比子问题序号小,请确认", // 父问题的序号要比子问题序号小,请确认
|
||
"ExistUnconfirmedItems": "项目、基础配置、流程配置、加急配置、访视计划,有未确认项", // 存在未确认项
|
||
"NotAllCanOperate": "only in Initializing or Ongoing State can operate" //只有“初始化中”和“正在进行中”才能进行操作
|
||
}
|