榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
561 B

export default {
second: ['刚刚', '片刻后'],
seconds: ['%d 秒前', '%d 秒后'],
minute: ['大约 1 分钟前', '大约 1 分钟后'],
minutes: ['%d 分钟前', '%d 分钟后'],
hour: ['大约 1 小时前', '大约 1 小时后'],
hours: ['%d 小时前', '%d 小时后'],
day: ['1 天前', '1 天后'],
days: ['%d 天前', '%d 天后'],
month: ['大约 1 个月前', '大约 1 个月后'],
months: ['%d 月前', '%d 月后'],
year: ['大约 1 年前', '大约 1 年后'],
years: ['%d 年前', '%d 年后'],
}