Sha256: 8d33b8d0c3226f07554d9975eb372263e7f576a86b6cdd2a64b28af984bddd18

Contents?: true

Size: 1.99 KB

Versions: 23

Compression:

Stored size: 1.99 KB

Contents

fr:
  number:
    format:
      precision: 2
      separator: ','
      delimiter: '.'
    currency:
      format:
        unit: '€'
        format: '%n%u'
        separator:
        delimiter:
        precision:
    percentage:
      format:
        delimiter: ""
    precision:
      format:
        delimiter: ""
    human:
      format:
        delimiter: ""
        precision: 1
      storage_units:
        # Storage units output formatting.
        # %u is the storage unit, %n is the number (default: 2 MB)
        format: "%n %u"
        units:
          byte:
            one:   "Byte"
            other: "Bytes"
          kb: "KB"
          mb: "MB"
          gb: "GB"
          tb: "TB"

  datetime:
    distance_in_words:
      half_a_minute: "une demi minute"
      less_than_x_seconds:
        one:   "infèrieur à une seconde"
        other: "infèrieur à %{count} secondes"
      x_seconds:
        one:   "1 seconde"
        other: "%{count} secondes"
      less_than_x_minutes:
        one:   "infèrieur à 1 minute"
        other: "infèrieur à %{count} minutes"
      x_minutes:
        one:   "1 minute"
        other: "%{count} minutes"
      about_x_hours:
        one:   "environ 1 heure"
        other: "environ %{count} heures"
      x_days:
        one:   "1 jour"
        other: "%{count} jours"
      about_x_months:
        one:   "environ 1 mois"
        other: "environ %{count} mois"
      x_months:
        one:   "1 mois"
        other: "%{count} mois"
      about_x_years:
        one:   "environ 1 ans"
        other: "environ %{count} ans"
      over_x_years:
        one:   "plus d'un an"
        other: "plus de %{count} ans"
      almost_x_years:
        one:   "près d'un ans"
        other: "près de %{count} years"
  models:
    errors:
      template:
        header:
          one:    "1 erreur a empêché ce %{model} d'être sauvé"
          other:  "%{count} erreurs ont empêché ce %{model} d'être sauvé"
        body: "Il y avait des problèmes avec les champs suivants:"

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
padrino-helpers-0.9.13 lib/padrino-helpers/locale/fr.yml
padrino-helpers-0.9.12 lib/padrino-helpers/locale/fr.yml
padrino-helpers-0.9.11 lib/padrino-helpers/locale/fr.yml