rails-i18n 0.6.5 → 4.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (188) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +217 -0
  3. data/README.md +48 -19
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
  5. data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
  6. data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
  7. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  8. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  9. data/rails/locale/af.yml +199 -0
  10. data/rails/locale/ar.yml +163 -87
  11. data/rails/locale/az.yml +36 -42
  12. data/rails/locale/be.yml +205 -0
  13. data/rails/locale/bg.yml +28 -34
  14. data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
  15. data/rails/locale/bs.yml +46 -44
  16. data/rails/locale/ca.yml +43 -49
  17. data/rails/locale/cs.yml +75 -62
  18. data/rails/locale/cy.yml +88 -44
  19. data/rails/locale/da.yml +32 -32
  20. data/rails/locale/de-AT.yml +48 -41
  21. data/rails/locale/de-CH.yml +58 -47
  22. data/rails/locale/de-DE.yml +210 -0
  23. data/rails/locale/de.yml +51 -44
  24. data/rails/locale/el.yml +41 -41
  25. data/rails/locale/en-AU.yml +28 -34
  26. data/rails/locale/en-CA.yml +28 -43
  27. data/rails/locale/en-GB.yml +28 -34
  28. data/rails/locale/en-IE.yml +199 -0
  29. data/rails/locale/en-IN.yml +28 -34
  30. data/rails/locale/en-NZ.yml +199 -0
  31. data/rails/locale/en-US.yml +35 -35
  32. data/rails/locale/en-ZA.yml +205 -0
  33. data/rails/locale/en.yml +34 -34
  34. data/rails/locale/eo.yml +28 -34
  35. data/rails/locale/es-419.yml +199 -0
  36. data/rails/locale/es-AR.yml +38 -39
  37. data/rails/locale/es-CL.yml +32 -33
  38. data/rails/locale/es-CO.yml +38 -39
  39. data/rails/locale/es-CR.yml +204 -0
  40. data/rails/locale/es-EC.yml +205 -0
  41. data/rails/locale/es-ES.yml +204 -0
  42. data/rails/locale/es-MX.yml +39 -39
  43. data/rails/locale/es-PA.yml +205 -0
  44. data/rails/locale/es-PE.yml +60 -37
  45. data/rails/locale/es-US.yml +204 -0
  46. data/rails/locale/es-VE.yml +40 -41
  47. data/rails/locale/es.yml +41 -36
  48. data/rails/locale/et.yml +33 -39
  49. data/rails/locale/eu.yml +41 -47
  50. data/rails/locale/fa.yml +41 -47
  51. data/rails/locale/fi.yml +43 -49
  52. data/rails/locale/fr-CA.yml +29 -35
  53. data/rails/locale/fr-CH.yml +35 -35
  54. data/rails/locale/fr-FR.yml +207 -0
  55. data/rails/locale/fr.yml +172 -187
  56. data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
  57. data/rails/locale/he.yml +35 -41
  58. data/rails/locale/hi-IN.yml +35 -41
  59. data/rails/locale/hi.yml +37 -43
  60. data/rails/locale/hr.yml +61 -61
  61. data/rails/locale/hu.yml +51 -57
  62. data/rails/locale/id.yml +50 -44
  63. data/rails/locale/is.yml +31 -31
  64. data/rails/locale/it-CH.yml +199 -0
  65. data/rails/locale/it.yml +82 -82
  66. data/rails/locale/ja.yml +53 -55
  67. data/rails/locale/km.yml +164 -0
  68. data/rails/locale/kn.yml +38 -44
  69. data/rails/locale/ko.yml +29 -35
  70. data/rails/locale/lb.yml +206 -0
  71. data/rails/locale/lo.yml +85 -43
  72. data/rails/locale/lt.yml +85 -49
  73. data/rails/locale/lv.yml +63 -48
  74. data/rails/locale/mk.yml +80 -51
  75. data/rails/locale/mn.yml +56 -62
  76. data/rails/locale/mr-IN.yml +206 -0
  77. data/rails/locale/ms.yml +199 -0
  78. data/rails/locale/nb.yml +32 -33
  79. data/rails/locale/ne.yml +199 -0
  80. data/rails/locale/nl.yml +65 -59
  81. data/rails/locale/nn.yml +70 -28
  82. data/rails/locale/or.yml +193 -0
  83. data/rails/locale/pa.yml +205 -0
  84. data/rails/locale/pl.yml +69 -53
  85. data/rails/locale/pt-BR.yml +44 -44
  86. data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
  87. data/rails/locale/rm.yml +74 -32
  88. data/rails/locale/ro.yml +41 -34
  89. data/rails/locale/ru.yml +51 -51
  90. data/rails/locale/sk.yml +35 -40
  91. data/rails/locale/sl.yml +33 -37
  92. data/rails/locale/sq.yml +205 -0
  93. data/rails/locale/sr.yml +128 -61
  94. data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
  95. data/rails/locale/sw.yml +24 -30
  96. data/rails/locale/ta.yml +205 -0
  97. data/rails/locale/th.yml +25 -31
  98. data/rails/locale/tl.yml +105 -135
  99. data/rails/locale/tr.yml +62 -56
  100. data/rails/locale/tt.yml +215 -0
  101. data/rails/locale/ug.yml +204 -0
  102. data/rails/locale/uk.yml +54 -60
  103. data/rails/locale/ur.yml +206 -0
  104. data/rails/locale/uz.yml +251 -0
  105. data/rails/locale/vi.yml +33 -35
  106. data/rails/locale/wo.yml +30 -36
  107. data/rails/locale/zh-CN.yml +47 -41
  108. data/rails/locale/zh-HK.yml +205 -0
  109. data/rails/locale/zh-TW.yml +50 -44
  110. data/rails/locale/zh-YUE.yml +205 -0
  111. data/rails/pluralization/ar.rb +1 -0
  112. data/rails/pluralization/bg.rb +3 -0
  113. data/rails/pluralization/bn.rb +3 -0
  114. data/rails/pluralization/br.rb +1 -0
  115. data/rails/pluralization/ca.rb +3 -0
  116. data/rails/pluralization/da.rb +3 -0
  117. data/rails/pluralization/de-AT.rb +3 -0
  118. data/rails/pluralization/de-CH.rb +3 -0
  119. data/rails/pluralization/de-DE.rb +3 -0
  120. data/rails/pluralization/de.rb +3 -0
  121. data/rails/pluralization/el.rb +3 -0
  122. data/rails/pluralization/en-AU.rb +3 -0
  123. data/rails/pluralization/en-CA.rb +3 -0
  124. data/rails/pluralization/en-GB.rb +3 -0
  125. data/rails/pluralization/en-IN.rb +3 -0
  126. data/rails/pluralization/en-NZ.rb +3 -0
  127. data/rails/pluralization/en.rb +3 -0
  128. data/rails/pluralization/eo.rb +3 -0
  129. data/rails/pluralization/es-419.rb +3 -0
  130. data/rails/pluralization/es-AR.rb +3 -0
  131. data/rails/pluralization/es-CL.rb +3 -0
  132. data/rails/pluralization/es-CO.rb +3 -0
  133. data/rails/pluralization/es-EC.rb +3 -0
  134. data/rails/pluralization/es-ES.rb +3 -0
  135. data/rails/pluralization/es-MX.rb +3 -0
  136. data/rails/pluralization/es-PE.rb +3 -0
  137. data/rails/pluralization/es-VE.rb +3 -0
  138. data/rails/pluralization/es.rb +3 -0
  139. data/rails/pluralization/et.rb +3 -0
  140. data/rails/pluralization/eu.rb +3 -0
  141. data/rails/pluralization/fi.rb +3 -0
  142. data/rails/pluralization/fr-CA.rb +3 -0
  143. data/rails/pluralization/fr-CH.rb +3 -0
  144. data/rails/pluralization/fr-FR.rb +3 -0
  145. data/rails/pluralization/gl.rb +3 -0
  146. data/rails/pluralization/gv.rb +1 -0
  147. data/rails/pluralization/hi-IN.rb +3 -0
  148. data/rails/pluralization/hsb.rb +28 -0
  149. data/rails/pluralization/hu.rb +2 -2
  150. data/rails/pluralization/is.rb +3 -0
  151. data/rails/pluralization/it-CH.rb +3 -0
  152. data/rails/pluralization/it.rb +3 -0
  153. data/rails/pluralization/lag.rb +1 -0
  154. data/rails/pluralization/lt.rb +1 -0
  155. data/rails/pluralization/lv.rb +1 -0
  156. data/rails/pluralization/mk.rb +1 -0
  157. data/rails/pluralization/mn.rb +3 -0
  158. data/rails/pluralization/mr-IN.rb +3 -0
  159. data/rails/pluralization/mt.rb +1 -0
  160. data/rails/pluralization/nb.rb +3 -0
  161. data/rails/pluralization/ne.rb +3 -0
  162. data/rails/pluralization/nl.rb +3 -0
  163. data/rails/pluralization/nn.rb +3 -0
  164. data/rails/pluralization/or.rb +3 -0
  165. data/rails/pluralization/pa.rb +3 -0
  166. data/rails/pluralization/pl.rb +1 -0
  167. data/rails/pluralization/sl.rb +1 -0
  168. data/rails/pluralization/sv.rb +3 -0
  169. data/rails/pluralization/sw.rb +3 -0
  170. data/rails/pluralization/ur.rb +3 -0
  171. data/rails/pluralization/zh-CN.rb +3 -0
  172. data/rails/pluralization/zh-HK.rb +3 -0
  173. data/rails/pluralization/zh-TW.rb +3 -0
  174. data/rails/pluralization/zh-YUE.rb +3 -0
  175. data/rails/transliteration/de.yml +12 -0
  176. data/rails/transliteration/el.yml +104 -0
  177. data/rails/transliteration/fr.yml +36 -0
  178. data/rails/transliteration/pl.yml +22 -0
  179. data/rails/transliteration/ro.yml +14 -0
  180. data/rails/transliteration/ru.rb +2 -0
  181. data/rails/transliteration/uk.rb +3 -1
  182. metadata +278 -194
  183. data/rails/locale/csb.yml +0 -210
  184. data/rails/locale/dsb.yml +0 -215
  185. data/rails/locale/fur.yml +0 -199
  186. data/rails/locale/gsw-CH.yml +0 -199
  187. data/rails/locale/hsb.yml +0 -214
  188. data/rails/locale/sr-Latn.yml +0 -170
data/rails/locale/th.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  th:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ th:
31
32
  - ศุกร์
32
33
  - เสาร์
33
34
  formats:
34
- default: ! '%d-%m-%Y'
35
- long: ! '%d %B %Y'
36
- short: ! '%d %b'
35
+ default: "%d-%m-%Y"
36
+ long: "%d %B %Y"
37
+ short: "%d %b"
37
38
  month_names:
38
39
  -
39
40
  - มกราคม
@@ -62,10 +63,10 @@ th:
62
63
  less_than_x_minutes: น้อยกว่า %{count} นาที
63
64
  less_than_x_seconds: น้อยกว่า %{count} วินาที
64
65
  over_x_years: มากกว่า %{count} ปี
65
- x_days: ! '%{count} วัน'
66
- x_minutes: ! '%{count} นาที'
67
- x_months: ! '%{count} เดือน'
68
- x_seconds: ! '%{count} วินาที'
66
+ x_days: "%{count} วัน"
67
+ x_minutes: "%{count} นาที"
68
+ x_months: "%{count} เดือน"
69
+ x_seconds: "%{count} วินาที"
69
70
  prompts:
70
71
  day: วัน
71
72
  hour: ชั่วโมง
@@ -73,8 +74,8 @@ th:
73
74
  month: เดือน
74
75
  second: วินาที
75
76
  year: ปี
76
- errors: &errors
77
- format: ! '%{attribute} %{message}'
77
+ errors:
78
+ format: "%{attribute} %{message}"
78
79
  messages:
79
80
  accepted: ต้องถูกยอมรับ
80
81
  blank: ต้องไม่เว้นว่างเอาไว้
@@ -92,13 +93,13 @@ th:
92
93
  not_a_number: ไม่ใช่ตัวเลข
93
94
  not_an_integer: ไม่ใช่จำนวนเต็ม
94
95
  odd: ต้องเป็นจำนวนคี่
95
- record_invalid: ! 'ไม่ผ่านการตรวจสอบ: %{errors}'
96
+ record_invalid: 'ไม่ผ่านการตรวจสอบ: %{errors}'
96
97
  taken: ถูกใช้ไปแล้ว
97
98
  too_long: ยาวเกินไป (ต้องไม่เกิน %{count} ตัวอักษร)
98
99
  too_short: สั้นเกินไป (ต้องยาวกว่า %{count} ตัวอักษร)
99
100
  wrong_length: มีความยาวไม่ถูกต้อง (ต้องมีความยาว %{count} ตัวอักษร)
100
101
  template:
101
- body: ! 'โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:'
102
+ body: 'โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:'
102
103
  header: พบข้อผิดพลาด %{count} ประการ ทำให้ไม่สามารถบันทึก%{model}ได้
103
104
  helpers:
104
105
  select:
@@ -110,22 +111,22 @@ th:
110
111
  number:
111
112
  currency:
112
113
  format:
113
- delimiter: ! ','
114
- format: ! '%n %u'
114
+ delimiter: ","
115
+ format: "%n %u"
115
116
  precision: 2
116
- separator: .
117
+ separator: "."
117
118
  significant: false
118
119
  strip_insignificant_zeros: false
119
120
  unit: บาท
120
121
  format:
121
- delimiter: ! ','
122
+ delimiter: ","
122
123
  precision: 3
123
- separator: .
124
+ separator: "."
124
125
  significant: false
125
126
  strip_insignificant_zeros: false
126
127
  human:
127
128
  decimal_units:
128
- format: ! '%n %u'
129
+ format: "%n %u"
129
130
  units:
130
131
  billion: พันล้าน
131
132
  million: ล้าน
@@ -139,7 +140,7 @@ th:
139
140
  significant: true
140
141
  strip_insignificant_zeros: true
141
142
  storage_units:
142
- format: ! '%n %u'
143
+ format: "%n %u"
143
144
  units:
144
145
  byte: ไบต์
145
146
  gb: จิกะไบต์
@@ -154,20 +155,13 @@ th:
154
155
  delimiter: ''
155
156
  support:
156
157
  array:
157
- last_word_connector: ! ', และ '
158
- two_words_connector: ! ' และ '
159
- words_connector: ! ', '
158
+ last_word_connector: ", และ "
159
+ two_words_connector: " และ "
160
+ words_connector: ", "
160
161
  time:
161
162
  am: ก่อนเที่ยง
162
163
  formats:
163
- default: ! '%a %d %b %Y %H:%M:%S %z'
164
- long: ! '%d %B %Y %H:%M น.'
165
- short: ! '%d %b %H:%M น.'
164
+ default: "%a %d %b %Y %H:%M:%S %z"
165
+ long: "%d %B %Y %H:%M น."
166
+ short: "%d %b %H:%M น."
166
167
  pm: หลังเที่ยง
167
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
168
- activemodel:
169
- errors:
170
- <<: *errors
171
- activerecord:
172
- errors:
173
- <<: *errors
data/rails/locale/tl.yml CHANGED
@@ -1,92 +1,77 @@
1
- # Filipino (Tagalog) translations for Rails
2
- # by Patrick CHEW (pchew@change.org)
3
- # contributors:
4
- # - Patrick CHEW - https://github.com/pchew-change (pchew@change.org)
5
- # - Jose BUSTAMANTE - (josebust@cisco.com)
6
- # Corrected by Christine Roque : christine@change.org
7
-
8
- "tl":
1
+ ---
2
+ tl:
9
3
  date:
10
4
  formats:
11
5
  default: "%d/%m/%Y"
12
6
  short: ika-%d ng %b
13
7
  long: ika-%d ng %B, %Y
14
-
15
8
  day_names:
16
- - Linggo
17
- - Lunes
18
- - Martes
19
- - Miyerkules
20
- - Huwebes
21
- - Biyernes
22
- - Sabado
23
-
9
+ - Linggo
10
+ - Lunes
11
+ - Martes
12
+ - Miyerkules
13
+ - Huwebes
14
+ - Biyernes
15
+ - Sabado
24
16
  abbr_day_names:
25
- - Lin
26
- - Lun
27
- - Mar
28
- - Miy
29
- - Huw
30
- - Biy
31
- - Sab
32
-
17
+ - Lin
18
+ - Lun
19
+ - Mar
20
+ - Miy
21
+ - Huw
22
+ - Biy
23
+ - Sab
33
24
  month_names:
34
- - ~
35
- - Enero
36
- - Pebrero
37
- - Marso
38
- - Abril
39
- - Mayo
40
- - Hunyo
41
- - Hulyo
42
- - Agosto
43
- - Setyembre
44
- - Oktubre
45
- - Nobyembre
46
- - Disyembre
47
-
25
+ -
26
+ - Enero
27
+ - Pebrero
28
+ - Marso
29
+ - Abril
30
+ - Mayo
31
+ - Hunyo
32
+ - Hulyo
33
+ - Agosto
34
+ - Setyembre
35
+ - Oktubre
36
+ - Nobyembre
37
+ - Disyembre
48
38
  abbr_month_names:
49
- - ~
50
- - Ene
51
- - Peb
52
- - Mar
53
- - Abr
54
- - May
55
- - Hun
56
- - Hul
57
- - Ago
58
- - Set
59
- - Okt
60
- - Nob
61
- - Dis
62
-
39
+ -
40
+ - Ene
41
+ - Peb
42
+ - Mar
43
+ - Abr
44
+ - May
45
+ - Hun
46
+ - Hul
47
+ - Ago
48
+ - Set
49
+ - Okt
50
+ - Nob
51
+ - Dis
63
52
  order:
64
- - :year
65
- - :month
66
- - :day
67
-
53
+ - :year
54
+ - :month
55
+ - :day
68
56
  time:
69
57
  formats:
70
58
  default: "%A, ika-%d ng %B ng %Y %H:%M:%S %z"
71
59
  short: "%d ng %b %H:%M"
72
- long: "ika-%d ng %B ng %Y %H:%M"
60
+ long: ika-%d ng %B ng %Y %H:%M
73
61
  am: AM
74
62
  pm: PM
75
-
76
63
  support:
77
64
  array:
78
65
  words_connector: ","
79
- two_words_connector: "at"
66
+ two_words_connector: at
80
67
  last_word_connector: ", at"
81
-
82
68
  number:
83
69
  format:
84
70
  separator: "."
85
71
  delimiter: ","
86
72
  precision: 3
87
- significant: FALSE
88
- strip_insignificant_zeros: FALSE
89
-
73
+ significant: false
74
+ strip_insignificant_zeros: false
90
75
  currency:
91
76
  format:
92
77
  format: "%n %u"
@@ -94,23 +79,20 @@
94
79
  separator: "."
95
80
  delimiter: ","
96
81
  precision: 2
97
- significant: FALSE
98
- strip_insignificant_zeros: FALSE
99
-
82
+ significant: false
83
+ strip_insignificant_zeros: false
100
84
  percentage:
101
- format:
102
- delimiter: ""
103
-
85
+ format:
86
+ delimiter: ''
104
87
  precision:
105
88
  format:
106
- delimiter: ""
107
-
89
+ delimiter: ''
108
90
  human:
109
91
  format:
110
- delimiter: ""
92
+ delimiter: ''
111
93
  precision: 1
112
- significant: TRUE
113
- strip_insignificant_zeros: TRUE
94
+ significant: true
95
+ strip_insignificant_zeros: true
114
96
  storage_units:
115
97
  format: "%n %u"
116
98
  units:
@@ -124,49 +106,48 @@
124
106
  decimal_units:
125
107
  format: "%n %u"
126
108
  units:
127
- unit: ""
109
+ unit: ''
128
110
  thousand: libo
129
111
  million: milyon
130
112
  billion: bilyon
131
113
  trillion: trilyon
132
114
  quadrillion: kuwadrilyon
133
-
134
115
  datetime:
135
116
  distance_in_words:
136
- half_a_minute: "kalahating isang minuto"
117
+ half_a_minute: kalahating minuto
137
118
  less_than_x_seconds:
138
119
  one: mas mababa sa isang segundo
139
- other: "mas mababa sa %{count} segundo"
120
+ other: mas mababa sa %{count} segundo
140
121
  x_seconds:
141
122
  one: isang segundo
142
123
  other: "%{count} segundo"
143
124
  less_than_x_minutes:
144
- one: mas mababa sa isang minuto
145
- other: "mas mababa sa %{count} minuto"
125
+ one: mas mababa sa isang minuto
126
+ other: mas mababa sa %{count} minuto
146
127
  x_minutes:
147
- one: isang minuto
148
- other: "%{count} minuto"
128
+ one: isang minuto
129
+ other: "%{count} minuto"
149
130
  about_x_hours:
150
- one: humigit-kumulang isang oras
151
- other: "humigit-kumulang %{count} oras"
131
+ one: humigit-kumulang isang oras
132
+ other: humigit-kumulang %{count} oras
152
133
  x_days:
153
- one: isang araw
154
- other: "%{count} araw"
134
+ one: isang araw
135
+ other: "%{count} araw"
155
136
  about_x_months:
156
- one: humigit-kumulang isang buwan
157
- other: "humigit-kumulang %{count} buwan"
137
+ one: humigit-kumulang isang buwan
138
+ other: humigit-kumulang %{count} buwan
158
139
  x_months:
159
- one: isang buwan
160
- other: "%{count} buwang"
140
+ one: isang buwan
141
+ other: "%{count} buwan"
161
142
  about_x_years:
162
- one: humigit-kumulang isang taon
163
- other: "humigit-kumulang %{count} taon"
143
+ one: humigit-kumulang isang taon
144
+ other: humigit-kumulang %{count} taon
164
145
  over_x_years:
165
- one: higit sa isang taon
166
- other: "higit %{count} taon"
146
+ one: higit sa isang taon
147
+ other: higit %{count} taon
167
148
  almost_x_years:
168
- one: halos isang taon
169
- other: "halos %{count} taon"
149
+ one: halos isang taon
150
+ other: halos %{count} taon
170
151
  prompts:
171
152
  year: taon
172
153
  month: buwan
@@ -174,56 +155,45 @@
174
155
  hour: oras
175
156
  minute: minuto
176
157
  second: segundo
177
-
178
158
  helpers:
179
159
  select:
180
160
  prompt: Mangyaring pumili
181
-
182
161
  submit:
183
- create: "lumikha ng %{model}"
184
- update: "i-update ang %{model}"
185
- submit: "isumite ang %{model}"
186
-
187
- errors: &errors
188
- format: "%{attribute} %{message}"
189
-
190
- messages: &errors_messages
191
- inclusion: ito ay hindi kasama sa listahan
192
- exclusion: ito ay nakalaan
193
- invalid: ito ay hindi wasto
194
- confirmation: ito ay hindi tumutugma ang pagpapatunay
195
- accepted: ito ay dapat na tanggapin
196
- empty: ito ay hindi maaaring walang laman
197
- blank: ito ay hindi maaaring maging katutubo
162
+ create: lumikha ng %{model}
163
+ update: i-update ang %{model}
164
+ submit: isumite ang %{model}
165
+ errors:
166
+ format: "%{attribute} ay %{message}"
167
+ messages:
168
+ inclusion: hindi kasama sa listahan
169
+ exclusion: nakalaan na
170
+ invalid: hindi wasto
171
+ confirmation: hindi tumutugma ang pagpapatunay
172
+ accepted: dapat na tanggapin
173
+ empty: hindi maaaring walang laman
174
+ blank: hindi maaaring walang laman
198
175
  too_long:
199
- one: "ito ay masyadong mahaba (maximum ay %{count} character)"
200
- other:
176
+ one: masyadong mahaba (pinakamadami ay %{count} character)
177
+ other: masyadong mahaba (pinakamadami ay %{count} character)
201
178
  too_short:
202
- one: "ito ay masyadong maikli (minimum ay %{count} character)"
203
- other:
179
+ one: masyadong maikli (pinakakonti ay %{count} character)
180
+ other: masyadong maikli (pinakakonti ay %{count} character)
204
181
  wrong_length:
205
- one: ito ay ang maling haba (ito ay dapat %{count} character eksaktong)
206
- other:
207
- not_a_number: ito ay hindi isang numero
182
+ one: ang maling haba (ito ay dapat eksaktong %{count} character)
183
+ other: ang maling haba (ito ay dapat eksaktong %{count} character)
184
+ not_a_number: hindi isang numero
208
185
  not_an_integer: dapat na isang integer
209
186
  greater_than: dapat na mas higit sa %{count}
210
187
  greater_than_or_equal_to: dapat na mas higit sa o katumbas ng %{count}
211
188
  equal_to: dapat na katumba sa %{count}
212
189
  less_than: dapat na mas mababa sa %{count}
213
190
  less_than_or_equal_to: dapat na mas mababa sa o katumbas ng %{count}
214
- odd: dapat maging kakaibang
215
- even: dapat maging kahit
216
- taken: ay ginagamit
217
- record_invalid: "Nabigo ang pagpapatunay: %{errors}"
191
+ odd: dapat maging odd
192
+ even: dapat maging even
193
+ taken: ginagamit na
194
+ record_invalid: 'Nabigo ang pagpapatunay: %{errors}'
218
195
  template:
219
196
  header:
220
- one: "hindi maaaring i-save ang %{model} na ito dahil sa isang error"
221
- other: "hindi maaaring i-save ang %{model} na ito dahil sa %{count} error"
222
- body: "May mga problema sa mga sumusunod na patlang:"
223
-
224
- activemodel:
225
- errors:
226
- <<: *errors
227
- activerecord:
228
- errors:
229
- <<: *errors
197
+ one: hindi maaaring i-save ang %{model} na ito dahil sa isang error
198
+ other: hindi maaaring i-save ang %{model} na ito dahil sa %{count} error
199
+ body: 'May mga problema sa mga sumusunod na patlang:'
data/rails/locale/tr.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  tr:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ tr:
9
10
  - Cum
10
11
  - Cts
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Oca
14
15
  - Şub
15
16
  - Mar
@@ -31,11 +32,11 @@ tr:
31
32
  - Cuma
32
33
  - Cumartesi
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%e %B %Y, %A'
36
- short: ! '%e %b'
35
+ default: "%d.%m.%Y"
36
+ long: "%e %B %Y, %A"
37
+ short: "%e %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - Ocak
40
41
  - Şubat
41
42
  - Mart
@@ -69,27 +70,25 @@ tr:
69
70
  half_a_minute: yarım dakika
70
71
  less_than_x_minutes:
71
72
  one: 1 dakikadan az
72
- other: ! '%{count} dakikadan az'
73
- zero: 1 dakikadan az
73
+ other: "%{count} dakikadan az"
74
74
  less_than_x_seconds:
75
75
  one: 1 saniyeden az
76
- other: ! '%{count} saniyeden az'
77
- zero: 1 saniyeden az
76
+ other: "%{count} saniyeden az"
78
77
  over_x_years:
79
78
  one: 1 yıldan fazla
80
- other: ! '%{count} yıldan fazla'
79
+ other: "%{count} yıldan fazla"
81
80
  x_days:
82
81
  one: 1 gün
83
- other: ! '%{count} gün'
82
+ other: "%{count} gün"
84
83
  x_minutes:
85
84
  one: 1 dakika
86
- other: ! '%{count} dakika'
85
+ other: "%{count} dakika"
87
86
  x_months:
88
87
  one: 1 ay
89
- other: ! '%{count} ay'
88
+ other: "%{count} ay"
90
89
  x_seconds:
91
90
  one: 1 saniye
92
- other: ! '%{count} saniye'
91
+ other: "%{count} saniye"
93
92
  prompts:
94
93
  day: Gün
95
94
  hour: Saat
@@ -97,61 +96,72 @@ tr:
97
96
  month: Ay
98
97
  second: Saniye
99
98
  year: Yıl
100
- errors: &errors
101
- format: ! '%{attribute} %{message}'
99
+ errors:
100
+ format: "%{attribute} %{message}"
102
101
  messages:
103
102
  accepted: kabul edilmeli
104
103
  blank: doldurulmalı
105
- confirmation: teyidiyle uyuşmamakta
104
+ present: boş bırakılmalı
105
+ confirmation: "%{attribute} teyidiyle uyuşmuyor"
106
106
  empty: doldurulmalı
107
107
  equal_to: tam olarak %{count} olmalı
108
108
  even: çift olmalı
109
109
  exclusion: kullanılamaz
110
- greater_than: ! '%{count} sayısından büyük olmalı'
111
- greater_than_or_equal_to: ! '%{count} sayısına eşit veya büyük olmalı'
110
+ greater_than: "%{count} sayısından büyük olmalı"
111
+ greater_than_or_equal_to: "%{count} sayısına eşit veya büyük olmalı"
112
112
  inclusion: kabul edilen bir kelime değil
113
113
  invalid: geçersiz
114
- less_than: ! '%{count} sayısından küçük olmalı'
115
- less_than_or_equal_to: ! '%{count} sayısına eşit veya küçük olmalı'
114
+ less_than: "%{count} sayısından küçük olmalı"
115
+ less_than_or_equal_to: "%{count} sayısına eşit veya küçük olmalı"
116
116
  not_a_number: geçerli bir sayı değil
117
117
  not_an_integer: tam sayı olmalı
118
118
  odd: tek olmalı
119
- record_invalid: ! 'Doğrulama başarısız oldu: %{errors}'
119
+ record_invalid: 'Doğrulama başarısız oldu: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Bağlı bir kayıt %{record} bulunduğu için kayıt silinemedi
122
+ many: Bağlı kayıtlar %{record} bulunduğu için kayıt silinemedi
120
123
  taken: hali hazırda kullanılmakta
121
- too_long: çok uzun (en fazla %{count} karakter)
122
- too_short: çok kısa (en az %{count} karakter)
123
- wrong_length: yanlış uzunlukta (tam olarak %{count} karakter olmalı)
124
+ too_long:
125
+ one: çok uzun (en fazla 1 karakter)
126
+ other: çok uzun (en fazla %{count} karakter)
127
+ too_short:
128
+ one: çok kısa (en az 1 karakter)
129
+ other: çok kısa (en az %{count} karakter)
130
+ wrong_length:
131
+ one: hatalı uzunlukta (1 karakter olmalı)
132
+ other: hatalı uzunlukta (%{count} karakter olmalı)
133
+ other_than: "%{count} karakterden oluşamaz"
124
134
  template:
125
- body: ! 'Lütfen aşağıdaki hataları düzeltiniz:'
135
+ body: 'Lütfen aşağıdaki hataları düzeltiniz:'
126
136
  header:
127
- one: ! '%{model} girişi kaydedilemedi: 1 hata.'
128
- other: ! '%{model} girişi kadedilemedi: %{count} hata.'
137
+ one: 1 hata oluştuğu için %{model} kaydedilemedi
138
+ other: "%{count} hata oluştuğu için %{model} kaydedilemedi"
129
139
  helpers:
130
140
  select:
131
141
  prompt: Lütfen seçiniz
132
142
  submit:
133
- create: '%{model} Ekle'
134
- submit: '%{model} Kaydet'
135
- update: '%{model} Güncelle'
143
+ create: "%{model} Ekle"
144
+ submit: "%{model} Kaydet"
145
+ update: "%{model} Güncelle"
136
146
  number:
137
147
  currency:
138
148
  format:
139
- delimiter: .
140
- format: ! '%n %u'
149
+ delimiter: "."
150
+ format: "%n %u"
141
151
  precision: 2
142
- separator: ! ','
152
+ separator: ","
143
153
  significant: false
144
154
  strip_insignificant_zeros: false
145
- unit: TL
155
+ unit:
146
156
  format:
147
- delimiter: .
157
+ delimiter: "."
148
158
  precision: 2
149
- separator: ! ','
159
+ separator: ","
150
160
  significant: false
151
161
  strip_insignificant_zeros: false
152
162
  human:
153
163
  decimal_units:
154
- format: ! '%n %u'
164
+ format: "%n %u"
155
165
  units:
156
166
  billion: Milyar
157
167
  million: Milyon
@@ -160,40 +170,36 @@ tr:
160
170
  trillion: Trilyon
161
171
  unit: ''
162
172
  format:
163
- delimiter: .
173
+ delimiter: "."
164
174
  precision: 2
165
175
  significant: true
166
176
  strip_insignificant_zeros: true
167
177
  storage_units:
168
- format: ! '%n %u'
178
+ format: "%n %u"
169
179
  units:
170
- byte: Bayt
180
+ byte:
181
+ one: Bayt
182
+ other: Bayt
171
183
  gb: GB
172
184
  kb: KB
173
185
  mb: MB
174
186
  tb: TB
175
187
  percentage:
176
188
  format:
177
- delimiter: .
189
+ delimiter: ''
190
+ format: "%%n"
178
191
  precision:
179
192
  format:
180
- delimiter: .
193
+ delimiter: "."
181
194
  support:
182
195
  array:
183
- last_word_connector: ! ' ve '
184
- two_words_connector: ! ' ve '
185
- words_connector: ! ', '
196
+ last_word_connector: " ve "
197
+ two_words_connector: " ve "
198
+ words_connector: ", "
186
199
  time:
187
200
  am: öğleden önce
188
201
  formats:
189
- default: ! '%a %d.%b.%y %H:%M'
190
- long: ! '%e %B %Y, %A, %H:%M'
191
- short: ! '%e %B, %H:%M'
202
+ default: "%a %d.%b.%y %H:%M"
203
+ long: "%e %B %Y, %A, %H:%M"
204
+ short: "%e %B, %H:%M"
192
205
  pm: öğleden sonra
193
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
194
- activemodel:
195
- errors:
196
- <<: *errors
197
- activerecord:
198
- errors:
199
- <<: *errors