34 lines
1,018 B
YAML
34 lines
1,018 B
YAML
|
en:
|
||
|
activerecord:
|
||
|
attributes:
|
||
|
home:
|
||
|
credit_your_account: 'Credit your Account'
|
||
|
payments:
|
||
|
mollie_ideal:
|
||
|
new:
|
||
|
title: 'Credit your account'
|
||
|
form:
|
||
|
amount_pay: 'Amount to pay'
|
||
|
method: 'Pay using'
|
||
|
submit: 'Pay at your bank'
|
||
|
financial_transaction_type: 'Financial Transaction Type'
|
||
|
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'
|
||
|
paysafecard: 'paysafecard'
|
||
|
creditcard: 'creditcard'
|
||
|
paypal: 'paypal'
|
||
|
mistercash: 'mistercash'
|
||
|
bitcoin: 'bitcoin'
|