-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jack Cherng <[email protected]>
- Loading branch information
1 parent
8e85960
commit 11ccf45
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
src/Coduo/PHPHumanizer/Resources/translations/difference.zh_TW.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%後" |
3 changes: 3 additions & 0 deletions
3
src/Coduo/PHPHumanizer/Resources/translations/oxford.zh_TW.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% 個" |