ro_RO.go 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. package ro_RO
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type ro_RO struct {
  10. locale string
  11. pluralsCardinal []locales.PluralRule
  12. pluralsOrdinal []locales.PluralRule
  13. pluralsRange []locales.PluralRule
  14. decimal []byte
  15. group []byte
  16. minus []byte
  17. percent []byte
  18. percentSuffix []byte
  19. perMille []byte
  20. timeSeparator []byte
  21. inifinity []byte
  22. currencies [][]byte // idx = enum of currency code
  23. currencyPositiveSuffix []byte
  24. currencyNegativePrefix []byte
  25. currencyNegativeSuffix []byte
  26. monthsAbbreviated [][]byte
  27. monthsNarrow [][]byte
  28. monthsWide [][]byte
  29. daysAbbreviated [][]byte
  30. daysNarrow [][]byte
  31. daysShort [][]byte
  32. daysWide [][]byte
  33. periodsAbbreviated [][]byte
  34. periodsNarrow [][]byte
  35. periodsShort [][]byte
  36. periodsWide [][]byte
  37. erasAbbreviated [][]byte
  38. erasNarrow [][]byte
  39. erasWide [][]byte
  40. timezones map[string][]byte
  41. }
  42. // New returns a new instance of translator for the 'ro_RO' locale
  43. func New() locales.Translator {
  44. return &ro_RO{
  45. locale: "ro_RO",
  46. pluralsCardinal: []locales.PluralRule{2, 4, 6},
  47. pluralsOrdinal: []locales.PluralRule{2, 6},
  48. pluralsRange: []locales.PluralRule{4, 6},
  49. decimal: []byte{0x2c},
  50. group: []byte{0x2e},
  51. minus: []byte{0x2d},
  52. percent: []byte{0x25},
  53. perMille: []byte{0xe2, 0x80, 0xb0},
  54. timeSeparator: []byte{0x3a},
  55. inifinity: []byte{0xe2, 0x88, 0x9e},
  56. currencies: [][]uint8{{0x41, 0x44, 0x50, 0x20}, {0x41, 0x45, 0x44, 0x20}, {0x41, 0x46, 0x41, 0x20}, {0x41, 0x46, 0x4e, 0x20}, {0x41, 0x4c, 0x4b, 0x20}, {0x41, 0x4c, 0x4c, 0x20}, {0x41, 0x4d, 0x44, 0x20}, {0x41, 0x4e, 0x47, 0x20}, {0x41, 0x4f, 0x41, 0x20}, {0x41, 0x4f, 0x4b, 0x20}, {0x41, 0x4f, 0x4e, 0x20}, {0x41, 0x4f, 0x52, 0x20}, {0x41, 0x52, 0x41, 0x20}, {0x41, 0x52, 0x4c, 0x20}, {0x41, 0x52, 0x4d, 0x20}, {0x41, 0x52, 0x50, 0x20}, {0x41, 0x52, 0x53, 0x20}, {0x41, 0x54, 0x53, 0x20}, {0x41, 0x55, 0x44, 0x20}, {0x41, 0x57, 0x47, 0x20}, {0x41, 0x5a, 0x4d, 0x20}, {0x41, 0x5a, 0x4e, 0x20}, {0x42, 0x41, 0x44, 0x20}, {0x42, 0x41, 0x4d, 0x20}, {0x42, 0x41, 0x4e, 0x20}, {0x42, 0x42, 0x44, 0x20}, {0x42, 0x44, 0x54, 0x20}, {0x42, 0x45, 0x43, 0x20}, {0x42, 0x45, 0x46, 0x20}, {0x42, 0x45, 0x4c, 0x20}, {0x42, 0x47, 0x4c, 0x20}, {0x42, 0x47, 0x4d, 0x20}, {0x42, 0x47, 0x4e, 0x20}, {0x42, 0x47, 0x4f, 0x20}, {0x42, 0x48, 0x44, 0x20}, {0x42, 0x49, 0x46, 0x20}, {0x42, 0x4d, 0x44, 0x20}, {0x42, 0x4e, 0x44, 0x20}, {0x42, 0x4f, 0x42, 0x20}, {0x42, 0x4f, 0x4c, 0x20}, {0x42, 0x4f, 0x50, 0x20}, {0x42, 0x4f, 0x56, 0x20}, {0x42, 0x52, 0x42, 0x20}, {0x42, 0x52, 0x43, 0x20}, {0x42, 0x52, 0x45, 0x20}, {0x42, 0x52, 0x4c, 0x20}, {0x42, 0x52, 0x4e, 0x20}, {0x42, 0x52, 0x52, 0x20}, {0x42, 0x52, 0x5a, 0x20}, {0x42, 0x53, 0x44, 0x20}, {0x42, 0x54, 0x4e, 0x20}, {0x42, 0x55, 0x4b, 0x20}, {0x42, 0x57, 0x50, 0x20}, {0x42, 0x59, 0x42, 0x20}, {0x42, 0x59, 0x52, 0x20}, {0x42, 0x5a, 0x44, 0x20}, {0x43, 0x41, 0x44, 0x20}, {0x43, 0x44, 0x46, 0x20}, {0x43, 0x48, 0x45, 0x20}, {0x43, 0x48, 0x46, 0x20}, {0x43, 0x48, 0x57, 0x20}, {0x43, 0x4c, 0x45, 0x20}, {0x43, 0x4c, 0x46, 0x20}, {0x43, 0x4c, 0x50, 0x20}, {0x43, 0x4e, 0x58, 0x20}, {0x43, 0x4e, 0x59, 0x20}, {0x43, 0x4f, 0x50, 0x20}, {0x43, 0x4f, 0x55, 0x20}, {0x43, 0x52, 0x43, 0x20}, {0x43, 0x53, 0x44, 0x20}, {0x43, 0x53, 0x4b, 0x20}, {0x43, 0x55, 0x43, 0x20}, {0x43, 0x55, 0x50, 0x20}, {0x43, 0x56, 0x45, 0x20}, {0x43, 0x59, 0x50, 0x20}, {0x43, 0x5a, 0x4b, 0x20}, {0x44, 0x44, 0x4d, 0x20}, {0x44, 0x45, 0x4d, 0x20}, {0x44, 0x4a, 0x46, 0x20}, {0x44, 0x4b, 0x4b, 0x20}, {0x44, 0x4f, 0x50, 0x20}, {0x44, 0x5a, 0x44, 0x20}, {0x45, 0x43, 0x53, 0x20}, {0x45, 0x43, 0x56, 0x20}, {0x45, 0x45, 0x4b, 0x20}, {0x45, 0x47, 0x50, 0x20}, {0x45, 0x52, 0x4e, 0x20}, {0x45, 0x53, 0x41, 0x20}, {0x45, 0x53, 0x42, 0x20}, {0x45, 0x53, 0x50, 0x20}, {0x45, 0x54, 0x42, 0x20}, {0x45, 0x55, 0x52, 0x20}, {0x46, 0x49, 0x4d, 0x20}, {0x46, 0x4a, 0x44, 0x20}, {0x46, 0x4b, 0x50, 0x20}, {0x46, 0x52, 0x46, 0x20}, {0x47, 0x42, 0x50, 0x20}, {0x47, 0x45, 0x4b, 0x20}, {0x47, 0x45, 0x4c, 0x20}, {0x47, 0x48, 0x43, 0x20}, {0x47, 0x48, 0x53, 0x20}, {0x47, 0x49, 0x50, 0x20}, {0x47, 0x4d, 0x44, 0x20}, {0x47, 0x4e, 0x46, 0x20}, {0x47, 0x4e, 0x53, 0x20}, {0x47, 0x51, 0x45, 0x20}, {0x47, 0x52, 0x44, 0x20}, {0x47, 0x54, 0x51, 0x20}, {0x47, 0x57, 0x45, 0x20}, {0x47, 0x57, 0x50, 0x20}, {0x47, 0x59, 0x44, 0x20}, {0x48, 0x4b, 0x44, 0x20}, {0x48, 0x4e, 0x4c, 0x20}, {0x48, 0x52, 0x44, 0x20}, {0x48, 0x52, 0x4b, 0x20}, {0x48, 0x54, 0x47, 0x20}, {0x48, 0x55, 0x46, 0x20}, {0x49, 0x44, 0x52, 0x20}, {0x49, 0x45, 0x50, 0x20}, {0x49, 0x4c, 0x50, 0x20}, {0x49, 0x4c, 0x52, 0x20}, {0x49, 0x4c, 0x53, 0x20}, {0x49, 0x4e, 0x52, 0x20}, {0x49, 0x51, 0x44, 0x20}, {0x49, 0x52, 0x52, 0x20}, {0x49, 0x53, 0x4a, 0x20}, {0x49, 0x53, 0x4b, 0x20}, {0x49, 0x54, 0x4c, 0x20}, {0x4a, 0x4d, 0x44, 0x20}, {0x4a, 0x4f, 0x44, 0x20}, {0x4a, 0x50, 0x59, 0x20}, {0x4b, 0x45, 0x53, 0x20}, {0x4b, 0x47, 0x53, 0x20}, {0x4b, 0x48, 0x52, 0x20}, {0x4b, 0x4d, 0x46, 0x20}, {0x4b, 0x50, 0x57, 0x20}, {0x4b, 0x52, 0x48, 0x20}, {0x4b, 0x52, 0x4f, 0x20}, {0x4b, 0x52, 0x57, 0x20}, {0x4b, 0x57, 0x44, 0x20}, {0x4b, 0x59, 0x44, 0x20}, {0x4b, 0x5a, 0x54, 0x20}, {0x4c, 0x41, 0x4b, 0x20}, {0x4c, 0x42, 0x50, 0x20}, {0x4c, 0x4b, 0x52, 0x20}, {0x4c, 0x52, 0x44, 0x20}, {0x4c, 0x53, 0x4c, 0x20}, {0x4c, 0x54, 0x4c, 0x20}, {0x4c, 0x54, 0x54, 0x20}, {0x4c, 0x55, 0x43, 0x20}, {0x4c, 0x55, 0x46, 0x20}, {0x4c, 0x55, 0x4c, 0x20}, {0x4c, 0x56, 0x4c, 0x20}, {0x4c, 0x56, 0x52, 0x20}, {0x4c, 0x59, 0x44, 0x20}, {0x4d, 0x41, 0x44, 0x20}, {0x4d, 0x41, 0x46, 0x20}, {0x4d, 0x43, 0x46, 0x20}, {0x4d, 0x44, 0x43, 0x20}, {0x4d, 0x44, 0x4c, 0x20}, {0x4d, 0x47, 0x41, 0x20}, {0x4d, 0x47, 0x46, 0x20}, {0x4d, 0x4b, 0x44, 0x20}, {0x4d, 0x4b, 0x4e, 0x20}, {0x4d, 0x4c, 0x46, 0x20}, {0x4d, 0x4d, 0x4b, 0x20}, {0x4d, 0x4e, 0x54, 0x20}, {0x4d, 0x4f, 0x50, 0x20}, {0x4d, 0x52, 0x4f, 0x20}, {0x4d, 0x54, 0x4c, 0x20}, {0x4d, 0x54, 0x50, 0x20}, {0x4d, 0x55, 0x52, 0x20}, {0x4d, 0x56, 0x50, 0x20}, {0x4d, 0x56, 0x52, 0x20}, {0x4d, 0x57, 0x4b, 0x20}, {0x4d, 0x58, 0x4e, 0x20}, {0x4d, 0x58, 0x50, 0x20}, {0x4d, 0x58, 0x56, 0x20}, {0x4d, 0x59, 0x52, 0x20}, {0x4d, 0x5a, 0x45, 0x20}, {0x4d, 0x5a, 0x4d, 0x20}, {0x4d, 0x5a, 0x4e, 0x20}, {0x4e, 0x41, 0x44, 0x20}, {0x4e, 0x47, 0x4e, 0x20}, {0x4e, 0x49, 0x43, 0x20}, {0x4e, 0x49, 0x4f, 0x20}, {0x4e, 0x4c, 0x47, 0x20}, {0x4e, 0x4f, 0x4b, 0x20}, {0x4e, 0x50, 0x52, 0x20}, {0x4e, 0x5a, 0x44, 0x20}, {0x4f, 0x4d, 0x52, 0x20}, {0x50, 0x41, 0x42, 0x20}, {0x50, 0x45, 0x49, 0x20}, {0x50, 0x45, 0x4e, 0x20}, {0x50, 0x45, 0x53, 0x20}, {0x50, 0x47, 0x4b, 0x20}, {0x50, 0x48, 0x50, 0x20}, {0x50, 0x4b, 0x52, 0x20}, {0x50, 0x4c, 0x4e, 0x20}, {0x50, 0x4c, 0x5a, 0x20}, {0x50, 0x54, 0x45, 0x20}, {0x50, 0x59, 0x47, 0x20}, {0x51, 0x41, 0x52, 0x20}, {0x52, 0x48, 0x44, 0x20}, {0x52, 0x4f, 0x4c, 0x20}, {0x52, 0x4f, 0x4e, 0x20}, {0x52, 0x53, 0x44, 0x20}, {0x52, 0x55, 0x42, 0x20}, {0x52, 0x55, 0x52, 0x20}, {0x52, 0x57, 0x46, 0x20}, {0x53, 0x41, 0x52, 0x20}, {0x53, 0x42, 0x44, 0x20}, {0x53, 0x43, 0x52, 0x20}, {0x53, 0x44, 0x44, 0x20}, {0x53, 0x44, 0x47, 0x20}, {0x53, 0x44, 0x50, 0x20}, {0x53, 0x45, 0x4b, 0x20}, {0x53, 0x47, 0x44, 0x20}, {0x53, 0x48, 0x50, 0x20}, {0x53, 0x49, 0x54, 0x20}, {0x53, 0x4b, 0x4b, 0x20}, {0x53, 0x4c, 0x4c, 0x20}, {0x53, 0x4f, 0x53, 0x20}, {0x53, 0x52, 0x44, 0x20}, {0x53, 0x52, 0x47, 0x20}, {0x53, 0x53, 0x50, 0x20}, {0x53, 0x54, 0x44, 0x20}, {0x53, 0x55, 0x52, 0x20}, {0x53, 0x56, 0x43, 0x20}, {0x53, 0x59, 0x50, 0x20}, {0x53, 0x5a, 0x4c, 0x20}, {0x54, 0x48, 0x42, 0x20}, {0x54, 0x4a, 0x52, 0x20}, {0x54, 0x4a, 0x53, 0x20}, {0x54, 0x4d, 0x4d, 0x20}, {0x54, 0x4d, 0x54, 0x20}, {0x54, 0x4e, 0x44, 0x20}, {0x54, 0x4f, 0x50, 0x20}, {0x54, 0x50, 0x45, 0x20}, {0x54, 0x52, 0x4c, 0x20}, {0x54, 0x52, 0x59, 0x20}, {0x54, 0x54, 0x44, 0x20}, {0x54, 0x57, 0x44, 0x20}, {0x54, 0x5a, 0x53, 0x20}, {0x55, 0x41, 0x48, 0x20}, {0x55, 0x41, 0x4b, 0x20}, {0x55, 0x47, 0x53, 0x20}, {0x55, 0x47, 0x58, 0x20}, {0x55, 0x53, 0x44, 0x20}, {0x55, 0x53, 0x4e, 0x20}, {0x55, 0x53, 0x53, 0x20}, {0x55, 0x59, 0x49, 0x20}, {0x55, 0x59, 0x50, 0x20}, {0x55, 0x59, 0x55, 0x20}, {0x55, 0x5a, 0x53, 0x20}, {0x56, 0x45, 0x42, 0x20}, {0x56, 0x45, 0x46, 0x20}, {0x56, 0x4e, 0x44, 0x20}, {0x56, 0x4e, 0x4e, 0x20}, {0x56, 0x55, 0x56, 0x20}, {0x57, 0x53, 0x54, 0x20}, {0x58, 0x41, 0x46, 0x20}, {0x58, 0x41, 0x47, 0x20}, {0x58, 0x41, 0x55, 0x20}, {0x58, 0x42, 0x41, 0x20}, {0x58, 0x42, 0x42, 0x20}, {0x58, 0x42, 0x43, 0x20}, {0x58, 0x42, 0x44, 0x20}, {0x58, 0x43, 0x44, 0x20}, {0x58, 0x44, 0x52, 0x20}, {0x58, 0x45, 0x55, 0x20}, {0x58, 0x46, 0x4f, 0x20}, {0x58, 0x46, 0x55, 0x20}, {0x58, 0x4f, 0x46, 0x20}, {0x58, 0x50, 0x44, 0x20}, {0x58, 0x50, 0x46, 0x20}, {0x58, 0x50, 0x54, 0x20}, {0x58, 0x52, 0x45, 0x20}, {0x58, 0x53, 0x55, 0x20}, {0x58, 0x54, 0x53, 0x20}, {0x58, 0x55, 0x41, 0x20}, {0x58, 0x58, 0x58, 0x20}, {0x59, 0x44, 0x44, 0x20}, {0x59, 0x45, 0x52, 0x20}, {0x59, 0x55, 0x44, 0x20}, {0x59, 0x55, 0x4d, 0x20}, {0x59, 0x55, 0x4e, 0x20}, {0x59, 0x55, 0x52, 0x20}, {0x5a, 0x41, 0x4c, 0x20}, {0x5a, 0x41, 0x52, 0x20}, {0x5a, 0x4d, 0x4b, 0x20}, {0x5a, 0x4d, 0x57, 0x20}, {0x5a, 0x52, 0x4e, 0x20}, {0x5a, 0x52, 0x5a, 0x20}, {0x5a, 0x57, 0x44, 0x20}, {0x5a, 0x57, 0x4c, 0x20}, {0x5a, 0x57, 0x52, 0x20}},
  57. percentSuffix: []byte{0xc2, 0xa0},
  58. currencyPositiveSuffix: []byte{0xc2, 0xa0},
  59. currencyNegativePrefix: []byte{0x28},
  60. currencyNegativeSuffix: []byte{0xc2, 0xa0, 0x29},
  61. monthsAbbreviated: [][]uint8{[]uint8(nil), {0x69, 0x61, 0x6e, 0x2e}, {0x66, 0x65, 0x62, 0x2e}, {0x6d, 0x61, 0x72, 0x2e}, {0x61, 0x70, 0x72, 0x2e}, {0x6d, 0x61, 0x69}, {0x69, 0x75, 0x6e, 0x2e}, {0x69, 0x75, 0x6c, 0x2e}, {0x61, 0x75, 0x67, 0x2e}, {0x73, 0x65, 0x70, 0x74, 0x2e}, {0x6f, 0x63, 0x74, 0x2e}, {0x6e, 0x6f, 0x76, 0x2e}, {0x64, 0x65, 0x63, 0x2e}},
  62. monthsNarrow: [][]uint8{[]uint8(nil), {0x49}, {0x46}, {0x4d}, {0x41}, {0x4d}, {0x49}, {0x49}, {0x41}, {0x53}, {0x4f}, {0x4e}, {0x44}},
  63. monthsWide: [][]uint8{[]uint8(nil), {0x69, 0x61, 0x6e, 0x75, 0x61, 0x72, 0x69, 0x65}, {0x66, 0x65, 0x62, 0x72, 0x75, 0x61, 0x72, 0x69, 0x65}, {0x6d, 0x61, 0x72, 0x74, 0x69, 0x65}, {0x61, 0x70, 0x72, 0x69, 0x6c, 0x69, 0x65}, {0x6d, 0x61, 0x69}, {0x69, 0x75, 0x6e, 0x69, 0x65}, {0x69, 0x75, 0x6c, 0x69, 0x65}, {0x61, 0x75, 0x67, 0x75, 0x73, 0x74}, {0x73, 0x65, 0x70, 0x74, 0x65, 0x6d, 0x62, 0x72, 0x69, 0x65}, {0x6f, 0x63, 0x74, 0x6f, 0x6d, 0x62, 0x72, 0x69, 0x65}, {0x6e, 0x6f, 0x69, 0x65, 0x6d, 0x62, 0x72, 0x69, 0x65}, {0x64, 0x65, 0x63, 0x65, 0x6d, 0x62, 0x72, 0x69, 0x65}},
  64. daysAbbreviated: [][]uint8{{0x64, 0x75, 0x6d, 0x2e}, {0x6c, 0x75, 0x6e, 0x2e}, {0x6d, 0x61, 0x72, 0x2e}, {0x6d, 0x69, 0x65, 0x2e}, {0x6a, 0x6f, 0x69}, {0x76, 0x69, 0x6e, 0x2e}, {0x73, 0xc3, 0xa2, 0x6d, 0x2e}},
  65. daysNarrow: [][]uint8{{0x44}, {0x4c}, {0x4d}, {0x4d}, {0x4a}, {0x56}, {0x53}},
  66. daysShort: [][]uint8{{0x64, 0x75, 0x2e}, {0x6c, 0x75, 0x2e}, {0x6d, 0x61, 0x2e}, {0x6d, 0x69, 0x2e}, {0x6a, 0x6f, 0x2e}, {0x76, 0x69, 0x2e}, {0x73, 0xc3, 0xa2, 0x2e}},
  67. daysWide: [][]uint8{{0x64, 0x75, 0x6d, 0x69, 0x6e, 0x69, 0x63, 0xc4, 0x83}, {0x6c, 0x75, 0x6e, 0x69}, {0x6d, 0x61, 0x72, 0xc8, 0x9b, 0x69}, {0x6d, 0x69, 0x65, 0x72, 0x63, 0x75, 0x72, 0x69}, {0x6a, 0x6f, 0x69}, {0x76, 0x69, 0x6e, 0x65, 0x72, 0x69}, {0x73, 0xc3, 0xa2, 0x6d, 0x62, 0xc4, 0x83, 0x74, 0xc4, 0x83}},
  68. periodsAbbreviated: [][]uint8{{0x61, 0x2e, 0x6d, 0x2e}, {0x70, 0x2e, 0x6d, 0x2e}},
  69. periodsNarrow: [][]uint8{{0x61, 0x2e, 0x6d, 0x2e}, {0x70, 0x2e, 0x6d, 0x2e}},
  70. periodsWide: [][]uint8{{0x61, 0x2e, 0x6d, 0x2e}, {0x70, 0x2e, 0x6d, 0x2e}},
  71. erasAbbreviated: [][]uint8{{0xc3, 0xae, 0x2e, 0x48, 0x72, 0x2e}, {0x64, 0x2e, 0x48, 0x72, 0x2e}},
  72. erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)},
  73. erasWide: [][]uint8{{0xc3, 0xae, 0x6e, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x20, 0x64, 0x65, 0x20, 0x48, 0x72, 0x69, 0x73, 0x74, 0x6f, 0x73}, {0x64, 0x75, 0x70, 0xc4, 0x83, 0x20, 0x48, 0x72, 0x69, 0x73, 0x74, 0x6f, 0x73}},
  74. timezones: map[string][]uint8{"ACWDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "ECT": {0x4f, 0x72, 0x61, 0x20, 0x45, 0x63, 0x75, 0x61, 0x64, 0x6f, 0x72, 0x75, 0x6c, 0x75, 0x69}, "AEST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x4f, 0x72, 0x69, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "COT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x62, 0x69, 0x65, 0x69}, "EAT": {0x4f, 0x72, 0x61, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x69, 0x69, 0x20, 0x4f, 0x72, 0x69, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "MEZ": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x65}, "JST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x4a, 0x61, 0x70, 0x6f, 0x6e, 0x69, 0x65, 0x69}, "ACWST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "WAST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x69, 0x69, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "CAT": {0x4f, 0x72, 0x61, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x69, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x65}, "VET": {0x4f, 0x72, 0x61, 0x20, 0x56, 0x65, 0x6e, 0x65, 0x7a, 0x75, 0x65, 0x6c, 0x65, 0x69}, "WITA": {0x4f, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x64, 0x6f, 0x6e, 0x65, 0x7a, 0x69, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x65}, "MDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0xc3, 0xae, 0x6e, 0x20, 0x7a, 0x6f, 0x6e, 0x61, 0x20, 0x6d, 0x6f, 0x6e, 0x74, 0x61, 0x6e, 0xc4, 0x83, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "PDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0xc3, 0xae, 0x6e, 0x20, 0x7a, 0x6f, 0x6e, 0x61, 0x20, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "GMT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x47, 0x72, 0x65, 0x65, 0x6e, 0x77, 0x68, 0x69, 0x63, 0x68}, "CLT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x43, 0x68, 0x69, 0x6c, 0x65}, "EDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x6f, 0x72, 0x69, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0xc4, 0x83, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "WESZ": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x69, 0x20, 0x64, 0x65, 0x20, 0x56, 0x65, 0x73, 0x74}, "SAST": {0x4f, 0x72, 0x61, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x69, 0x69, 0x20, 0x4d, 0x65, 0x72, 0x69, 0x64, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x65}, "CLST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x43, 0x68, 0x69, 0x6c, 0x65}, "LHDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x4c, 0x6f, 0x72, 0x64, 0x20, 0x48, 0x6f, 0x77, 0x65}, "AWST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "CDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0xc4, 0x83, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "TMT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x54, 0x75, 0x72, 0x6b, 0x6d, 0x65, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x6e}, "HAST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x48, 0x61, 0x77, 0x61, 0x69, 0x69, 0x2d, 0x41, 0x6c, 0x65, 0x75, 0x74, 0x69, 0x6e, 0x65}, "WARST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x65, 0x69, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "HADT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x48, 0x61, 0x77, 0x61, 0x69, 0x69, 0x2d, 0x41, 0x6c, 0x65, 0x75, 0x74, 0x69, 0x6e, 0x65}, "UYST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x55, 0x72, 0x75, 0x67, 0x75, 0x61, 0x79, 0x75, 0x6c, 0x75, 0x69}, "∅∅∅": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x41, 0x7a, 0x6f, 0x72, 0x65}, "EST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x6f, 0x72, 0x69, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0xc4, 0x83, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "BOT": {0x4f, 0x72, 0x61, 0x20, 0x42, 0x6f, 0x6c, 0x69, 0x76, 0x69, 0x65, 0x69}, "AST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0xc3, 0xae, 0x6e, 0x20, 0x7a, 0x6f, 0x6e, 0x61, 0x20, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "AKDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x41, 0x6c, 0x61, 0x73, 0x6b, 0x61}, "IST": {0x4f, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x64, 0x69, 0x65, 0x69}, "AEDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x4f, 0x72, 0x69, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "HNT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x4e, 0x65, 0x77, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x6c, 0x61, 0x6e, 0x64}, "GYT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x47, 0x75, 0x79, 0x61, 0x6e, 0x61}, "ACST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x65}, "MST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0xc3, 0xae, 0x6e, 0x20, 0x7a, 0x6f, 0x6e, 0x61, 0x20, 0x6d, 0x6f, 0x6e, 0x74, 0x61, 0x6e, 0xc4, 0x83, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "ART": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x65, 0x69}, "JDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x4a, 0x61, 0x70, 0x6f, 0x6e, 0x69, 0x65, 0x69}, "AWDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "ACDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x65}, "CHADT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x43, 0x68, 0x61, 0x74, 0x68, 0x61, 0x6d}, "PST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0xc3, 0xae, 0x6e, 0x20, 0x7a, 0x6f, 0x6e, 0x61, 0x20, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "NZDT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x4e, 0x6f, 0x69, 0x69, 0x20, 0x5a, 0x65, 0x65, 0x6c, 0x61, 0x6e, 0x64, 0x65}, "ChST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x43, 0x68, 0x61, 0x6d, 0x6f, 0x72, 0x72, 0x6f}, "WAT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x69, 0x69, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "WEZ": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x69, 0x20, 0x64, 0x65, 0x20, 0x56, 0x65, 0x73, 0x74}, "CHAST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x43, 0x68, 0x61, 0x74, 0x68, 0x61, 0x6d}, "TMST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x54, 0x75, 0x72, 0x6b, 0x6d, 0x65, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x6e}, "HAT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x4e, 0x65, 0x77, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x6c, 0x61, 0x6e, 0x64}, "MESZ": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x69, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x65}, "OEZ": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x69, 0x20, 0x64, 0x65, 0x20, 0x45, 0x73, 0x74}, "CST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x63, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0xc4, 0x83, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "SGT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x53, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x6f, 0x72, 0x65}, "LHST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x4c, 0x6f, 0x72, 0x64, 0x20, 0x48, 0x6f, 0x77, 0x65}, "MYT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x4d, 0x61, 0x6c, 0x61, 0x79, 0x73, 0x69, 0x61}, "SRT": {0x4f, 0x72, 0x61, 0x20, 0x53, 0x75, 0x72, 0x69, 0x6e, 0x61, 0x6d, 0x75, 0x6c, 0x75, 0x69}, "COST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x62, 0x69, 0x65, 0x69}, "UYT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x55, 0x72, 0x75, 0x67, 0x75, 0x61, 0x79, 0x75, 0x6c, 0x75, 0x69}, "WART": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x65, 0x69, 0x20, 0x4f, 0x63, 0x63, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x65}, "BT": {0x4f, 0x72, 0x61, 0x20, 0x42, 0x68, 0x75, 0x74, 0x61, 0x6e, 0x75, 0x6c, 0x75, 0x69}, "NZST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x61, 0x20, 0x4e, 0x6f, 0x69, 0x69, 0x20, 0x5a, 0x65, 0x65, 0x6c, 0x61, 0x6e, 0x64, 0x65}, "HKT": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67}, "HKST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67}, "WIB": {0x4f, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x64, 0x6f, 0x6e, 0x65, 0x7a, 0x69, 0x65, 0x69, 0x20, 0x64, 0x65, 0x20, 0x56, 0x65, 0x73, 0x74}, "ARST": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x65, 0x69}, "AKST": {0x4f, 0x72, 0x61, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x64, 0x69, 0x6e, 0x20, 0x41, 0x6c, 0x61, 0x73, 0x6b, 0x61}, "GFT": {0x4f, 0x72, 0x61, 0x20, 0x47, 0x75, 0x69, 0x61, 0x6e, 0x65, 0x69, 0x20, 0x46, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x7a, 0x65}, "WIT": {0x4f, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x64, 0x6f, 0x6e, 0x65, 0x7a, 0x69, 0x65, 0x69, 0x20, 0x64, 0x65, 0x20, 0x45, 0x73, 0x74}, "ADT": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0xc3, 0xae, 0x6e, 0x20, 0x7a, 0x6f, 0x6e, 0x61, 0x20, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x20, 0x6e, 0x6f, 0x72, 0x64, 0x2d, 0x61, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x6e, 0xc4, 0x83}, "OESZ": {0x4f, 0x72, 0x61, 0x20, 0x64, 0x65, 0x20, 0x76, 0x61, 0x72, 0xc4, 0x83, 0x20, 0x61, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x69, 0x20, 0x64, 0x65, 0x20, 0x45, 0x73, 0x74}},
  75. }
  76. }
  77. // Locale returns the current translators string locale
  78. func (ro *ro_RO) Locale() string {
  79. return ro.locale
  80. }
  81. // PluralsCardinal returns the list of cardinal plural rules associated with 'ro_RO'
  82. func (ro *ro_RO) PluralsCardinal() []locales.PluralRule {
  83. return ro.pluralsCardinal
  84. }
  85. // PluralsOrdinal returns the list of ordinal plural rules associated with 'ro_RO'
  86. func (ro *ro_RO) PluralsOrdinal() []locales.PluralRule {
  87. return ro.pluralsOrdinal
  88. }
  89. // PluralsRange returns the list of range plural rules associated with 'ro_RO'
  90. func (ro *ro_RO) PluralsRange() []locales.PluralRule {
  91. return ro.pluralsRange
  92. }
  93. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'ro_RO'
  94. func (ro *ro_RO) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  95. n := math.Abs(num)
  96. i := int64(n)
  97. nMod100 := math.Mod(n, 100)
  98. if i == 1 && v == 0 {
  99. return locales.PluralRuleOne
  100. } else if (v != 0) || (n == 0) || (n != 1 && nMod100 >= 1 && nMod100 <= 19) {
  101. return locales.PluralRuleFew
  102. }
  103. return locales.PluralRuleOther
  104. }
  105. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'ro_RO'
  106. func (ro *ro_RO) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  107. n := math.Abs(num)
  108. if n == 1 {
  109. return locales.PluralRuleOne
  110. }
  111. return locales.PluralRuleOther
  112. }
  113. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'ro_RO'
  114. func (ro *ro_RO) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  115. start := ro.CardinalPluralRule(num1, v1)
  116. end := ro.CardinalPluralRule(num2, v2)
  117. if start == locales.PluralRuleOne && end == locales.PluralRuleFew {
  118. return locales.PluralRuleFew
  119. } else if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
  120. return locales.PluralRuleOther
  121. } else if start == locales.PluralRuleFew && end == locales.PluralRuleOne {
  122. return locales.PluralRuleFew
  123. } else if start == locales.PluralRuleFew && end == locales.PluralRuleFew {
  124. return locales.PluralRuleFew
  125. } else if start == locales.PluralRuleFew && end == locales.PluralRuleOther {
  126. return locales.PluralRuleOther
  127. } else if start == locales.PluralRuleOther && end == locales.PluralRuleFew {
  128. return locales.PluralRuleFew
  129. }
  130. return locales.PluralRuleOther
  131. }
  132. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  133. func (ro *ro_RO) MonthAbbreviated(month time.Month) []byte {
  134. return ro.monthsAbbreviated[month]
  135. }
  136. // MonthsAbbreviated returns the locales abbreviated months
  137. func (ro *ro_RO) MonthsAbbreviated() [][]byte {
  138. return ro.monthsAbbreviated[1:]
  139. }
  140. // MonthNarrow returns the locales narrow month given the 'month' provided
  141. func (ro *ro_RO) MonthNarrow(month time.Month) []byte {
  142. return ro.monthsNarrow[month]
  143. }
  144. // MonthsNarrow returns the locales narrow months
  145. func (ro *ro_RO) MonthsNarrow() [][]byte {
  146. return ro.monthsNarrow[1:]
  147. }
  148. // MonthWide returns the locales wide month given the 'month' provided
  149. func (ro *ro_RO) MonthWide(month time.Month) []byte {
  150. return ro.monthsWide[month]
  151. }
  152. // MonthsWide returns the locales wide months
  153. func (ro *ro_RO) MonthsWide() [][]byte {
  154. return ro.monthsWide[1:]
  155. }
  156. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  157. func (ro *ro_RO) WeekdayAbbreviated(weekday time.Weekday) []byte {
  158. return ro.daysAbbreviated[weekday]
  159. }
  160. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  161. func (ro *ro_RO) WeekdaysAbbreviated() [][]byte {
  162. return ro.daysAbbreviated
  163. }
  164. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  165. func (ro *ro_RO) WeekdayNarrow(weekday time.Weekday) []byte {
  166. return ro.daysNarrow[weekday]
  167. }
  168. // WeekdaysNarrow returns the locales narrow weekdays
  169. func (ro *ro_RO) WeekdaysNarrow() [][]byte {
  170. return ro.daysNarrow
  171. }
  172. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  173. func (ro *ro_RO) WeekdayShort(weekday time.Weekday) []byte {
  174. return ro.daysShort[weekday]
  175. }
  176. // WeekdaysShort returns the locales short weekdays
  177. func (ro *ro_RO) WeekdaysShort() [][]byte {
  178. return ro.daysShort
  179. }
  180. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  181. func (ro *ro_RO) WeekdayWide(weekday time.Weekday) []byte {
  182. return ro.daysWide[weekday]
  183. }
  184. // WeekdaysWide returns the locales wide weekdays
  185. func (ro *ro_RO) WeekdaysWide() [][]byte {
  186. return ro.daysWide
  187. }
  188. // FmtNumber returns 'num' with digits/precision of 'v' for 'ro_RO' and handles both Whole and Real numbers based on 'v'
  189. // returned as a []byte just in case the caller wishes to add more and can help
  190. // avoid allocations; otherwise just cast as string.
  191. func (ro *ro_RO) FmtNumber(num float64, v uint64) []byte {
  192. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  193. l := len(s) + len(ro.decimal) + len(ro.group)*len(s[:len(s)-int(v)-1])/3
  194. count := 0
  195. inWhole := v == 0
  196. b := make([]byte, 0, l)
  197. for i := len(s) - 1; i >= 0; i-- {
  198. if s[i] == '.' {
  199. b = append(b, ro.decimal[0])
  200. inWhole = true
  201. continue
  202. }
  203. if inWhole {
  204. if count == 3 {
  205. b = append(b, ro.group[0])
  206. count = 1
  207. } else {
  208. count++
  209. }
  210. }
  211. b = append(b, s[i])
  212. }
  213. if num < 0 {
  214. b = append(b, ro.minus[0])
  215. }
  216. // reverse
  217. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  218. b[i], b[j] = b[j], b[i]
  219. }
  220. return b
  221. }
  222. // FmtPercent returns 'num' with digits/precision of 'v' for 'ro_RO' and handles both Whole and Real numbers based on 'v'
  223. // returned as a []byte just in case the caller wishes to add more and can help
  224. // avoid allocations; otherwise just cast as string.
  225. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  226. func (ro *ro_RO) FmtPercent(num float64, v uint64) []byte {
  227. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  228. l := len(s) + len(ro.decimal)
  229. b := make([]byte, 0, l)
  230. for i := len(s) - 1; i >= 0; i-- {
  231. if s[i] == '.' {
  232. b = append(b, ro.decimal[0])
  233. continue
  234. }
  235. b = append(b, s[i])
  236. }
  237. if num < 0 {
  238. b = append(b, ro.minus[0])
  239. }
  240. // reverse
  241. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  242. b[i], b[j] = b[j], b[i]
  243. }
  244. b = append(b, ro.percentSuffix...)
  245. b = append(b, ro.percent...)
  246. return b
  247. }
  248. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'ro_RO'
  249. // returned as a []byte just in case the caller wishes to add more and can help
  250. // avoid allocations; otherwise just cast as string.
  251. func (ro *ro_RO) FmtCurrency(num float64, v uint64, currency currency.Type) []byte {
  252. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  253. symbol := ro.currencies[currency]
  254. l := len(s) + len(ro.decimal) + len(ro.group)*len(s[:len(s)-int(v)-1])/3
  255. count := 0
  256. inWhole := v == 0
  257. b := make([]byte, 0, l)
  258. for i := len(s) - 1; i >= 0; i-- {
  259. if s[i] == '.' {
  260. b = append(b, ro.decimal[0])
  261. inWhole = true
  262. continue
  263. }
  264. if inWhole {
  265. if count == 3 {
  266. b = append(b, ro.group[0])
  267. count = 1
  268. } else {
  269. count++
  270. }
  271. }
  272. b = append(b, s[i])
  273. }
  274. if num < 0 {
  275. b = append(b, ro.minus[0])
  276. }
  277. // reverse
  278. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  279. b[i], b[j] = b[j], b[i]
  280. }
  281. if int(v) < 2 {
  282. if v == 0 {
  283. b = append(b, ro.decimal...)
  284. }
  285. for i := 0; i < 2-int(v); i++ {
  286. b = append(b, '0')
  287. }
  288. }
  289. b = append(b, ro.currencyPositiveSuffix...)
  290. b = append(b, symbol...)
  291. return b
  292. }
  293. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'ro_RO'
  294. // in accounting notation. returned as a []byte just in case the caller wishes to add more and can help
  295. // avoid allocations; otherwise just cast as string.
  296. func (ro *ro_RO) FmtAccounting(num float64, v uint64, currency currency.Type) []byte {
  297. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  298. symbol := ro.currencies[currency]
  299. l := len(s) + len(ro.decimal) + len(ro.group)*len(s[:len(s)-int(v)-1])/3
  300. count := 0
  301. inWhole := v == 0
  302. b := make([]byte, 0, l)
  303. for i := len(s) - 1; i >= 0; i-- {
  304. if s[i] == '.' {
  305. b = append(b, ro.decimal[0])
  306. inWhole = true
  307. continue
  308. }
  309. if inWhole {
  310. if count == 3 {
  311. b = append(b, ro.group[0])
  312. count = 1
  313. } else {
  314. count++
  315. }
  316. }
  317. b = append(b, s[i])
  318. }
  319. if num < 0 {
  320. for j := len(ro.currencyNegativePrefix) - 1; j >= 0; j-- {
  321. b = append(b, ro.currencyNegativePrefix[j])
  322. }
  323. }
  324. // reverse
  325. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  326. b[i], b[j] = b[j], b[i]
  327. }
  328. if int(v) < 2 {
  329. if v == 0 {
  330. b = append(b, ro.decimal...)
  331. }
  332. for i := 0; i < 2-int(v); i++ {
  333. b = append(b, '0')
  334. }
  335. }
  336. if num < 0 {
  337. b = append(b, ro.currencyNegativeSuffix...)
  338. b = append(b, symbol...)
  339. } else {
  340. b = append(b, ro.currencyPositiveSuffix...)
  341. b = append(b, symbol...)
  342. }
  343. return b
  344. }
  345. // FmtDateShort returns the short date representation of 't' for 'ro_RO'
  346. // returned as a []byte just in case the caller wishes to add more and can help
  347. // avoid allocations; otherwise just cast as string.
  348. func (ro *ro_RO) FmtDateShort(t time.Time) []byte {
  349. b := make([]byte, 0, 32)
  350. if t.Day() < 10 {
  351. b = append(b, '0')
  352. }
  353. b = strconv.AppendInt(b, int64(t.Day()), 10)
  354. b = append(b, []byte{0x2e}...)
  355. if t.Month() < 10 {
  356. b = append(b, '0')
  357. }
  358. b = strconv.AppendInt(b, int64(t.Month()), 10)
  359. b = append(b, []byte{0x2e}...)
  360. b = strconv.AppendInt(b, int64(t.Year()), 10)
  361. return b
  362. }
  363. // FmtDateMedium returns the medium date representation of 't' for 'ro_RO'
  364. // returned as a []byte just in case the caller wishes to add more and can help
  365. // avoid allocations; otherwise just cast as string.
  366. func (ro *ro_RO) FmtDateMedium(t time.Time) []byte {
  367. b := make([]byte, 0, 32)
  368. b = strconv.AppendInt(b, int64(t.Day()), 10)
  369. b = append(b, []byte{0x20}...)
  370. b = append(b, ro.monthsAbbreviated[t.Month()]...)
  371. b = append(b, []byte{0x20}...)
  372. b = strconv.AppendInt(b, int64(t.Year()), 10)
  373. return b
  374. }
  375. // FmtDateLong returns the long date representation of 't' for 'ro_RO'
  376. // returned as a []byte just in case the caller wishes to add more and can help
  377. // avoid allocations; otherwise just cast as string.
  378. func (ro *ro_RO) FmtDateLong(t time.Time) []byte {
  379. b := make([]byte, 0, 32)
  380. b = strconv.AppendInt(b, int64(t.Day()), 10)
  381. b = append(b, []byte{0x20}...)
  382. b = append(b, ro.monthsWide[t.Month()]...)
  383. b = append(b, []byte{0x20}...)
  384. b = strconv.AppendInt(b, int64(t.Year()), 10)
  385. return b
  386. }
  387. // FmtDateFull returns the full date representation of 't' for 'ro_RO'
  388. // returned as a []byte just in case the caller wishes to add more and can help
  389. // avoid allocations; otherwise just cast as string.
  390. func (ro *ro_RO) FmtDateFull(t time.Time) []byte {
  391. b := make([]byte, 0, 32)
  392. b = append(b, ro.daysWide[t.Weekday()]...)
  393. b = append(b, []byte{0x2c, 0x20}...)
  394. b = strconv.AppendInt(b, int64(t.Day()), 10)
  395. b = append(b, []byte{0x20}...)
  396. b = append(b, ro.monthsWide[t.Month()]...)
  397. b = append(b, []byte{0x20}...)
  398. b = strconv.AppendInt(b, int64(t.Year()), 10)
  399. return b
  400. }
  401. // FmtTimeShort returns the short time representation of 't' for 'ro_RO'
  402. // returned as a []byte just in case the caller wishes to add more and can help
  403. // avoid allocations; otherwise just cast as string.
  404. func (ro *ro_RO) FmtTimeShort(t time.Time) []byte {
  405. b := make([]byte, 0, 32)
  406. if t.Hour() < 10 {
  407. b = append(b, '0')
  408. }
  409. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  410. b = append(b, ro.timeSeparator...)
  411. if t.Minute() < 10 {
  412. b = append(b, '0')
  413. }
  414. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  415. return b
  416. }
  417. // FmtTimeMedium returns the medium time representation of 't' for 'ro_RO'
  418. // returned as a []byte just in case the caller wishes to add more and can help
  419. // avoid allocations; otherwise just cast as string.
  420. func (ro *ro_RO) FmtTimeMedium(t time.Time) []byte {
  421. b := make([]byte, 0, 32)
  422. if t.Hour() < 10 {
  423. b = append(b, '0')
  424. }
  425. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  426. b = append(b, ro.timeSeparator...)
  427. if t.Minute() < 10 {
  428. b = append(b, '0')
  429. }
  430. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  431. b = append(b, ro.timeSeparator...)
  432. if t.Second() < 10 {
  433. b = append(b, '0')
  434. }
  435. b = strconv.AppendInt(b, int64(t.Second()), 10)
  436. return b
  437. }
  438. // FmtTimeLong returns the long time representation of 't' for 'ro_RO'
  439. // returned as a []byte just in case the caller wishes to add more and can help
  440. // avoid allocations; otherwise just cast as string.
  441. func (ro *ro_RO) FmtTimeLong(t time.Time) []byte {
  442. b := make([]byte, 0, 32)
  443. if t.Hour() < 10 {
  444. b = append(b, '0')
  445. }
  446. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  447. b = append(b, ro.timeSeparator...)
  448. if t.Minute() < 10 {
  449. b = append(b, '0')
  450. }
  451. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  452. b = append(b, ro.timeSeparator...)
  453. if t.Second() < 10 {
  454. b = append(b, '0')
  455. }
  456. b = strconv.AppendInt(b, int64(t.Second()), 10)
  457. b = append(b, []byte{0x20}...)
  458. tz, _ := t.Zone()
  459. b = append(b, tz...)
  460. return b
  461. }
  462. // FmtTimeFull returns the full time representation of 't' for 'ro_RO'
  463. // returned as a []byte just in case the caller wishes to add more and can help
  464. // avoid allocations; otherwise just cast as string.
  465. func (ro *ro_RO) FmtTimeFull(t time.Time) []byte {
  466. b := make([]byte, 0, 32)
  467. if t.Hour() < 10 {
  468. b = append(b, '0')
  469. }
  470. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  471. b = append(b, ro.timeSeparator...)
  472. if t.Minute() < 10 {
  473. b = append(b, '0')
  474. }
  475. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  476. b = append(b, ro.timeSeparator...)
  477. if t.Second() < 10 {
  478. b = append(b, '0')
  479. }
  480. b = strconv.AppendInt(b, int64(t.Second()), 10)
  481. b = append(b, []byte{0x20}...)
  482. tz, _ := t.Zone()
  483. if btz, ok := ro.timezones[tz]; ok {
  484. b = append(b, btz...)
  485. } else {
  486. b = append(b, tz...)
  487. }
  488. return b
  489. }