Sha256: debf0f20016b84889ab3bd34d03724d109ebde1b37145300e45043a1bce9fca0

Contents?: true

Size: 1.59 KB

Versions: 10

Compression:

Stored size: 1.59 KB

Contents

# English locale
en:
  activerecord:
    models:
      account:          Account
      bank_account:     Bank account
      bank:             Bank
      account_type:     Account type
      booking:          Booking

    attributes:
      account:
        code:           No.
        title:          Title
        saldo:          Saldo
        account_type:   Account type
      bank_account:
        number:         Account no.
        iban:           IBAN
        pc_id:          VESR no.
        esr_id:         VESR identifier
      bank:
        clearing:       Clearing no.
        swift:          SWIFT no.
      account_type:
        name:           Name
        title:          Title
      booking:
        code:           Booking no.
        value_date:     Value date
        title:          Title
        amount:         Amount
        comments:       Remarks
        credit_account: Credit
        debit_account:  Debit
        reference:      Reference
        reference_type: Reference type
        reference_id:   Reference ID
        text:           Text
        date:           Date
        balance:        Saldo
        edit:           Edit
        destroy:        Delete
        valuta:         Valuta
        value:          Amount

  # Title customizations
  account:
    index:
      title:            Accounts
  bank_account:
    index:
      title:            Bank Accounts
  bank:
    index:
      title:            Banks
  account_type:
    index:
      title:            Account Types
  booking:
    index:
      title:            Booking Journal
  crud:
    action:
      copy:             Kopieren

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
has_accounts-3.1.0 config/locales/en.yml
has_accounts-3.0.0.beta3 config/locales/en.yml
has_accounts-3.0.0.beta2 config/locales/en.yml
has_accounts-3.0.0.beta1 config/locales/en.yml
has_accounts-3.0.0.beta0 config/locales/en.yml
has_accounts-2.1.0 config/locales/en.yml
has_accounts-2.0.3 config/locales/en.yml
has_accounts-2.0.2 config/locales/en.yml
has_accounts-2.0.1 config/locales/en.yml
has_accounts-2.0.0 config/locales/en.yml