|
| 1 | +just_now: |
| 2 | + past: "[0,Inf] 剛剛" |
| 3 | + future: "[0,Inf] 剛剛" |
| 4 | +second: |
| 5 | + past: "[1,Inf] %count% 秒前" |
| 6 | + future: "[1,Inf] %count% 秒後" |
| 7 | +minute: |
| 8 | + past: "[1,Inf] %count% 分鐘前" |
| 9 | + future: "[1,Inf] %count% 分鐘後" |
| 10 | +hour: |
| 11 | + past: "[1,Inf] %count% 小時前" |
| 12 | + future: "[1,Inf] %count% 小時後" |
| 13 | +day: |
| 14 | + past: "[1,Inf] %count% 天前" |
| 15 | + future: "[1,Inf] %count% 天後" |
| 16 | +week: |
| 17 | + past: "[1,Inf] %count% 週前" |
| 18 | + future: "[1,Inf] %count% 週後" |
| 19 | +month: |
| 20 | + past: "[1,Inf] %count% 個月前" |
| 21 | + future: "[1,Inf] %count% 個月後" |
| 22 | +year: |
| 23 | + past: "[1,Inf] %count% 年前" |
| 24 | + future: "[1,Inf] %count% 年後" |
| 25 | + |
| 26 | +compound: |
| 27 | + second: "[1,Inf] %count% 秒" |
| 28 | + minute: "[1,Inf] %count% 分鐘" |
| 29 | + hour: "[1,Inf] %count% 小時" |
| 30 | + day: "[1,Inf] %count% 天" |
| 31 | + week: "[1,Inf] %count% 週" |
| 32 | + month: "[1,Inf] %count% 個月" |
| 33 | + year: "[1,Inf] %count% 年" |
| 34 | + past: "%value%前" |
| 35 | + future: "%value%後" |
0 commit comments