-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(locales): create it.json (#139)
- Loading branch information
Showing
1 changed file
with
16 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,16 @@ | ||
{ | ||
"toggle_front_driver_door": "Apri/Chiudi portiera anteriore sinistra", | ||
"toggle_front_passenger_door": "Apri/Chiudi portiera anteriore destra", | ||
"toggle_rear_driver_door": "Apri/Chiudi portiera posteriore sinistra", | ||
"toggle_rear_passenger_door": "Apri/Chiudi portiera posteriore destra", | ||
"toggle_hood": "Apri/Chiudi Cofano", | ||
"toggle_trunk": "Apri/Chiudi Bagagliaio", | ||
"debug_box": "(Debug) Box", | ||
"debug_sphere": "(Debug) Sphere", | ||
"debug_police_car": "Auto Polizia", | ||
"debug_ped": "(Debug) Ped", | ||
"debug_vehicle": "(Debug) Vehicle", | ||
"debug_object": "(Debug) Object", | ||
"toggle_targeting": "Apri/Chiudi targeting", | ||
"go_back": "Indietro" | ||
} |