Skip to content

Commit

Permalink
fix(zh-Hans): automated translation updates (#609)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
  • Loading branch information
github-actions[bot] and AutoTranslator authored Jul 30, 2024
1 parent f79607f commit c18e2ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/zh-Hans/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ export default removeUndefinedLocaleResources({
'calendar.action.set-to-current-time': '设置为当前时间',
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
'calendar.action.set-to-time-preset': '{{time}} 在 {{date, datetime}}',
/** Aria label for button to open date picker */
'calendar.button.aria-label': '打开日历',
/** Tooltip content for button to open datetime input */
'calendar.button.tooltip-text': '选择日期',
/** Error message displayed in calendar when entered date is not the correct format */
'calendar.error.must-be-in-format': '必须是以下格式 <Emphasis>{{exampleDate}}</Emphasis>',
/** Month name for April */
Expand Down

0 comments on commit c18e2ee

Please sign in to comment.