-
Notifications
You must be signed in to change notification settings - Fork 54
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
22c36f3
commit 4c9736a
Showing
1 changed file
with
43 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,43 @@ | ||
{ | ||
"error": { | ||
"canceled": "Cancelado..", | ||
"cruise_control_disabled": "Controle de cruzeiro desativado", | ||
"cruise_control_unavailable": "Controle de cruzeiro indisponível", | ||
"deleted_recording": "Gravação excluída!", | ||
"later_aligator": "Até mais, jacaré!", | ||
"stress_gain": "Sentindo-se mais estressado!", | ||
"no_vehicle_nearby": "Nenhum veículo próximo para virar.", | ||
"is_handcuffed": "Você está algemado.", | ||
"is_fastened": "Você está usando o cinto de segurança." | ||
}, | ||
"success": { | ||
"cruise_control_enabled": "Controle de cruzeiro ativado", | ||
"started_recording": "Gravação iniciada!", | ||
"stopped_recording": "Gravação interrompida!", | ||
"saved_recording": "Gravação salva!", | ||
"stress_relief": "Sentindo-se mais relaxado!", | ||
"flipped_car": "Veículo virado com sucesso!" | ||
}, | ||
"progress": { | ||
"eating": "Comendo..", | ||
"drinking": "Bebendo..", | ||
"drinking_liquor": "Bebendo bebida alcoólica..", | ||
"quick_sniff": "Cheirando rapidamente..", | ||
"smoking_crack": "Fumando crack..", | ||
"popping_pills": "Tomando pílulas..", | ||
"healing": "Curando..", | ||
"smoking_meth": "Fumando metanfetamina..", | ||
"lighting_joint": "Acendendo o baseado..", | ||
"flipping_car": "Virando veículo..." | ||
}, | ||
"info": { | ||
"minutes": "minutos", | ||
"seconds": "segundos..", | ||
"shuffleSeat": "Trocar de assento" | ||
}, | ||
"actions": { | ||
"push_vehicle": "Pressione [~g~SHIFT~w~] e [~g~E~w~] para empurrar o veículo até soltar [~g~SHIFT~w~]", | ||
"toggle_cruise_control": "Alternar Controle de Cruzeiro" | ||
} | ||
} | ||
|