]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/ro.yml
Import extra rails translations from http://github.com/svenfuchs/rails-i18n
[rails.git] / vendor / plugins / rails-i18n / locale / ro.yml
index 5053cb3d97ee1c0075ba4ed6f0123619c02d858d..2acc6462f727e105a98ec1af869d5d5d223b3a51 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,8 +102,17 @@ 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:
@@ -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"
\ No newline at end of file