]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/rails-locales/hi.yml
Deselect note features when the popup is closed
[rails.git] / vendor / rails-locales / hi.yml
index 1dbe9c4cc1ae31e3ecfea93b01364783715d41d9..9f98e4f7d71ddac796a8c6bb99cc19afd8ddbf95 100644 (file)
@@ -86,7 +86,7 @@ hi:
     currency:
       format:
         format: "%u%n"
-        unit: "$"
+        unit: ""
         separator: "."
         delimiter: ","
         precision: 2
@@ -203,19 +203,19 @@ hi:
       less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
       odd: "विसम होना चाहिए"
       even: "सम होना चाहिए"
+      taken: "पहले ही ले लिया गया है"
+      record_invalid: "सत्यापन विफल: %{errors}"
+    template: &errors_template
+      header:
+        one:    "इस %{model} को सहेजे जाना एक त्रुटि के कारण नहीं हुआ"
+        other:  "इस %{model} को सहेजे जाना %{count} त्रुटि के कारण नहीं हुआ"
+      body: "निम्नलिखित क्षेत्रों के साथ समस्या थी:"
 
   activerecord:
     errors:
-      template:
-        header:
-          one:    "इस %{model} को सहेजे जाना एक त्रुटि के कारण नहीं हुआ"
-          other:  "इस %{model} को सहेजे जाना %{count} त्रुटि के कारण नहीं हुआ"
-        body: "निम्नलिखित क्षेत्रों के साथ समस्या थी:"
-
       messages:
-        taken: "पहले ही ले लिया गया है"
-        record_invalid: "सत्यापन विफल: %{errors}"
         <<: *errors_messages
-
+      template:
+        <<: *errors_template
       full_messages:
         format: "%{attribute} %{message}"