56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
pt-BR:
|
|
activerecord:
|
|
models:
|
|
user_document:
|
|
one: Documentos de Usuário
|
|
other: Documentos de Usuários
|
|
|
|
admin_user:
|
|
one: Administrador
|
|
other: Administradores
|
|
|
|
currency:
|
|
one: Moeda
|
|
other: Moedas
|
|
|
|
balance:
|
|
one: Saldo
|
|
other: Saldos
|
|
|
|
fiat_balance:
|
|
one: Saldo Fiat
|
|
other: Saldos Fiat
|
|
|
|
sell_crypto_order:
|
|
one: Pedido de Venda
|
|
other: Pedidos de Venda
|
|
|
|
buy_crypto_order:
|
|
one: Pedido de Compra
|
|
other: Pedidos de Compra
|
|
attributes:
|
|
user:
|
|
first_name: Primeiro nome
|
|
last_name: Último nome
|
|
full_name: Nome completo
|
|
|
|
balance:
|
|
amount: Quantia
|
|
|
|
fiat_balance:
|
|
amount_formatted: Quantia
|
|
amount_cents: Quantia
|
|
|
|
currency:
|
|
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 |