Skip to content

Commit 11ccf45

Browse files
jfcherngnorberttech
authored andcommitted
Add translation: zh_TW (#107)
Signed-off-by: Jack Cherng <[email protected]>
1 parent 8e85960 commit 11ccf45

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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%後"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
only_two: "%first% 和 %second%"
2+
comma_separated: "%list%, 和 %last%"
3+
comma_separated_with_limit: "{1} %list% 和另一個|[2,Inf] %list% 和另 %count% 個"

0 commit comments

Comments
 (0)