Sha256: f90292859be60e98cae71c720e147d6cd746b6f74f74a5e99aaed88aa4763a81

Contents?: true

Size: 1.79 KB

Versions: 1

Compression:

Stored size: 1.79 KB

Contents

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

  attributes:
    full_name:        Name
    nickname:         Spitzname
    family_name:      Nachname
    give_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
        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

1 entries across 1 versions & 1 rubygems

Version Path
has_vcards-0.14.0 config/locales/de.yml