From c18e2eebd12cd6e89c9b4b11b6bf0d7f57b28602 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:46:13 +0000 Subject: [PATCH] fix(zh-Hans): automated translation updates (#609) Co-authored-by: AutoTranslator --- locales/zh-Hans/src/studio.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/zh-Hans/src/studio.ts b/locales/zh-Hans/src/studio.ts index 6552a71d4..9f80077e2 100644 --- a/locales/zh-Hans/src/studio.ts +++ b/locales/zh-Hans/src/studio.ts @@ -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': '必须是以下格式 {{exampleDate}}', /** Month name for April */