Sha256: 497728d171bb10493f5b2bc2ae820734a2ac5792965858bd72aab977d0f6b586

Contents?: true

Size: 1.94 KB

Versions: 23

Compression:

Stored size: 1.94 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

  form:
    bank:
      money_transfer: Bankverbindung

  # Title customizations
  accounts:
    index:
      title:            Kontenplan
    edit_bookings:
      title: Buchungen
    info:
      title: Kontodaten
    journal:
      title: Auszug
  attachments:
    list:
      title: Dokumente
  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
      only_credit_bookings: "Nur Soll"
      only_debit_bookings: "Nur Haben"

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
has_accounts-3.1.0 config/locales/de.yml
has_accounts-3.0.0.beta3 config/locales/de.yml
has_accounts-3.0.0.beta2 config/locales/de.yml
has_accounts-3.0.0.beta1 config/locales/de.yml
has_accounts-3.0.0.beta0 config/locales/de.yml
has_accounts-2.1.0 config/locales/de.yml
has_accounts-2.0.3 config/locales/de.yml
has_accounts-2.0.2 config/locales/de.yml
has_accounts-2.0.1 config/locales/de.yml
has_accounts-2.0.0 config/locales/de.yml
has_accounts-1.1.3 config/locales/de.yml
has_accounts-1.1.2 config/locales/de.yml
has_accounts-1.1.1 config/locales/de.yml
has_accounts_engine-1.0.4 config/locales/de.yml
has_accounts-1.0.2 config/locales/de.yml
has_accounts_engine-1.0.3 config/locales/de.yml
has_accounts-1.0.1 config/locales/de.yml
has_accounts_engine-1.0.2 config/locales/de.yml
has_accounts_engine-1.0.1 config/locales/de.yml
has_accounts_engine-1.0.0 config/locales/de.yml