Sha256: 7512aab330287ee811484c6b8c9b2e6926e62256c68d9e4a13004813a0486242

Contents?: true

Size: 1.81 KB

Versions: 2

Compression:

Stored size: 1.81 KB

Contents

# encoding: utf-8

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

  attributes:
    full_name:        Name
    nickname:         Spitzname
    family_name:      Nachname
    given_name:       Vorname
    additional_name:  Mittelname
    honorific_prefix: Anrede
    honorific_suffix: Namenszusatz
    address_type:     Art

  activerecord:
    models:
      vcard:              Kontakt
      address:            Adresse
      phone_number:       Kontakt

    attributes:
      vcard:
        full_name:        Name
        nickname:         Spitzname
        family_name:      Nachname
        given_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.15.0 config/locales/de.yml
has_vcards-0.14.1 config/locales/de.yml