Sha256: acc9a3d7445e0c59631af77d4662dc232657cba2641eae5bb7dd90fc4372cffe

Contents?: true

Size: 1.68 KB

Versions: 5

Compression:

Stored size: 1.68 KB

Contents

# English locale
en:
  has_vcards:
    address:
      to_s: %{street_address}, %{postal_code} #{locality}

  activerecord:
    models:
      vcard:              VCard
      address:            Address
      phone_number:       Contact

    attributes:
      vcard:
        full_name:        Name
        nickname:         Nickname
        family_name:      Family name
        give_name:        Given name
        additional_name:  Additional name
        honorific_prefix: Prefix
        honorific_suffix: Suffix
        address_type:     Type
        # Include address attributes as we delegate
        post_office_box:  Post Office Box
        extended_address: Extended address
        street_address:   Street
        locality:         Locality
        region:           Region
        postal_code:      Postalcode
        country_name:     Country
        address_type:     Type
        phone_number:     Phone
        mobile_number:    Mobile
        fax_number:       Fax
      address:
        post_office_box:  Post Office Box
        extended_address: Extended address
        extended_address: Adresszusatz
        street_address:   Strasse
        locality:         Ort
        region:           Region
        postal_code:      PLZ
        country_name:     Land
        address_type:     Art
      phone_number:
        number:           Number
        phone_number_type: Number Type

  formtastic:
    labels:
      full_name:        Name
      post_office_box:  Post Office Box
      extended_address: Extended address
      extended_address: Adresszusatz
      street_address:   Strasse
      locality:         Ort
      region:           Region
      postal_code:      PLZ
      country_name:     Land

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
has_vcards-0.14.0 config/locales/en.yml
has_vcards-0.13.2 config/locales/en.yml
has_vcards-0.13.1 config/locales/en.yml
has_vcards-0.13.0 config/locales/en.yml
has_vcards-0.12.9 config/locales/en.yml