Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.0] Add translation: zh_TW #107

Merged
merged 1 commit into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions src/Coduo/PHPHumanizer/Resources/translations/difference.zh_TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
just_now:
past: "[0,Inf] 剛剛"
future: "[0,Inf] 剛剛"
second:
past: "[1,Inf] %count% 秒前"
future: "[1,Inf] %count% 秒後"
minute:
past: "[1,Inf] %count% 分鐘前"
future: "[1,Inf] %count% 分鐘後"
hour:
past: "[1,Inf] %count% 小時前"
future: "[1,Inf] %count% 小時後"
day:
past: "[1,Inf] %count% 天前"
future: "[1,Inf] %count% 天後"
week:
past: "[1,Inf] %count% 週前"
future: "[1,Inf] %count% 週後"
month:
past: "[1,Inf] %count% 個月前"
future: "[1,Inf] %count% 個月後"
year:
past: "[1,Inf] %count% 年前"
future: "[1,Inf] %count% 年後"

compound:
second: "[1,Inf] %count% 秒"
minute: "[1,Inf] %count% 分鐘"
hour: "[1,Inf] %count% 小時"
day: "[1,Inf] %count% 天"
week: "[1,Inf] %count% 週"
month: "[1,Inf] %count% 個月"
year: "[1,Inf] %count% 年"
past: "%value%前"
future: "%value%後"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
only_two: "%first% 和 %second%"
comma_separated: "%list%, 和 %last%"
comma_separated_with_limit: "{1} %list% 和另一個|[2,Inf] %list% 和另 %count% 個"