vitesse/locales/en.json

14 lines
266 B
JSON
Raw Normal View History

2020-08-10 11:17:26 +08:00
{
"button": {
2020-08-10 23:26:36 +08:00
"back": "Back",
"go": "GO"
},
"intro": {
"desc": "Opinionated Vite Starter Template",
"dynamic-route": "Demo of dynamic route",
"hi": "Hi, {name}!",
"whats-your-name": "What's your name?"
2020-08-11 18:41:21 +08:00
},
"not-found": "Not found"
2020-08-10 11:17:26 +08:00
}