mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"title": {
|
|
"message": "",
|
|
"description": "The title in the navbar"
|
|
},
|
|
"item.label.About": {
|
|
"message": "About",
|
|
"description": "Navbar item with label About"
|
|
},
|
|
"item.label.Showcase": {
|
|
"message": "Showcase",
|
|
"description": "Navbar item with label Showcase"
|
|
},
|
|
"item.label.Blog": {
|
|
"message": "Blog",
|
|
"description": "Navbar item with label Blog"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
},
|
|
"item.label.Sponsor": {
|
|
"message": "Sponsor ❤",
|
|
"description": "Navbar item with label Sponsor"
|
|
}
|
|
}
|