35 lines
No EOL
1.1 KiB
YAML
35 lines
No EOL
1.1 KiB
YAML
en:
|
|
activerecord:
|
|
attributes:
|
|
home:
|
|
credit_your_account: 'Credit your Account'
|
|
payments:
|
|
mollie_ideal:
|
|
new:
|
|
title: 'Credit your account'
|
|
no_ordergroup: 'You need to be member of an ordergroup'
|
|
create:
|
|
invalid_amount: 'Invalid amount'
|
|
form:
|
|
amount_pay: 'Amount to pay'
|
|
method: 'Pay using'
|
|
submit: 'Pay at your bank'
|
|
financial_transaction_type: 'Financial Transaction Type'
|
|
fee: 'The transaction fee depends on your payment method'
|
|
controller:
|
|
result:
|
|
notice: 'Your account was credited %{amount} (transaction fee of %{fee}).'
|
|
failed: 'Payment failed.'
|
|
wait: 'Your account will be credited when the payment is received.'
|
|
transaction_note: '%{method} payment'
|
|
config:
|
|
keys:
|
|
use_mollie: 'Use Mollie'
|
|
mollie:
|
|
api_key: 'API key'
|
|
financial_transaction_type: 'Transaction type'
|
|
fee:
|
|
ideal: 'Ideal'
|
|
banktransfer: 'banktransfer'
|
|
creditcard: 'creditcard'
|
|
paypal: 'paypal' |