mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
Mastermindzh
b9d3025163
Added an example of an authentication protected page (tenders) Added an example with the built in proxy (to combat CORS) (tendersguru)
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"common": {
|
|
"welcome": "Welkom!"
|
|
},
|
|
"navBar": {
|
|
"intro": "Een fancy header met navigatie",
|
|
"version": "versie:",
|
|
"currentDate": "De datum van vandaag: {{date, formattedDate}}"
|
|
},
|
|
"nav": {
|
|
"home": "home",
|
|
"about": "over ons",
|
|
"counter": "teller",
|
|
"tenders": "aanbestedingen (met auth)"
|
|
},
|
|
"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"
|
|
}
|
|
}
|