Skip to content

Commit d3ec3ff

Browse files
os-zhuangclaude
andcommitted
fix(i18n): correct stale page-type help text in metadata-form bundles
The page `type` field help text listed `dashboard` (and implied grid/kanban/ calendar) as page types — wrong after the ADR-0047 page-type cleanup, where those are visualizations under Interface, not page kinds. Updated en/zh-CN/ ja-JP/es-ES to "page kind — list/record/home/app/utility; visualizations live under Interface", and fixed the stale zh-CN `kind` help text (record-page override mode, not "record/list/detail"). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1a4f079 commit d3ec3ff

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@objectstack/platform-objects": patch
3+
---
4+
5+
i18n(metadata-forms): correct stale page-`type` help text across locales
6+
7+
The page `type` field help text still described page types as "record, home, app, dashboard …" — listing `dashboard` (and implying grid/kanban/calendar) as page types, which is wrong after the ADR-0047 page-type cleanup: those are visualizations configured under Interface, not page kinds. Updated en / zh-CN / ja-JP / es-ES to "page kind — list / record / home / app / utility; visualizations live under Interface". Also fixed the stale zh-CN `kind` help text (it described "record / list / detail" instead of the record-page override mode).

packages/platform-objects/src/apps/translations/en.metadata-forms.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const enMetadataForms: NonNullable<TranslationData['metadataForms']> = {
680680
},
681681
type: {
682682
label: "Type",
683-
helpText: "Page type (record, home, app, dashboard, etc.)"
683+
helpText: "Page kind — list / record / home / app / utility. How a list page looks (grid / kanban / calendar) is a visualization set under Interface, not a page type."
684684
},
685685
template: {
686686
label: "Template",

packages/platform-objects/src/apps/translations/es-ES.metadata-forms.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const esESMetadataForms: NonNullable<TranslationData['metadataForms']> =
680680
},
681681
type: {
682682
label: "Tipo",
683-
helpText: "Tipo de página (record, home, app, dashboard, etc.)"
683+
helpText: "Tipo de página: list / record / home / app / utility. Cómo se ve una página de lista (grid / kanban / calendar) es una visualización configurada en Interface, no un tipo de página."
684684
},
685685
template: {
686686
label: "Plantilla",

packages/platform-objects/src/apps/translations/ja-JP.metadata-forms.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const jaJPMetadataForms: NonNullable<TranslationData['metadataForms']> =
680680
},
681681
type: {
682682
label: "型",
683-
helpText: "ページ種別(record, home, app, dashboard など)"
683+
helpText: "ページの種類 — list / record / home / app / utility。リストページの見せ方(grid / kanban / calendar)はページタイプではなく、Interface で設定するビジュアライゼーションです。"
684684
},
685685
template: {
686686
label: "テンプレート",

packages/platform-objects/src/apps/translations/zh-CN.metadata-forms.generated.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const zhCNMetadataForms: NonNullable<TranslationData['metadataForms']> =
680680
},
681681
type: {
682682
label: "类型",
683-
helpText: "页面类型(recordhomeapp、dashboard 等)"
683+
helpText: "页面种类 — list / record / home / app / utility。列表页的展现形式(grid / kanban / calendar)是在 Interface 中设置的可视化,不是页面类型。"
684684
},
685685
template: {
686686
label: "模板",
@@ -708,7 +708,7 @@ export const zhCNMetadataForms: NonNullable<TranslationData['metadataForms']> =
708708
},
709709
kind: {
710710
label: "模式",
711-
helpText: "页面种类分组(如 record / list / detail)"
711+
helpText: "页面覆盖模式:完整(full)或插槽式(slotted),仅用于记录页。"
712712
},
713713
assignedProfiles: {
714714
label: "指定配置文件",

0 commit comments

Comments
 (0)