mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-21 02:50:55 +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
526 B
JSON
26 lines
526 B
JSON
{
|
|
"common": {
|
|
"welcome": "Welcome!"
|
|
},
|
|
"navBar": {
|
|
"intro": "Our fancy header with navigation.",
|
|
"version": "version:",
|
|
"currentDate": "Today's date: {{date, formattedDate}}"
|
|
},
|
|
"nav": {
|
|
"home": "home",
|
|
"about": "about",
|
|
"counter": "counter",
|
|
"tenders": "tenders (with auth)"
|
|
},
|
|
"about": {
|
|
"title": "About"
|
|
},
|
|
"counter": {
|
|
"status": "Working status: {{status}}",
|
|
"add_zero": "Please enter a value",
|
|
"add_one": "Add one",
|
|
"add_other": "Add {{count}}"
|
|
}
|
|
}
|