Sha256: e3a2a66a4ca298376439ae1b684c2e06d27587db3a62d8bc80aac9b7dccc2d6b

Contents?: true

Size: 1.54 KB

Versions: 7

Compression:

Stored size: 1.54 KB

Contents

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

  activerecord:
    models:
      vcard:              VCard
      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

7 entries across 7 versions & 1 rubygems

Version Path
has_vcards-0.11.1 config/locales/has_vcards.de.yml
has_vcards-0.12.3 config/locales/has_vcards.de.yml
has_vcards-0.12.2 config/locales/has_vcards.de.yml
has_vcards-0.12.1 config/locales/has_vcards.de.yml
has_vcards-0.12.0 config/locales/has_vcards.de.yml
has_vcards-0.11.0 config/locales/has_vcards.de.yml
has_vcards-0.10.0 config/locales/has_vcards.de.yml