fix(autopilots): clarify Chinese schedule day-pattern labels (MUL-4927)#5576
Merged
Conversation
Co-authored-by: multica-agent <github@multica.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… (MUL-4927) Co-authored-by: multica-agent <github@multica.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves the Chinese wording of the autopilot schedule editor's day-pattern selector (from #5457). The previous copy was semantically vague:
日子was colloquial and unclear.按星期("by week") was hard to understand.New wording aligns with how iOS/Google/飞书 calendars label recurrence in Chinese, and keeps the option set short and parallel:
schedule_editor.days_labelschedule_editor.days_everyschedule_editor.days_weeklyschedule_editor.days_monthlyschedule_editor.a11y.day_pattern每周reveals the weekday chips and每月reveals the day-of-month field, so the short labels stay unambiguous in context. Onlyzh-Hansvalues changed; keys are untouched.Testing
zh-Hans/autopilots.jsonvalidated as well-formed JSON.parity.test.tskey-parity check betweenenandzh-Hansautopilots bundles (348 keys each, no missing/extra) — value-only edits keep parity intact.