add withdrawl and deposit to FiatBalance and Balance
This commit is contained in:
@@ -32,6 +32,18 @@ pt-BR:
|
||||
|
||||
fiat_balance:
|
||||
amount_formatted: Quantia
|
||||
amount_cents: Quantia
|
||||
|
||||
currency:
|
||||
name: Nome
|
||||
name: Nome
|
||||
|
||||
errors:
|
||||
models:
|
||||
balance:
|
||||
attributes:
|
||||
amount:
|
||||
greater_than_or_equal_to: "saldo insuficiente"
|
||||
fiat_balance:
|
||||
attributes:
|
||||
amount_cents:
|
||||
greater_than_or_equal_to: "saldo insuficiente"
|
||||
Reference in New Issue
Block a user