Skip to content

Commit

Permalink
fix(module:i18n): add missing translations to zh_TW (#8950)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyLemonLin authored Dec 27, 2024
1 parent 1b7ab5a commit 9607e11
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions components/i18n/languages/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,17 @@ export default {
weekPlaceholder: '請選擇周',
rangeYearPlaceholder: ['開始年份', '結束年份'],
rangeMonthPlaceholder: ['開始月份', '結束月份'],
rangeWeekPlaceholder: ['開始周', '結束周']
rangeWeekPlaceholder: ['開始周', '結束周'],
rangeQuarterPlaceholder: ['開始季度', '結束季度']
},
timePickerLocale: {
placeholder: '請選擇時間'
placeholder: '請選擇時間',
rangePlaceholder: ['開始時間', '結束時間']
}
},
TimePicker: {
placeholder: '請選擇時間'
placeholder: '請選擇時間',
rangePlaceholder: ['開始時間', '結束時間']
},
Calendar: {
lang: {
Expand Down Expand Up @@ -98,12 +101,12 @@ export default {
monthPlaceholder: '請選擇月份',
weekPlaceholder: '請選擇周',
rangeYearPlaceholder: ['開始年份', '結束年份'],
rangeQuarterPlaceholder: ['開始季度', '結束季度'],
rangeMonthPlaceholder: ['開始月份', '結束月份'],
rangeWeekPlaceholder: ['開始周', '結束周']
},
timePickerLocale: {
placeholder: '請選擇時間'
placeholder: '請選擇時間',
rangePlaceholder: ['開始時間', '結束時間']
}
},
global: {
Expand All @@ -123,6 +126,8 @@ export default {
triggerDesc: '點擊降序',
triggerAsc: '點擊升序',
cancelSort: '取消排序',
filterCheckall: '全選',
filterSearchPlaceholder: '在篩選項中搜尋',
selectNone: '清空所有'
},
Modal: {
Expand Down Expand Up @@ -169,5 +174,19 @@ export default {
},
Image: {
preview: '預覽'
},
CronExpression: {
cronError: 'cron 表達式不合法',
second: '秒',
minute: '分',
hour: '時',
day: '日',
month: '月',
week: '週'
},
QRCode: {
expired: '二維條碼已過期',
refresh: '點擊刷新',
scanned: '已掃描'
}
};

0 comments on commit 9607e11

Please sign in to comment.