@formatjs/intl-relativetimeformat
Version:
Formats JavaScript dates to relative time strings.
265 lines (264 loc) • 5.01 kB
JavaScript
/* @generated */
// prettier-ignore
if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
Intl.RelativeTimeFormat.__addLocaleData({
"data": {
"day": {
"-1": "尋日",
"-2": "前天",
"0": "今日",
"1": "聽日",
"2": "後天",
"future": {
"other": "{0} 日後"
},
"past": {
"other": "{0} 日前"
}
},
"day-narrow": {
"-1": "尋日",
"-2": "前天",
"0": "今日",
"1": "聽日",
"2": "後天",
"future": {
"other": "{0} 日後"
},
"past": {
"other": "{0} 日前"
}
},
"day-short": {
"-1": "尋日",
"-2": "前天",
"0": "今日",
"1": "聽日",
"2": "後天",
"future": {
"other": "{0} 日後"
},
"past": {
"other": "{0} 日前"
}
},
"hour": {
"0": "呢個小時",
"future": {
"other": "{0} 小時後"
},
"past": {
"other": "{0} 小時前"
}
},
"hour-narrow": {
"0": "呢個小時",
"future": {
"other": "{0} 小時後"
},
"past": {
"other": "{0} 小時前"
}
},
"hour-short": {
"0": "呢個小時",
"future": {
"other": "{0} 小時後"
},
"past": {
"other": "{0} 小時前"
}
},
"minute": {
"0": "呢分鐘",
"future": {
"other": "{0} 分鐘後"
},
"past": {
"other": "{0} 分鐘前"
}
},
"minute-narrow": {
"0": "呢分鐘",
"future": {
"other": "{0} 分鐘後"
},
"past": {
"other": "{0} 分鐘前"
}
},
"minute-short": {
"0": "呢分鐘",
"future": {
"other": "{0} 分鐘後"
},
"past": {
"other": "{0} 分鐘前"
}
},
"month": {
"-1": "上個月",
"0": "今個月",
"1": "下個月",
"future": {
"other": "{0} 個月後"
},
"past": {
"other": "{0} 個月前"
}
},
"month-narrow": {
"-1": "上個月",
"0": "今個月",
"1": "下個月",
"future": {
"other": "{0} 個月後"
},
"past": {
"other": "{0} 個月前"
}
},
"month-short": {
"-1": "上個月",
"0": "今個月",
"1": "下個月",
"future": {
"other": "{0} 個月後"
},
"past": {
"other": "{0} 個月前"
}
},
"nu": [
"latn"
],
"quarter": {
"-1": "上一季",
"0": "今季",
"1": "下一季",
"future": {
"other": "{0} 季後"
},
"past": {
"other": "{0} 季前"
}
},
"quarter-narrow": {
"-1": "上季",
"0": "今季",
"1": "下季",
"future": {
"other": "{0} 季後"
},
"past": {
"other": "{0} 季前"
}
},
"quarter-short": {
"-1": "上季",
"0": "今季",
"1": "下季",
"future": {
"other": "{0} 季後"
},
"past": {
"other": "{0} 季前"
}
},
"second": {
"0": "宜家",
"future": {
"other": "{0} 秒後"
},
"past": {
"other": "{0} 秒前"
}
},
"second-narrow": {
"0": "宜家",
"future": {
"other": "{0} 秒後"
},
"past": {
"other": "{0} 秒前"
}
},
"second-short": {
"0": "宜家",
"future": {
"other": "{0} 秒後"
},
"past": {
"other": "{0} 秒前"
}
},
"week": {
"-1": "上星期",
"0": "今個星期",
"1": "下星期",
"future": {
"other": "{0} 個星期後"
},
"past": {
"other": "{0} 個星期前"
}
},
"week-narrow": {
"-1": "上星期",
"0": "今個星期",
"1": "下星期",
"future": {
"other": "{0} 個星期後"
},
"past": {
"other": "{0} 個星期前"
}
},
"week-short": {
"-1": "上星期",
"0": "今個星期",
"1": "下星期",
"future": {
"other": "{0} 個星期後"
},
"past": {
"other": "{0} 個星期前"
}
},
"year": {
"-1": "舊年",
"0": "今年",
"1": "下年",
"future": {
"other": "{0} 年後"
},
"past": {
"other": "{0} 年前"
}
},
"year-narrow": {
"-1": "舊年",
"0": "今年",
"1": "下年",
"future": {
"other": "{0} 年後"
},
"past": {
"other": "{0} 年前"
}
},
"year-short": {
"-1": "舊年",
"0": "今年",
"1": "下年",
"future": {
"other": "{0} 年後"
},
"past": {
"other": "{0} 年前"
}
}
},
"locale": "yue-Hant"
})
}