]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/ro.yml
Update to Rails 2.3.11
[rails.git] / vendor / plugins / rails-i18n / locale / ro.yml
index 5053cb3d97ee1c0075ba4ed6f0123619c02d858d..a6d44eef265b6fd1a1f029c2281fc0740fe6336d 100644 (file)
@@ -36,34 +36,37 @@ ro:
       half_a_minute: "jumătate de minut"
       less_than_x_seconds:
         one:  "mai puțin de o secundă"
-        other: "mai puțin de {{count}} secunde"
+        other: "mai puțin de %{count} secunde"
       x_seconds:
         one:  "1 secundă"
-        other: "{{count}} secunde"
+        other: "%{count} secunde"
       less_than_x_minutes:
         one:  "mai puțin de un minut"
-        other: "mai puțin de {{count}} minute"
+        other: "mai puțin de %{count} minute"
       x_minutes:
         one:  "1 minut"
-        other: "{{count}} minute"
+        other: "%{count} minute"
       about_x_hours:
         one:  "aproximativ o oră"
-        other: "aproximativ {{count}} ore"
+        other: "aproximativ %{count} ore"
       x_days:
         one:  "1 zi"
-        other: "{{count}} zile"
+        other: "%{count} zile"
       about_x_months:
         one:  "aproximativ o lună"
-        other: "aproximativ {{count}} luni"
+        other: "aproximativ %{count} luni"
       x_months:
         one:  "1 lună"
-        other: "{{count}} luni"
+        other: "%{count} luni"
       about_x_years:
         one:  "aproximativ un an"
-        other: "aproximativ {{count}} ani"
+        other: "aproximativ %{count} ani"
       over_x_years:
         one:  "mai mult de un an"
-        other: "mai mult de {{count}} ani"
+        other: "mai mult de %{count} ani"
+      almost_x_years:
+        one:   "aproape 1 an"
+        other: "aproape %{count} ani"
     prompts:
       year:   "Anul"
       month:  "Luna"
@@ -99,14 +102,23 @@ 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"
-          other: "Nu am putut salva acest {{model}}: {{count}} erori."
+          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:
         inclusion: "nu este inclus în listă"
@@ -116,21 +128,25 @@ ro:
         accepted: "trebuie dat acceptul"
         empty: "nu poate fi gol"
         blank: "nu poate fi gol"
-        too_long: "este prea lung (se pot folosi maximum {{count}} caractere)"
-        too_short: "este pre scurt (minumim de caractere este {{count}})"
-        wrong_length: "nu are lungimea corectă (trebuie să aiba {{count}} caractere)"
+        too_long: "este prea lung (se pot folosi maximum %{count} caractere)"
+        too_short: "este pre scurt (minumim de caractere este %{count})"
+        wrong_length: "nu are lungimea corectă (trebuie să aiba %{count} caractere)"
         taken: "este deja folosit"
         not_a_number: "nu este un număr"
-        greater_than: "trebuie să fie mai mare decât {{count}}"
-        greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu {{count}}"
-        equal_to: "trebuie să fie egal cu {{count}}"
-        less_than: "trebuie să fie mai mic decât {{count}}"
-        less_than_or_equal_to: "trebuie să fie mai mic sau egal cu {{count}}"
+        greater_than: "trebuie să fie mai mare decât %{count}"
+        greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu %{count}"
+        equal_to: "trebuie să fie egal cu %{count}"
+        less_than: "trebuie să fie mai mic decât %{count}"
+        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"