rails-i18n 4.0.3 → 4.0.4

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