54 lines
1021 B
JSON
54 lines
1021 B
JSON
{
|
|
"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} 秒後"
|
|
}
|
|
} |