mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 16:51:34 +00:00
23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"title": {
|
|
"message": "RUA",
|
|
"description": "The title in the navbar"
|
|
},
|
|
"logo.alt": {
|
|
"message": "My Site Logo",
|
|
"description": "The alt text of navbar logo"
|
|
},
|
|
"item.label.Tutorial": {
|
|
"message": "Tutorial",
|
|
"description": "Navbar item with label Tutorial"
|
|
},
|
|
"item.label.Blog": {
|
|
"message": "Blog",
|
|
"description": "Navbar item with label Blog"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
}
|
|
}
|