feat(i18n): 增强生理周期模块的国际化支持,添加多语言格式和翻译
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
export const menstrual = {
|
||||
dateFormatShort: 'M月D日',
|
||||
dateFormats: {
|
||||
monthTitle: 'M月',
|
||||
monthSubtitle: 'YYYY年',
|
||||
},
|
||||
weekdays: ['一', '二', '三', '四', '五', '六', '日'],
|
||||
today: '今天',
|
||||
legend: {
|
||||
period: '经期',
|
||||
predictedPeriod: '预测经期',
|
||||
fertile: '排卵期',
|
||||
ovulation: '排卵日',
|
||||
},
|
||||
actions: {
|
||||
markPeriod: '标记经期',
|
||||
cancelMark: '取消标记',
|
||||
},
|
||||
card: {
|
||||
title: '生理周期',
|
||||
syncingState: '同步中',
|
||||
|
||||
Reference in New Issue
Block a user