diff --git a/mateclaw-ui/src/i18n/locales/en-US.ts b/mateclaw-ui/src/i18n/locales/en-US.ts index 592fb674..16c955be 100644 --- a/mateclaw-ui/src/i18n/locales/en-US.ts +++ b/mateclaw-ui/src/i18n/locales/en-US.ts @@ -1,10 +1,10 @@ export default { goalJsonArtifacts: { "title": "Versions and checks", - "scope": "Publish a JSON object, then check each requirement. Each version is immutable, at most 1 MiB, and valid for 24 hours. Publishing does not complete the goal.", + "scope": "Check a suitable current version directly; publish a new version when content needs changing. Each version is immutable, at most 1 MiB, and valid for 24 hours. Publishing does not complete the goal.", "refresh": "Reload versions and checks", "quota": "{count} of 32 versions saved.", - "quotaFull": "The version limit is reached; existing versions are preserved.", + "quotaFull": "The version limit is reached; existing versions are preserved. You can still check a current, unexpired version.", "requirement": "Requirement revision {revision} · Fields: {fields}", "version": "{slot} · version {generation}", "expires": "Expires: {time}", diff --git a/mateclaw-ui/src/i18n/locales/zh-CN.ts b/mateclaw-ui/src/i18n/locales/zh-CN.ts index b8a2cb72..08cae9ef 100644 --- a/mateclaw-ui/src/i18n/locales/zh-CN.ts +++ b/mateclaw-ui/src/i18n/locales/zh-CN.ts @@ -1,10 +1,10 @@ export default { goalJsonArtifacts: { "title": "产物版本与检查", - "scope": "先发布 JSON 对象,再逐项检查。每版不可修改,最多1 MiB、有效期24小时。发布本身不会完成目标。", + "scope": "已有适用版本可直接检查;正文需要修改时再发布新版本。每版不可修改,最多1 MiB、有效期24小时。发布本身不会完成目标。", "refresh": "重新读取版本与检查", "quota": "已保存 {count} / 32 个版本。", - "quotaFull": "已达到版本上限,历史版本会保留。", + "quotaFull": "已达到版本上限,历史版本会保留。仍可检查当前有效版本。", "requirement": "要求修订 {revision} · 字段:{fields}", "version": "{slot} · 版本 {generation}", "expires": "有效期至:{time}",