Skip to content

Commit

Permalink
Merge pull request #523 from stari4ek/localization/uk
Browse files Browse the repository at this point in the history
Localization: Ukrainian
  • Loading branch information
jodastephen authored Jan 26, 2020
2 parents ac621ab + c8742f1 commit 1f8306b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/java/org/joda/time/format/messages_uk.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PeriodFormat.space=\u0020
PeriodFormat.comma=,
PeriodFormat.commandand=,\u0438
PeriodFormat.commaspaceand=, \u0438
PeriodFormat.commaspace=,\u0020
PeriodFormat.spaceandspace=\ \u0438\u0020
PeriodFormat.regex.separator=%
PeriodFormat.years.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.years.list=\ \u0440\u0456\u043a%\ \u0440\u043e\u043a\u0443%\ \u0440\u043e\u043a\u0456\u0432
PeriodFormat.months.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.months.list=\ \u043c\u0456\u0441\u044f\u0446\u044c%\ \u043c\u0456\u0441\u044f\u0446\u044f%\ \u043c\u0456\u0441\u044f\u0446\u0456\u0432
PeriodFormat.weeks.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.weeks.list=\ \u0442\u0438\u0436\u0434\u0435\u043d\u044c%\ \u0442\u0438\u0436\u043d\u044f%\ \u0442\u0438\u0436\u043d\u0456\u0432
PeriodFormat.days.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.days.list=\ \u0434\u0435\u043d\u044c%\ \u0434\u043d\u044f%\ \u0434\u043d\u0456\u0432
PeriodFormat.hours.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.hours.list=\ \u0433\u043e\u0434\u0438\u043d\u0430%\ \u0433\u043e\u0434\u0438\u043d\u0443%\ \u0433\u043e\u0434\u0438\u043d
PeriodFormat.minutes.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.minutes.list=\ \u0445\u0432\u0438\u043b\u0438\u043d\u0430%\ \u0445\u0432\u0438\u043b\u0438\u043d\u0438%\ \u0445\u0432\u0438\u043b\u0438\u043d
PeriodFormat.seconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.seconds.list=\ \u0441\u0435\u043a\u0443\u043d\u0434\u0430%\ \u0441\u0435\u043a\u0443\u043d\u0434\u0438%\ \u0441\u0435\u043a\u0443\u043d\u0434
PeriodFormat.milliseconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]*
PeriodFormat.milliseconds.list=\ \u043c\u0456\u043b\u0456\u0441\u0435\u043a\u0443\u043d\u0434\u0430%\ \u043c\u0456\u043b\u0456\u0441\u0435\u043a\u0443\u043d\u0434\u0438%\ \u043c\u0456\u043b\u0456\u0441\u0435\u043a\u0443\u043d\u0434

0 comments on commit 1f8306b

Please sign in to comment.