mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-11 00:02:46 -05:00
22 lines
509 B
JSON
22 lines
509 B
JSON
{
|
|
"logo.alt": {
|
|
"message": "Sparo",
|
|
"description": "The alt text of navbar logo"
|
|
},
|
|
"item.label.Docs": {
|
|
"message": "文档",
|
|
"description": "Navbar item with label Docs"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
},
|
|
"item.label.News": {
|
|
"message": "新闻",
|
|
"description": "Navbar item with label News"
|
|
},
|
|
"item.label.Help": {
|
|
"message": "帮助",
|
|
"description": "Navbar item with label Help"
|
|
}
|
|
}
|