refinerycms-i18n 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. data/REFINERY_README +8 -0
  2. data/Rakefile +34 -0
  3. data/config/locales/ar.yml +121 -0
  4. data/config/locales/bg.yml +198 -0
  5. data/config/locales/bn-IN.yml +180 -0
  6. data/config/locales/bs.yml +114 -0
  7. data/config/locales/ca-ES.yml +155 -0
  8. data/config/locales/cz.rb +166 -0
  9. data/config/locales/da.yml +167 -0
  10. data/config/locales/de-AT.yml +140 -0
  11. data/config/locales/de.yml +141 -0
  12. data/config/locales/dsb.yml +182 -0
  13. data/config/locales/el.yml +191 -0
  14. data/config/locales/es-AR.yml +168 -0
  15. data/config/locales/es-CO.yml +146 -0
  16. data/config/locales/es-MX.yml +118 -0
  17. data/config/locales/es.yml +186 -0
  18. data/config/locales/et.yml +109 -0
  19. data/config/locales/fa.yml +119 -0
  20. data/config/locales/fi.yml +154 -0
  21. data/config/locales/fr-CH.yml +123 -0
  22. data/config/locales/fr.yml +140 -0
  23. data/config/locales/fun/en-AU.rb +105 -0
  24. data/config/locales/fun/gibberish.rb +109 -0
  25. data/config/locales/fur.yml +141 -0
  26. data/config/locales/gl-ES.yml +193 -0
  27. data/config/locales/he.yml +103 -0
  28. data/config/locales/hr.yml +116 -0
  29. data/config/locales/hsb.yml +190 -0
  30. data/config/locales/hu.yml +144 -0
  31. data/config/locales/id.yml +122 -0
  32. data/config/locales/is.yml +142 -0
  33. data/config/locales/it.yml +146 -0
  34. data/config/locales/ja.yml +139 -0
  35. data/config/locales/ko.yml +153 -0
  36. data/config/locales/lo.yml +201 -0
  37. data/config/locales/lt.yml +141 -0
  38. data/config/locales/lv.yml +132 -0
  39. data/config/locales/mk.yml +115 -0
  40. data/config/locales/nb.yml +103 -0
  41. data/config/locales/nl.yml +173 -0
  42. data/config/locales/nn.yml +96 -0
  43. data/config/locales/pl.yml +127 -0
  44. data/config/locales/pt-BR.yml +148 -0
  45. data/config/locales/pt-PT.yml +220 -0
  46. data/config/locales/rm.yml +134 -0
  47. data/config/locales/ro.yml +152 -0
  48. data/config/locales/ru.yml +210 -0
  49. data/config/locales/sk.yml +139 -0
  50. data/config/locales/sl.yml +190 -0
  51. data/config/locales/sr-Latn.yml +116 -0
  52. data/config/locales/sr.yml +116 -0
  53. data/config/locales/sv-SE.yml +191 -0
  54. data/config/locales/sw.yml +123 -0
  55. data/config/locales/th.rb +222 -0
  56. data/config/locales/tr.yml +139 -0
  57. data/config/locales/uk.yml +237 -0
  58. data/config/locales/vi.yml +198 -0
  59. data/config/locales/zh-CN.yml +131 -0
  60. data/config/locales/zh-TW.yml +132 -0
  61. data/i18n-js-readme.rdoc +249 -0
  62. data/lib/gemspec.rb +29 -0
  63. data/lib/refinery/i18n-filter.rb +38 -0
  64. data/lib/refinery/i18n-js.rb +132 -0
  65. data/lib/refinery/i18n-js.yml +4 -0
  66. data/lib/refinery/i18n.js +339 -0
  67. data/lib/refinery/i18n.rb +146 -0
  68. data/lib/refinery/translate.rb +13 -0
  69. data/lib/tasks/i18n-js_tasks.rake +16 -0
  70. data/lib/tasks/translate.rake +200 -0
  71. data/lib/translate/file.rb +35 -0
  72. data/lib/translate/keys.rb +123 -0
  73. data/lib/translate/log.rb +39 -0
  74. data/lib/translate/storage.rb +20 -0
  75. data/test/i18n-test.html +50 -0
  76. data/test/i18n-test.js +661 -0
  77. data/test/i18n_js_test.rb +168 -0
  78. data/test/jsunittest/jsunittest.js +1017 -0
  79. data/test/jsunittest/unittest.css +54 -0
  80. data/test/resources/custom_path.yml +4 -0
  81. data/test/resources/default.yml +4 -0
  82. data/test/resources/locales.yml +76 -0
  83. data/test/resources/multiple_files.yml +6 -0
  84. data/test/resources/no_scope.yml +3 -0
  85. data/test/resources/simple_scope.yml +4 -0
  86. data/test/test_helper.rb +24 -0
  87. data/translate-readme.md +61 -0
  88. metadata +154 -0
@@ -0,0 +1,153 @@
1
+ # Korean (한글) translations for Ruby on Rails
2
+ # by John Hwang (jhwang@tavon.org)
3
+ # http://github.com/tavon
4
+
5
+ ko:
6
+ date:
7
+ formats:
8
+ default: "%Y/%m/%d"
9
+ short: "%m/%d"
10
+ long: "%Y년 %m월 %d일 (%a)"
11
+
12
+ day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
13
+ abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
14
+
15
+ month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
16
+ abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
17
+
18
+ order: [ :year, :month, :day ]
19
+
20
+ time:
21
+ formats:
22
+ default: "%Y/%m/%d %H:%M:%S"
23
+ short: "%y/%m/%d %H:%M"
24
+ long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
25
+ am: "오전"
26
+ pm: "오후"
27
+
28
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
29
+ datetime:
30
+ distance_in_words:
31
+ half_a_minute: "30초"
32
+ less_than_x_seconds:
33
+ one: "일초 이하"
34
+ other: "%{count}초 이하"
35
+ x_seconds:
36
+ one: "일초"
37
+ other: "%{count}초"
38
+ less_than_x_minutes:
39
+ one: "일분 이하"
40
+ other: "%{count}분 이하"
41
+ x_minutes:
42
+ one: "일분"
43
+ other: "%{count}분"
44
+ about_x_hours:
45
+ one: "약 한시간"
46
+ other: "약 %{count}시간"
47
+ x_days:
48
+ one: "하루"
49
+ other: "%{count}일"
50
+ about_x_months:
51
+ one: "약 한달"
52
+ other: "약 %{count}달"
53
+ x_months:
54
+ one: "한달"
55
+ other: "%{count}달"
56
+ about_x_years:
57
+ one: "약 일년"
58
+ other: "약 %{count}년"
59
+ over_x_years:
60
+ one: "일년 이상"
61
+ other: "%{count}년 이상"
62
+ prompts:
63
+ year: "년"
64
+ month: "월"
65
+ day: "일"
66
+ hour: "시"
67
+ minute: "분"
68
+ second: "초"
69
+
70
+ number:
71
+ # Used in number_with_delimiter()
72
+ # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
73
+ format:
74
+ # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
75
+ separator: "."
76
+ # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
77
+ delimiter: ","
78
+ # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
79
+ precision: 3
80
+
81
+ # Used in number_to_currency()
82
+ currency:
83
+ format:
84
+ # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
85
+ format: "%u%n"
86
+ unit: "₩"
87
+ # These three are to override number.format and are optional
88
+ separator: "."
89
+ delimiter: ","
90
+ precision: 0
91
+
92
+ # Used in number_to_percentage()
93
+ percentage:
94
+ format:
95
+ # These three are to override number.format and are optional
96
+ # separator:
97
+ delimiter: ""
98
+ # precision:
99
+
100
+ # Used in number_to_precision()
101
+ precision:
102
+ format:
103
+ # These three are to override number.format and are optional
104
+ # separator:
105
+ delimiter: ""
106
+ # precision:
107
+
108
+ # Used in number_to_human_size()
109
+ human:
110
+ format:
111
+ # These three are to override number.format and are optional
112
+ # separator:
113
+ delimiter: ""
114
+ precision: 1
115
+ storage_units: [Bytes, KB, MB, GB, TB]
116
+
117
+ # Used in array.to_sentence.
118
+ support:
119
+ array:
120
+ words_connector: ", "
121
+ two_words_connector: "과 "
122
+ last_word_connector: ", "
123
+
124
+ activerecord:
125
+ errors:
126
+ template:
127
+ header:
128
+ one: "한개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
129
+ other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
130
+ # The variable :count is also available
131
+ body: "다음 항목에 문제가 발견되었습니다:"
132
+
133
+ messages:
134
+ inclusion: "은 목록에 포함되어 있습니다"
135
+ exclusion: "은 목록에 포함되어 있지 않습니다"
136
+ invalid: "은 무효입니다"
137
+ confirmation: "은 확인되었습니다"
138
+ accepted: "은 확인되었습니다"
139
+ empty: "은 비어두면 안 됩니다"
140
+ blank: "은 비어두면 안 됩니다"
141
+ too_long: "은 너무 깁니다 (최대 %{count}자 까지)"
142
+ too_short: "은 너무 짧습니다 (최소 %{count}자 까지)"
143
+ wrong_length: "은 길이가 틀렸습니다 (%{count}자를 필요합니다)"
144
+ taken: "은 이미 선택되었습니다"
145
+ not_a_number: "은 숫자가 아닙니다"
146
+ greater_than: "은 %{count}이상을 요구합니다"
147
+ greater_than_or_equal_to: "은 %{count}과 같거나 이상을 요구합니다"
148
+ equal_to: "은 %{count}과 같아야 합니다"
149
+ less_than: "은 %{count}이하를 요구합니다"
150
+ less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다"
151
+ odd: "은 홀수을 요구합니다"
152
+ even: "은 짝수을 요구합니다"
153
+ # Append your own errors here or at the model/attributes scope.
@@ -0,0 +1,201 @@
1
+ # Lao translation for Ruby on Rails
2
+ # By justin maccarthy justin.maccarthy@gmail.com with help from Lao language experts...
3
+ #
4
+
5
+ th:
6
+ number:
7
+ # Used in number_with_delimiter()
8
+ # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9
+ format:
10
+ # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11
+ separator: "."
12
+ # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13
+ delimiter: ","
14
+ # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
15
+ precision: 3
16
+
17
+ # Used in number_to_currency()
18
+ currency:
19
+ format:
20
+ # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
21
+ format: "%n %u"
22
+ unit: "Kip"
23
+ # These three are to override number.format and are optional
24
+ separator: "."
25
+ delimiter: ","
26
+ precision: 2
27
+
28
+ # Used in number_to_percentage()
29
+ percentage:
30
+ format:
31
+ # These three are to override number.format and are optional
32
+ # separator:
33
+ delimiter: ""
34
+ # precision:
35
+
36
+ # Used in number_to_precision()
37
+ precision:
38
+ format:
39
+ # These three are to override number.format and are optional
40
+ # separator:
41
+ delimiter: ""
42
+ # precision:
43
+
44
+ # Used in number_to_human_size()
45
+ human:
46
+ format:
47
+ # These three are to override number.format and are optional
48
+ # separator:
49
+ delimiter: ""
50
+ precision: 1
51
+ storage_units:
52
+ # Storage units output formatting.
53
+ # %u is the storage unit, %n is the number (default: 2 MB)
54
+ format: "%n %u"
55
+ units:
56
+ byte:
57
+ one: "Byte"
58
+ other: "Bytes"
59
+ kb: "KB"
60
+ mb: "MB"
61
+ gb: "GB"
62
+ tb: "TB"
63
+
64
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
65
+ datetime:
66
+ distance_in_words:
67
+ half_a_minute: "ครึ่งนาที"
68
+ less_than_x_seconds:
69
+ one: "น้อยกว่า 1 วินาที"
70
+ other: "น้อยกว่า %{count} วินาที"
71
+ x_seconds:
72
+ one: "1 วินาที"
73
+ other: "%{count} วินาที"
74
+ less_than_x_minutes:
75
+ one: "น้อยกว่า 1 นาที"
76
+ other: "น้อยกว่า %{count} นาที"
77
+ x_minutes:
78
+ one: "1 นาที"
79
+ other: "%{count} นาที"
80
+ about_x_hours:
81
+ one: "ประมาณ 1 ชั่วโมง"
82
+ other: "ประมาณ %{count} ชั่วโมง"
83
+ x_days:
84
+ one: "1 วัน"
85
+ other: "%{count} วัน"
86
+ about_x_months:
87
+ one: "ประมาณ 1 เดือน"
88
+ other: "ประมาณ %{count} เดือน"
89
+ x_months:
90
+ one: "1 เดือน"
91
+ other: "%{count} เดือน"
92
+ about_x_years:
93
+ one: "ประมาณ 1 ปี"
94
+ other: "ประมาณ %{count} ปี"
95
+ over_x_years:
96
+ one: "มากกว่า 1 ปี"
97
+ other: "มากกว่า %{count} ปี"
98
+ prompts:
99
+ year: "ปี"
100
+ month: "เดือน"
101
+ day: "วัน"
102
+ hour: "ชั่วโมง"
103
+ minute: "นาที"
104
+ second: "วินาที"
105
+
106
+ activerecord:
107
+ errors:
108
+ template:
109
+ header:
110
+ one: "ไม่สามารถบันทึก %{model} ได้เนื่องจากเกิดข้อผิดพลาด"
111
+ other: "ไม่สามารถบันทึก %{model} ได้เนื่องจากเกิด %{count} ข้อผิดพลาด"
112
+ # The variable :count is also available
113
+ body: "โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:"
114
+
115
+ # The values :model, :attribute and :value are always available for interpolation
116
+ # The value :count is available when applicable. Can be used for pluralization.
117
+ messages:
118
+ inclusion: "ບໍ່ໄດ້ຮວມຢູ່ໃນບັນຊີລາຍການ"
119
+ exclusion: "ມີການຈອງໄວ້ແລ້ວ"
120
+ invalid: "ບໍ່ຖືກ"
121
+ confirmation: "ບໍ່ຖືກກັບການຢືນຢັນ"
122
+ accepted: "ຕ້ອງຍອມຮັບ"
123
+ empty: "ວ່າງໄວ້ບໍ່ໄດ້"
124
+ blank: "ເປົ່າບໍ່ໄດ້"
125
+ too_long: "ຍາວໂພດ (ສູງສຸດຄື %{count} ຕົວອັກສອນ"
126
+ too_short: "ສັ້ນໂພດ (ຕຳ່ສຸດຄື %{count} ຕົວອັກສອນ"
127
+ wrong_length: "ຄວາມຍາວຜິດ (ຄວນຈະເປັນ %{count} ຕົວອັກສອນ"
128
+ taken: "ຮັບເອົາໄປແລ້ວ"
129
+ not_a_number: "ບໍ່ແມ່ນຕົວເລກ"
130
+ greater_than: "ຕ້ອງສູງກວ່າ %{count}"
131
+ greater_than_or_equal_to: "ຕ້ອງສູງກວ່າ ຫຼື ເທົ່າກັບ %{count}"
132
+ equal_to: "ຕ້ອງເທົ່າກັບ %{count}"
133
+ less_than: "ຕ້ອງຕຳ່ກວ່າ %{count}"
134
+ less_than_or_equal_to: "ຕ້ອງຕຳ່ກວ່າ ຫຼື ເທົ່າກັບ %{count}"
135
+ odd: "ຕ້ອງເປັນເລກຄີກ"
136
+ even: "ຕ້ອງເປັນເລກຄູ່"
137
+ record_invalid: "ການຢືນຢັນບໍ່ສຳເລັດ : %{errors}"
138
+ # Append your own errors here or at the model/attributes scope.
139
+
140
+ # You can define own errors for models or model attributes.
141
+ # The values :model, :attribute and :value are always available for interpolation.
142
+ #
143
+ # For example,
144
+ # models:
145
+ # user:
146
+ # blank: "This is a custom blank message for %{model}: %{attribute}"
147
+ # attributes:
148
+ # login:
149
+ # blank: "This is a custom blank message for User login"
150
+ # Will define custom blank validation message for User model and
151
+ # custom blank validation message for login attribute of User model.
152
+ #models:
153
+
154
+ # Translate model names. Used in Model.human_name().
155
+ #models:
156
+ # For example,
157
+ # user: "Dude"
158
+ # will translate User model name to "Dude"
159
+
160
+ # Translate model attribute names. Used in Model.human_attribute_name(attribute).
161
+ #attributes:
162
+ # For example,
163
+ # user:
164
+ # login: "Handle"
165
+ # will translate User attribute "login" as "Handle"
166
+
167
+ date:
168
+ formats:
169
+ # Use the strftime parameters for formats.
170
+ # When no format has been given, it uses default.
171
+ # You can provide other formats here if you like!
172
+ default: "%d-%m-%Y"
173
+ short: "%e %b"
174
+ long: "%e %B %Y"
175
+
176
+ day_names: ["ວັນຈັນ", "ວັນອັງຄານ", "ວັນພຸດ", "ວັນພະຫັດ", "ວັນສຸກ", "ວັນເສົາ", "ວັນອາທິດ"]
177
+ abbr_day_names: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส"]
178
+
179
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
180
+ month_names: [~, "ມັງກອນ", "กุมภาพันธ์", "", "เมษายน", "ເດືອນພຶດສະພາ", "ມີຖຸນາ", "ເດືອນກໍລະກົດ", "ເດືອນສິງຫາ", "ກັນຍາ", "ຕຸລາ", "ພະຈິກ", "ທັນວາ"]
181
+ abbr_month_names: [~, "ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."]
182
+ # Used in date_select and datime_select.
183
+ order: [ :day, :month, :year ]
184
+
185
+ time:
186
+ formats:
187
+ default: "%a %d %b %Y %H:%M:%S %z"
188
+ short: "%d %b %H:%M น."
189
+ long: "%d %B %Y %H:%M น."
190
+ am: ""
191
+ pm: ""
192
+
193
+ # Used in array.to_sentence.
194
+ support:
195
+ array:
196
+ words_connector: ", "
197
+ two_words_connector: "ແລະ "
198
+ last_word_connector: ", ແລະ "
199
+ select:
200
+ # default value for :prompt => true in FormOptionsHelper
201
+ prompt: "โปรดเลือก"
@@ -0,0 +1,141 @@
1
+ # Lithuanian translations for Ruby on Rails
2
+ # by Laurynas Butkus (laurynas.butkus@gmail.com)
3
+
4
+ lt:
5
+ number:
6
+ format:
7
+ separator: ","
8
+ delimiter: " "
9
+ precision: 3
10
+
11
+ currency:
12
+ format:
13
+ format: "%n %u"
14
+ unit: "Lt"
15
+ separator: ","
16
+ delimiter: " "
17
+ precision: 2
18
+
19
+ percentage:
20
+ format:
21
+ delimiter: ""
22
+
23
+ precision:
24
+ format:
25
+ delimiter: ""
26
+
27
+ human:
28
+ format:
29
+ delimiter: ""
30
+ precision: 1
31
+ storage_units:
32
+ # Storage units output formatting.
33
+ # %u is the storage unit, %n is the number (default: 2 MB)
34
+ format: "%n %u"
35
+ units:
36
+ byte:
37
+ one: "Baitas"
38
+ other: "Baitai"
39
+ kb: "KB"
40
+ mb: "MB"
41
+ gb: "GB"
42
+ tb: "TB"
43
+
44
+ datetime:
45
+ distance_in_words:
46
+ half_a_minute: "pusė minutės"
47
+ less_than_x_seconds:
48
+ one: "mažiau nei 1 sekundė"
49
+ other: "mažiau nei %{count} sekundės"
50
+ x_seconds:
51
+ one: "1 sekundė"
52
+ other: "%{count} sekundės"
53
+ less_than_x_minutes:
54
+ one: "mažiau nei minutė"
55
+ other: "mažiau nei %{count} minutės"
56
+ x_minutes:
57
+ one: "1 minutė"
58
+ other: "%{count} minutės"
59
+ about_x_hours:
60
+ one: "apie 1 valanda"
61
+ other: "apie %{count} valandų"
62
+ x_days:
63
+ one: "1 diena"
64
+ other: "%{count} dienų"
65
+ about_x_months:
66
+ one: "apie 1 mėnuo"
67
+ other: "apie %{count} mėnesiai"
68
+ x_months:
69
+ one: "1 mėnuo"
70
+ other: "%{count} mėnesiai"
71
+ about_x_years:
72
+ one: "apie 1 metai"
73
+ other: "apie %{count} metų"
74
+ over_x_years:
75
+ one: "virš 1 metų"
76
+ other: "virš %{count} metų"
77
+ prompts:
78
+ year: "Metai"
79
+ month: "Mėnuo"
80
+ day: "Diena"
81
+ hour: "Valanda"
82
+ minute: "Minutė"
83
+ second: "Sekundės"
84
+
85
+ activerecord:
86
+ errors:
87
+ template:
88
+ header:
89
+ one: "Išsaugant objektą %{model} rasta klaida"
90
+ other: "Išsaugant objektą %{model} rastos %{count} klaidos"
91
+ body: "Šiuose laukuose yra klaidų:"
92
+
93
+ messages:
94
+ inclusion: "nenumatyta reikšmė"
95
+ exclusion: "užimtas"
96
+ invalid: "neteisingas"
97
+ confirmation: "neteisingai pakartotas"
98
+ accepted: "turi būti patvirtintas"
99
+ empty: "negali būti tuščias"
100
+ blank: "negali būti tuščias"
101
+ too_long: "per ilgas (daugiausiai %{count} simboliai)"
102
+ too_short: "per trumpas (mažiausiai %{count} simboliai)"
103
+ wrong_length: "neteisingo ilgio (turi būti %{count} simboliai)"
104
+ taken: "jau užimtas"
105
+ not_a_number: "ne skaičius"
106
+ greater_than: "turi būti didesnis už %{count}"
107
+ greater_than_or_equal_to: "turi būti didesnis arba lygus %{count}"
108
+ equal_to: "turi būti lygus %{count}"
109
+ less_than: "turi būti mažesnis už %{count}"
110
+ less_than_or_equal_to: "turi būti mažesnis arba lygus %{count}"
111
+ odd: "turi būti nelyginis"
112
+ even: "turi būti lyginis"
113
+
114
+ models:
115
+
116
+ date:
117
+ formats:
118
+ default: "%Y-%m-%d"
119
+ short: "%b %d"
120
+ long: "%B %d, %Y"
121
+
122
+ day_names: [sekmadienis, pirmadienis, antradienis, trečiadienis, ketvirtadienis, penktadienis, šeštadienis]
123
+ abbr_day_names: [Sek, Pir, Ant, Tre, Ket, Pen, Šeš]
124
+
125
+ month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio]
126
+ abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd]
127
+ order: [ :year, :month, :day ]
128
+
129
+ time:
130
+ formats:
131
+ default: "%a, %d %b %Y %H:%M:%S %z"
132
+ short: "%d %b %H:%M"
133
+ long: "%B %d, %Y %H:%M"
134
+ am: "am"
135
+ pm: "pm"
136
+
137
+ support:
138
+ array:
139
+ words_connector: ", "
140
+ two_words_connector: " ir "
141
+ last_word_connector: " ir "