53 lines
1.5 KiB
TypeScript
53 lines
1.5 KiB
TypeScript
export const menstrual = {
|
||
dateFormatShort: 'M月D日',
|
||
dateFormats: {
|
||
monthTitle: 'M月',
|
||
monthSubtitle: 'YYYY年',
|
||
},
|
||
weekdays: ['一', '二', '三', '四', '五', '六', '日'],
|
||
today: '今天',
|
||
legend: {
|
||
period: '经期',
|
||
predictedPeriod: '预测经期',
|
||
fertile: '排卵期',
|
||
ovulation: '排卵日',
|
||
},
|
||
actions: {
|
||
markPeriod: '标记经期',
|
||
cancelMark: '取消标记',
|
||
},
|
||
card: {
|
||
title: '生理周期',
|
||
syncingState: '同步中',
|
||
syncingDesc: '正在读取经期数据…',
|
||
emptyState: '待记录',
|
||
emptyDesc: '点击记录本次经期',
|
||
periodState: '经期',
|
||
predictedPeriodState: '预测经期',
|
||
periodEndToday: '预计今日结束({{date}})',
|
||
periodEndPrefix: '预计',
|
||
periodEndSuffix: '天后结束({{date}})',
|
||
fertileState: '排卵期',
|
||
fertileToday: '今天进入排卵期',
|
||
fertileCountdownPrefix: '还有',
|
||
fertileCountdownSuffix: '天进入排卵期',
|
||
ovulationState: '排卵日',
|
||
ovulationToday: '今天是排卵日',
|
||
ovulationCountdownPrefix: '距离排卵日',
|
||
ovulationCountdownSuffix: '天',
|
||
nextPeriodPrefix: '距离下次月经',
|
||
nextPeriodSuffix: '天',
|
||
},
|
||
screen: {
|
||
header: '生理周期',
|
||
tabs: {
|
||
cycle: '生理周期',
|
||
analysis: '分析',
|
||
},
|
||
analysis: {
|
||
title: '分析',
|
||
description: '基于最近 6 个周期的记录,计算平均经期和周期长度,后续会展示趋势和预测准确度。',
|
||
},
|
||
},
|
||
};
|