1 # Hindi (hi) translations for Rails
2 # by Rajesh Ranjan (rajesh672@gmail.com)
63 default: "%a, %d %b %Y %H:%M:%S %z"
65 long: "%B %d, %Y %H:%M"
72 two_words_connector: " और "
73 last_word_connector: ", और "
84 strip_insignificant_zeros: false
94 strip_insignificant_zeros: false
109 strip_insignificant_zeros: true
128 quadrillion: "करोड़ शंख"
132 half_a_minute: "एक आधा मिनट"
134 one: "एक सेकेंड से कम"
135 other: "%{count} सेकेंड से कम"
138 other: "%{count} सेकेंड"
141 other: "%{count} मिनट से कम"
144 other: "%{count} मिनट"
147 other: "लगभग %{count} घंटा"
150 other: "%{count} दिन"
153 other: "लगभग %{count} महीना"
156 other: "%{count} महीना"
159 other: "लगभग %{count} साल"
162 other: "%{count} साल से अधिक"
165 other: "लगभग %{count} साल"
176 prompt: "कृपया चुनें"
179 create: '%{model} बनाएँ'
180 update: '%{model} अद्यतन'
181 submit: '%{model} सौंपें'
184 format: "%{attribute} %{message}"
186 messages: &errors_messages
187 inclusion: "सूची में शामिल नहीं है"
188 exclusion: "आरक्षित है"
190 confirmation: "पुष्टिकरण मेल नहीं खाता"
191 accepted: "स्वीकार किया जाना जरूरी"
192 empty: "रिक्त नहीं रह सकता है"
193 blank: "खाली नहीं रह सकता है"
194 too_long: "अत्यधिक लंबा है (अधिकतम %{count} वर्ण हैं)"
195 too_short: "अत्यधिक छोटा है (न्यूनतम %{count} वर्ण हैं)"
196 wrong_length: "गलत लंबाई है (%{count} वर्ण युक्त होना चाहिए)"
197 not_a_number: "कोई संख्या नहीं है"
198 not_an_integer: "एक पूर्णांक होना चाहिए"
199 greater_than: "%{count} से अधिक होना चाहिए"
200 greater_than_or_equal_to: "%{count} से बड़ा या बराबर होना आवश्यक है"
201 equal_to: "%{count} के लिए बराबर होना चाहिए"
202 less_than: "%{count} से कम होना चाहिए"
203 less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
204 odd: "विसम होना चाहिए"
205 even: "सम होना चाहिए"
206 taken: "पहले ही ले लिया गया है"
207 record_invalid: "सत्यापन विफल: %{errors}"
208 template: &errors_template
210 one: "इस %{model} को सहेजे जाना एक त्रुटि के कारण नहीं हुआ"
211 other: "इस %{model} को सहेजे जाना %{count} त्रुटि के कारण नहीं हुआ"
212 body: "निम्नलिखित क्षेत्रों के साथ समस्या थी:"
221 format: "%{attribute} %{message}"