-
Notifications
You must be signed in to change notification settings - Fork 38
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
Showing
1 changed file
with
31 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,31 @@ | ||
{ | ||
"error": { | ||
"no_space": "Un altro veicolo ha occupato il punto spawn.", | ||
"no_access": "Non hai accesso a questo garage", | ||
"no_vehicles": "Non hai veicoli in questo garage...", | ||
"not_impound": "Il tuo veicolo non è stato sequestrato", | ||
"not_owned": "Questo veicolo non può essere depositato", | ||
"not_correct_type": "Non puoi depositare questo tipo di veicoli qui", | ||
"not_enough": "Non hai abbastanza denaro", | ||
"vehicle_occupied": "Non puoi depositare questo veicolo perchè non è vuoto", | ||
"in_vehicle": "Sei già in un veicolo...", | ||
"spawn_in_progress": "Aspetta che il tuo veicolo venga consegnato..." | ||
}, | ||
"success": { | ||
"vehicle_parked": "Veicolo Depositato" | ||
}, | ||
"menu": { | ||
"information": "Informazioni", | ||
"description": "Nome: %s\nTarga: %s\nTassa Dissequestro: $%s", | ||
"body": "Telaio", | ||
"engine": "Motore", | ||
"fuel": "Carburante", | ||
"take_out": "Porta Fuori", | ||
"veh_impounded": "Il tuo veicolo è stato sequestrato dalla polizia" | ||
}, | ||
"info": { | ||
"car_e": "E - Apri Garage", | ||
"park_e": "E - Deposita Veicolo", | ||
"impound_e": "E - Apri Dissequestro" | ||
} | ||
} |