]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/ro.yml
Updated rails translations from http://github.com/svenfuchs/rails-i18n
[rails.git] / vendor / plugins / rails-i18n / locale / ro.yml
index 5053cb3d97ee1c0075ba4ed6f0123619c02d858d..ce47b0d96ea69f44772ffdede42ac630865635bc 100644 (file)
@@ -64,6 +64,9 @@ ro:
       over_x_years:
         one:  "mai mult de un an"
         other: "mai mult de {{count}} ani"
+      almost_x_years:
+        one:   "aproape 1 an"
+        other: "aproape {{count}} ani"
     prompts:
       year:   "Anul"
       month:  "Luna"
@@ -99,13 +102,22 @@ ro:
 #        separator: "."
         delimiter: ","
         precision: 1
-      storage_units: [Bytes, KB, MB, GB, TB]
-        
+      storage_units:
+        format: "%n %u"
+        units:
+          byte:
+            one:   "Byte"
+            other: "Bytes"
+          kb: "KB"
+          mb: "MB"
+          gb: "GB"
+          tb: "TB"
+       
   activerecord:
     errors:
       template:
         header: 
-          one: "Nu am putut salva acest model {{model}}: 1 eroare"
+          one: "Nu am putut salva acest {{model}}: o eroare"
           other: "Nu am putut salva acest {{model}}: {{count}} erori."
         body: "Încearcă să corectezi urmatoarele câmpuri:"
       messages:
@@ -128,9 +140,13 @@ ro:
         less_than_or_equal_to: "trebuie să fie mai mic sau egal cu {{count}}"
         odd: "trebuie să fie par"
         even: "trebuie să fie impar"
+        record_invalid: "Validare nereuşită {{errors}}"
   support:
-      array:
+    array:
 #        sentence_connector: "și"
-        words_connector: ", "
-        two_words_connector: " şi "
-        last_word_connector: " şi "
+      words_connector: ", "
+      two_words_connector: " şi "
+      last_word_connector: " şi "
+    select:
+      # default value for :prompt => true in FormOptionsHelper
+      prompt: "Alegeţi"