Skip to content

Commit

Permalink
Add Chinese translation of word-based periods (#643) (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: mo20053444 <mo20053444@gmail.com>
  • Loading branch information
mo20053444 and mo20053444 committed Oct 9, 2022
1 parent 6987913 commit 6d8d757
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/java/org/joda/time/format/messages_zh.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PeriodFormat.space=
PeriodFormat.comma=
PeriodFormat.commandand=
PeriodFormat.commaspaceand=
PeriodFormat.commaspace=
PeriodFormat.spaceandspace=
PeriodFormat.year=\u5E74
PeriodFormat.years=\u5E74
PeriodFormat.month=\u4E2A\u6708
PeriodFormat.months=\u4E2A\u6708
PeriodFormat.week=\u5468
PeriodFormat.weeks=\u5468
PeriodFormat.day=\u5929
PeriodFormat.days=\u5929
PeriodFormat.hour=\u5C0F\u65F6
PeriodFormat.hours=\u5C0F\u65F6
PeriodFormat.minute=\u5206
PeriodFormat.minutes=\u5206
PeriodFormat.second=\u79D2
PeriodFormat.seconds=\u79D2
PeriodFormat.millisecond=\u6BEB\u79D2
PeriodFormat.milliseconds=\u6BEB\u79D2

0 comments on commit 6d8d757

Please sign in to comment.