Sha256: 04495e505ebd612f9c953db6346b9c49fabc74ed0b4463e8119e8b6ef8001f06

Contents?: true

Size: 1.66 KB

Versions: 2

Compression:

Stored size: 1.66 KB

Contents

# German locale
de:
  activerecord:
    models:
      account:          Konto
      bank_account:     Bankkonto
      bank:             Bank
      account_type:     Kontentyp
      booking:          Buchung

    attributes:
      account:
        code:           Nr.
        title:          Titel
        saldo:          Saldo
        account_type:   Kontentyp
      bank_account:
        number:         Kontokorrent-Nr.
        iban:           IBAN
        pc_id:          VESR-Teilnehmer-Nr.
        esr_id:         VESR-Identifikations-Nr.
      bank:
        clearing:       Clearing-Nr.
        swift:          SWIFT-Nr.
      account_type:
        name:           Name
        title:          Titel
      booking:
        code:           Belegnr.
        value_date:     Valutadatum
        title:          Titel
        amount:         Betrag
        comments:       Bemerkungen
        credit_account: Soll
        debit_account:  Haben
        reference:      Referenz
        reference_type: Referenz Typ
        reference_id:   Referenz ID
        text:           Text
        date:           Datum
        balance:        Saldo
        edit:           Editieren
        destroy:        Löschen
        valuta:         Valuta
        value:          Betrag

  # Title customizations
  accounts:
    index:
      title:            Kontenplan
  bank_accounts:
    index:
      title:            Bankkonti
  banks:
    index:
      title:            Banken
  account_types:
    index:
      title:            Kontentypen
  bookings:
    index:
      title:            Buchungsjournal
    copy:
      title:            Buchung kopieren

  crud:
    action:
      copy:             Kopieren

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_accounts-0.19.1 config/locales/de.yml
has_accounts-0.19.0 config/locales/de.yml