-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: french locales & version checking
- Loading branch information
1 parent
cf2d84b
commit 5d39ce8
Showing
4 changed files
with
42 additions
and
2 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
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
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,38 @@ | ||
{ | ||
"notify": { | ||
"error": { | ||
"closest_vehicle": "Il n'y a aucun véhicule proche!", | ||
"canceled": "Annulé!", | ||
"inside_vehicle": "Vous ne pouvez pas faire cela dans un véhicle!", | ||
"too_far": "Vous êtes trop loin!", | ||
"too_far_engine": "Vous êtes trop loin du moteur!", | ||
"not_advanced": "Votre kit n'est pas assez complet pour cette réparation!", | ||
"not_mechanic": "Vous n'êtes pas mécanicien!", | ||
"not_in_zone": "Vous ne pouvez pas faire ça ici!" | ||
}, | ||
"success": { | ||
"engine_repaired": "Moteur réparé!", | ||
"body_repaired": "Carrosserie réparée!", | ||
"vehicle_repaired": "Véhicule réparé!", | ||
"cleaned": "Véhicule nettoyé!", | ||
"tyres_changed": "Pneus changés!" | ||
} | ||
}, | ||
"text": { | ||
"on_duty": "Dé/Activer le service", | ||
"on_duty_button": "[E] Prendre son service", | ||
"off_duty_button": "[E] Quitter son service" | ||
}, | ||
"progress": { | ||
"repair_vehicle": "Répare le véhicule..", | ||
"repair_body": "Répare la carrosserie..", | ||
"repair_engine": "Répare le moteur..", | ||
"changing_tyres": "Change les pneus..", | ||
"cleaning_vehicle": "Nettoie le véhicule.." | ||
}, | ||
"command": { | ||
"fix": { | ||
"help": "Réparer le véhicule (Admins seulement)" | ||
} | ||
} | ||
} |
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