Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/i18n-page-type-helptext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@objectstack/platform-objects": patch
---

i18n(metadata-forms): correct stale page-`type` help text across locales

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).
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export const enMetadataForms: NonNullable<TranslationData['metadataForms']> = {
},
type: {
label: "Type",
helpText: "Page type (record, home, app, dashboard, etc.)"
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."
},
template: {
label: "Template",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export const esESMetadataForms: NonNullable<TranslationData['metadataForms']> =
},
type: {
label: "Tipo",
helpText: "Tipo de página (record, home, app, dashboard, etc.)"
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."
},
template: {
label: "Plantilla",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export const jaJPMetadataForms: NonNullable<TranslationData['metadataForms']> =
},
type: {
label: "型",
helpText: "ページ種別(record, home, app, dashboard など)"
helpText: "ページの種類 — list / record / home / app / utility。リストページの見せ方(grid / kanban / calendar)はページタイプではなく、Interface で設定するビジュアライゼーションです。"
},
template: {
label: "テンプレート",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export const zhCNMetadataForms: NonNullable<TranslationData['metadataForms']> =
},
type: {
label: "类型",
helpText: "页面类型(recordhomeapp、dashboard 等)"
helpText: "页面种类 — list / record / home / app / utility。列表页的展现形式(grid / kanban / calendar)是在 Interface 中设置的可视化,不是页面类型。"
},
template: {
label: "模板",
Expand Down Expand Up @@ -708,7 +708,7 @@ export const zhCNMetadataForms: NonNullable<TranslationData['metadataForms']> =
},
kind: {
label: "模式",
helpText: "页面种类分组(如 record / list / detail)"
helpText: "页面覆盖模式:完整(full)或插槽式(slotted),仅用于记录页。"
},
assignedProfiles: {
label: "指定配置文件",
Expand Down