20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"Home": {
|
|
"badge": "Web App",
|
|
"title": "Your Next.js CMS Frontend",
|
|
"description": "This page reads posts through the shared database package.",
|
|
"latestPosts": "Latest posts",
|
|
"explore": "Explore",
|
|
"noExcerpt": "No excerpt"
|
|
},
|
|
"LanguageSwitcher": {
|
|
"label": "Language",
|
|
"localeNames": {
|
|
"de": "German",
|
|
"en": "English",
|
|
"es": "Spanish",
|
|
"fr": "French"
|
|
}
|
|
}
|
|
}
|