mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
Mastermindzh
0003df5fab
- Added pluralization example - Added formatter example (with Luxon) - Used HTTP loader - Added a suspense fallback page for app loading - Added cypress eslint rules
25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"common": {
|
|
"welcome": "Welkom!"
|
|
},
|
|
"navBar": {
|
|
"intro": "Een fancy header met navigatie",
|
|
"version": "Aplicatie versie:",
|
|
"currentDate": "De datum van vandaag: {{date, formattedDate}}"
|
|
},
|
|
"nav": {
|
|
"home": "home",
|
|
"about": "over ons",
|
|
"counter": "teller"
|
|
},
|
|
"about": {
|
|
"title": "Over ons"
|
|
},
|
|
"counter": {
|
|
"status": "Staat van werking: {{status}}",
|
|
"add_zero": "Vul aub een waarde in",
|
|
"add_one": "+1",
|
|
"add_other": "Voeg {{count}} toe"
|
|
}
|
|
}
|