Commit e5be136
committed
fix(platform-objects): the zh-CN dashboard subtree says what its source says
Four more leaves of `metadataForms.dashboard` described the Studio dashboard
property panel in terms `packages/spec/src/ui/dashboard.form.ts` does not use —
each naming a concept the source omits while dropping one it names:
sections.basics.description 「名称与图标」 -> 「仪表板标识与描述」
sections.widgets.description 「图表、指标、列表等」 -> 「放置在栅格上的卡片与图表」
sections.filters.description 「全局筛选与日期范围」 -> 「应用到所有组件的默认筛选与全局筛选」
fields.header.helpText 「标题、操作按钮与筛选」 -> 「仪表板页眉配置(title、subtitle、actions)」
`basics` promised an icon input, and the dashboard schema declares no icon key
at all (the only `icon` under `dashboard.zod.ts` is per header action) — the
same defect class as the layout leaf this branch already corrected, which
promised a responsive-breakpoint control. The other three swapped which concepts
the section covers: widgets is cards and charts on the grid, not metrics and
lists; filters is default plus global filters across widgets, not the date range
(that is the separate `dateRange` field); and the header carries a subtitle, not
filters.
The replacements reuse this bundle's own established terms and mirror es-ES /
ja-JP, both of which are correct at all five leaves. The two changesets are
consolidated into one so the subtree's correction lands as a single release
note row.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0112hMx9hjJ9BgB28X97DS681 parent 927b427 commit e5be136
3 files changed
Lines changed: 44 additions & 26 deletions
File tree
- .changeset
- packages/platform-objects/src/apps/translations
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
| 894 | + | |
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
902 | | - | |
| 902 | + | |
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| |||
0 commit comments