19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"title": {
|
|
"message": "ABC User Feedback",
|
|
"description": "The title in the navbar"
|
|
},
|
|
"item.label.Docs": {
|
|
"message": "Docs",
|
|
"description": "Navbar item with label Docs"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
},
|
|
"logo.alt": {
|
|
"message": "LOGO",
|
|
"description": "The alt text of navbar logo"
|
|
}
|
|
}
|