-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e72d92
commit 40b2d1c
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"error": { | ||
"not_your_vehicle": "Este não é o seu veículo..", | ||
"vehicle_does_not_exist": "O veículo não existe", | ||
"not_enough_money": "Você não tem dinheiro suficiente", | ||
"finish_payments": "Você deve terminar de pagar este veículo antes de vendê-lo..", | ||
"no_space_on_lot": "Não há espaço para o seu carro no lote!", | ||
"not_in_veh": "Você não está em um veículo!", | ||
"not_for_sale": "Este veículo NÃO está à venda!" | ||
}, | ||
"menu": { | ||
"view_contract": "Ver Contrato", | ||
"view_contract_int": "[E] Ver Contrato", | ||
"sell_vehicle": "Vender Veículo", | ||
"sell_vehicle_help": "Venda o veículo para outros cidadãos!", | ||
"sell_back": "Vender Carro de Volta!", | ||
"sell_back_help": "Venda seu carro de volta por um preço reduzido!", | ||
"interaction": "[E] Vender Veículo" | ||
}, | ||
"success": { | ||
"sold_car_for_price": "Você vendeu seu carro por $%s", | ||
"car_up_for_sale": "Seu carro foi colocado à venda! Preço - $%s", | ||
"vehicle_bought": "Veículo Comprado" | ||
}, | ||
"info": { | ||
"confirm_cancel": "~g~Y~w~ - Confirmar / ~r~N~w~ - Cancelar ~g~", | ||
"vehicle_returned": "Seu veículo foi devolvido", | ||
"used_vehicle_lot": "Lote de Carros Usados", | ||
"sell_vehicle_to_dealer": "[~g~E~w~] - Vender Veículo ao Vendedor Por ~g~$%s", | ||
"view_contract": "[~g~E~w~] - Ver Contrato do Veículo", | ||
"cancel_sale": "[~r~G~w~] - Cancelar Venda do Veículo", | ||
"model_price": "%s, Preço: ~g~$%s", | ||
"are_you_sure": "Você tem certeza de que não quer mais vender seu veículo?", | ||
"yes_no": "[~g~7~w~] - Sim | [~r~8~w~] - Não", | ||
"place_vehicle_for_sale": "[~g~E~w~] - Colocar Veículo à Venda pelo Proprietário" | ||
}, | ||
"charinfo": { | ||
"firstname": "não", | ||
"lastname": "conhecido", | ||
"account": "Conta desconhecida..", | ||
"phone": "número de telefone desconhecido.." | ||
}, | ||
"mail": { | ||
"sender": "Vendas de RV do Larry", | ||
"subject": "Você vendeu um veículo!", | ||
"message": "Você ganhou $%s com a venda do seu %s." | ||
} | ||
} |