fix(ui): explain managed JSON version reuse at quota

This commit is contained in:
mateaix 2026-09-15 02:04:15 +08:00
parent adfcf5a4be
commit e1e25d41b6
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
export default { export default {
goalJsonArtifacts: { goalJsonArtifacts: {
"title": "Versions and checks", "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", "refresh": "Reload versions and checks",
"quota": "{count} of 32 versions saved.", "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}", "requirement": "Requirement revision {revision} · Fields: {fields}",
"version": "{slot} · version {generation}", "version": "{slot} · version {generation}",
"expires": "Expires: {time}", "expires": "Expires: {time}",

View File

@ -1,10 +1,10 @@
export default { export default {
goalJsonArtifacts: { goalJsonArtifacts: {
"title": "产物版本与检查", "title": "产物版本与检查",
"scope": "先发布 JSON 对象,再逐项检查。每版不可修改最多1 MiB、有效期24小时。发布本身不会完成目标。", "scope": "已有适用版本可直接检查;正文需要修改时再发布新版本。每版不可修改最多1 MiB、有效期24小时。发布本身不会完成目标。",
"refresh": "重新读取版本与检查", "refresh": "重新读取版本与检查",
"quota": "已保存 {count} / 32 个版本。", "quota": "已保存 {count} / 32 个版本。",
"quotaFull": "已达到版本上限,历史版本会保留。", "quotaFull": "已达到版本上限,历史版本会保留。仍可检查当前有效版本。",
"requirement": "要求修订 {revision} · 字段:{fields}", "requirement": "要求修订 {revision} · 字段:{fields}",
"version": "{slot} · 版本 {generation}", "version": "{slot} · 版本 {generation}",
"expires": "有效期至:{time}", "expires": "有效期至:{time}",