-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Refactor examples, add Français locale
Proposal so one could feature-flag on "examples/" to work on styling and a clear separation between example and the application. PR: #313
- Loading branch information
Showing
31 changed files
with
606 additions
and
329 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,96 @@ | ||
{ | ||
"login": { | ||
"userPlaceholder": "User Name (admin)", | ||
"pwdPlaceholder": "Password (admin)" | ||
}, | ||
"activity": { | ||
"title": { | ||
"create": "Create Activity" | ||
}, | ||
"account": "Account", | ||
"date": "Date", | ||
"type": "Type", | ||
"area": "Area", | ||
"priority": "Priority", | ||
"organizer": "Organizer", | ||
"desc": "Description", | ||
"tag": "Tag", | ||
"rate": "Rate", | ||
"create": "Create", | ||
"reset": "Reset", | ||
"holder": { | ||
"area": "Pls select area", | ||
"tag": "Pls select tag", | ||
"date": "Pls Select date", | ||
"time": "Pls Select time" | ||
}, | ||
"label": { | ||
"tag": { | ||
"st": "Ticket", | ||
"reduction": "Discount", | ||
"points": "Points" | ||
} | ||
}, | ||
"city": { | ||
"sh": "ShangHai", | ||
"bj": "BeiJing", | ||
"gz": "GuangZhou", | ||
"ly": "Lyster", | ||
"sz": "ShenZhen" | ||
}, | ||
"instDist": "JD", | ||
"price": "Discount", | ||
"rights": "Rights", | ||
"medium": "Medium", | ||
"high": "High", | ||
"rule": { | ||
"account": { | ||
"required": "Pls input account name", | ||
"length": "Length is no longer than 6" | ||
}, | ||
"region": { | ||
"required": "Pls select region" | ||
}, | ||
"date1": { | ||
"required": "Pls select date" | ||
}, | ||
"date2": { | ||
"required": "Pls select time" | ||
}, | ||
"type": { | ||
"required": "Pls select at least on type" | ||
}, | ||
"priority": { | ||
"required": "Pls select priority" | ||
}, | ||
"rate": { | ||
"required": "Pls select rate" | ||
}, | ||
"desc": { | ||
"required": "Pls input description" | ||
} | ||
}, | ||
"success": "Create successfully!", | ||
"failed": "Create failure!" | ||
}, | ||
"example": { | ||
"title1": "Button, Counter, Radio (City is a Vuex demo)", | ||
"title2": "Radio, Checkbox, Input, Multi-Select", | ||
"title3": "Cascader, Switch, Slider", | ||
"title4": "Data Form", | ||
"food": "Food", | ||
"counter": "Counter", | ||
"city": "City", | ||
"inPh": "Please input", | ||
"selPh": "Please select", | ||
"pop": "Popover" | ||
}, | ||
"nav": { | ||
"kitchenSink": "Kitchen Sink examples", | ||
"demo": "Components", | ||
"list": "Table List", | ||
"create": "Creation Form", | ||
"charts": "Charts", | ||
"about": "About" | ||
} | ||
} |
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,97 @@ | ||
{ | ||
"login": { | ||
"userPlaceholder": "Nom d’utilisateur (admin)", | ||
"pwdPlaceholder": "Mot de passe (admin)" | ||
}, | ||
"activity": { | ||
"title": { | ||
"create": "Créer une activité" | ||
}, | ||
"account": "Compte", | ||
"date": "Date", | ||
"type": "Type", | ||
"area": "Région", | ||
"priority": "Priorité", | ||
"organizer": "Organisateur", | ||
"desc": "Description", | ||
"tag": "Étiquette", | ||
"rate": "Appréciation", | ||
"create": "Créer", | ||
"reset": "Réinitialiser", | ||
"holder": { | ||
"area": "Choisir une région", | ||
"tag": "Choisir une étiquette", | ||
"date": "Choisir une date", | ||
"time": "Choisir un moment" | ||
}, | ||
"label": { | ||
"tag": { | ||
"st": "Billet", | ||
"reduction": "Rabais", | ||
"points": "Points" | ||
} | ||
}, | ||
"city": { | ||
"sh": "ShangHai", | ||
"bj": "BeiJing", | ||
"gz": "GuangZhou", | ||
"ly": "Lyster", | ||
"sz": "ShenZhen" | ||
}, | ||
"instDist": "JD", | ||
"price": "Rabais", | ||
"rights": "Droit", | ||
"medium": "Médium", | ||
"high": "Élevé", | ||
"rule": { | ||
"account": { | ||
"required": "Veuillez spécifier un nom d’utilisateur", | ||
"length": "Il y a un maximum de 6 caractères" | ||
}, | ||
"region": { | ||
"required": "Veuillez spécifier une région" | ||
}, | ||
"date1": { | ||
"required": "Veuillez spécifier une date" | ||
}, | ||
"date2": { | ||
"required": "Veuillez spécifier un moment" | ||
}, | ||
"type": { | ||
"required": "Il faut au moins avoir choisi un Type" | ||
}, | ||
"priority": { | ||
"required": "Veuillez choisir une priorité" | ||
}, | ||
"rate": { | ||
"required": "Vous devez absolument donner votre degré d’appréciation" | ||
}, | ||
"desc": { | ||
"required": "Veuillez entrer une description" | ||
} | ||
}, | ||
"success": "L’Activité crée!", | ||
"failed": "Il a été impossible de créer l’activité, désolé!" | ||
}, | ||
"example": { | ||
"title1": | ||
"Button, Counter, Radio (Le champ City est un demo d’usage de Vuex)", | ||
"title2": "Radio, Checkbox, Input, Multi-Select", | ||
"title3": "Cascader, Switch, Slider", | ||
"title4": "Formulaire de données exemple", | ||
"food": "Nourriture", | ||
"counter": "Compteur", | ||
"city": "Ville", | ||
"inPh": "Veuillez entrer", | ||
"selPh": "Veuillez choisir", | ||
"pop": "Mise en avant" | ||
}, | ||
"nav": { | ||
"kitchenSink": "Examples dans Kitchen Sink", | ||
"demo": "Components", | ||
"list": "Données tabulaires", | ||
"create": "Forumlaire de création", | ||
"charts": "Chartes et graphiques", | ||
"about": "À propos" | ||
} | ||
} |
Oops, something went wrong.