Sha256: 615b686da58c7507e1c6f61bc60f05d687a36126c98f089b88b6af7ca6af03c0

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 KB

Contents

de:
  has_vcards:
    address:
      to_s: %{street_address}, %{postal_code} #{locality}

  activerecord:
    attributes:
      vcard:
        full_name:        Name
        nickname:         Spitzname
        family_name:      Nachname
        give_name:        Vorname
        additional_name:  Mittelname
        honorific_prefix: Anrede
        honorific_suffix: Namenszusatz
        address_type:     Art
        # Include address attributes as we delegate
        post_office_box:  Postfach
        extended_address: Adresszusatz
        street_address:   Strasse
        locality:         Ort
        region:           Region
        postal_code:      PLZ
        country_name:     Land
        address_type:     Art
        phone_number:     Telefon
        mobile_number:    Mobile
        fax_number:       Fax
      address:
        post_office_box:  Postfach
        extended_address: Adresszusatz
        street_address:   Strasse
        locality:         Ort
        region:           Region
        postal_code:      PLZ
        country_name:     Land
        address_type:     Art
      phone_number:
        number:           Nummer
        phone_number_type: Nummer-Typ

  formtastic:
    labels:
      full_name:        Name
      post_office_box:  Postfach
      extended_address: Adresszusatz
      street_address:   Strasse
      locality:         Ort
      region:           Region
      postal_code:      PLZ
      country_name:     Land

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_vcards-0.9.0 config/locales/has_vcards.de.yml
has_vcards-0.8.1 config/locales/has_vcards.de.yml