Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/zh-Hans-SG/long.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/zh-Hans-SG/long.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "去年",
|
||||
"current": "今年",
|
||||
"next": "明年",
|
||||
"past": "{0}年前",
|
||||
"future": "{0}年后"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "上季度",
|
||||
"current": "本季度",
|
||||
"next": "下季度",
|
||||
"past": "{0}个季度前",
|
||||
"future": "{0}个季度后"
|
||||
},
|
||||
"month": {
|
||||
"previous": "上个月",
|
||||
"current": "本月",
|
||||
"next": "下个月",
|
||||
"past": "{0}个月前",
|
||||
"future": "{0}个月后"
|
||||
},
|
||||
"week": {
|
||||
"previous": "上周",
|
||||
"current": "本周",
|
||||
"next": "下周",
|
||||
"past": "{0}周前",
|
||||
"future": "{0}周后"
|
||||
},
|
||||
"day": {
|
||||
"previous": "昨天",
|
||||
"previous-2": "前天",
|
||||
"current": "今天",
|
||||
"next": "明天",
|
||||
"next-2": "后天",
|
||||
"past": "{0}天前",
|
||||
"future": "{0}天后"
|
||||
},
|
||||
"hour": {
|
||||
"current": "这一时间 / 此时",
|
||||
"past": "{0}小时前",
|
||||
"future": "{0}小时后"
|
||||
},
|
||||
"minute": {
|
||||
"current": "此刻",
|
||||
"past": "{0}分钟前",
|
||||
"future": "{0}分钟后"
|
||||
},
|
||||
"second": {
|
||||
"current": "现在",
|
||||
"past": "{0}秒前",
|
||||
"future": "{0}秒后"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user