mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 10:42:16 +03:00
23 lines
554 B
JSON
23 lines
554 B
JSON
|
{
|
||
|
"title": {
|
||
|
"message": "ReHLDS Документация",
|
||
|
"description": "The title in the navbar"
|
||
|
},
|
||
|
"logo.alt": {
|
||
|
"message": "ReHLDS Логотип",
|
||
|
"description": "The alt text of navbar logo"
|
||
|
},
|
||
|
"item.label.Tutorial": {
|
||
|
"message": "Учебник",
|
||
|
"description": "Navbar item with label Tutorial"
|
||
|
},
|
||
|
"item.label.Blog": {
|
||
|
"message": "Блог",
|
||
|
"description": "Navbar item with label Blog"
|
||
|
},
|
||
|
"item.label.GitHub": {
|
||
|
"message": "GitHub",
|
||
|
"description": "Navbar item with label GitHub"
|
||
|
}
|
||
|
}
|