Sha256: 84cc21c5cf9915e766116065088eba6e1738fed9ac1a21a42bf778cb570f6e6c

Contents?: true

Size: 1.74 KB

Versions: 10

Compression:

Stored size: 1.74 KB

Contents

# English locale
en:
  activerecord:
    models:
      account:          Account
      account_type:     Account Type
      booking:          Booking
      booking_template: Booking Template

    attributes:
      account:
        code:           No.
        title:          Title
        saldo:          Saldo
        account_type:   Account Type
      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
      booking_template:
        amount_relates_to: Relativ to
        charge_rate_code:  Charge Rate
        credit_account:    Credit Account
        debit_account:     Debit Account
        reference:         Reference
        value_date:        Value Date

  # Title customizations
  accounts:
    index:
      title:            Accounts
    edit_bookings:
      title:            Bookings
    info:
      title:            Account data
    journal:
      title:            Journal
  account_types:
    index:
      title:            Account Types
  bookings:
    index:
      title:            Booking Journal
    copy:
      title:            Copy Booking

  crud:
    action:
      copy:                 Kopieren
      only_credit_bookings: Only Credit
      only_debit_bookings:  Only Debit

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta7 config/locales/en.yml
has_accounts_engine-3.0.0.beta6 config/locales/en.yml
has_accounts_engine-3.0.0.beta5 config/locales/en.yml
has_accounts_engine-3.0.0.beta4 config/locales/en.yml
has_accounts_engine-3.0.0.beta3 config/locales/en.yml
has_accounts_engine-3.0.0.beta2 config/locales/en.yml
has_accounts_engine-3.0.0.beta1 config/locales/en.yml
has_accounts_engine-3.0.0.beta0 config/locales/en.yml
has_accounts_engine-2.0.1 config/locales/en.yml
has_accounts_engine-2.0.0 config/locales/en.yml