add RU translate 85% by qwerezon

This commit is contained in:
QweRez
2023-12-19 20:05:50 +03:00
parent 9bb97da9f8
commit 233f84ab02
45 changed files with 2758 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
export * from "./en.js";
export * from "./zh.js";
export * from "./ru.js";

View File

@@ -0,0 +1,32 @@
import { navbar } from "vuepress-theme-hope";
export const ruNavbar = navbar([
"/ru/",
{ text: "Документация", icon: "iconfont icon-article", link: "/ru/menu.html" },
{
text: "Скачать",
icon: "iconfont icon-install",
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
},
{
text: "Сообщество",
icon: "iconfont icon-community",
link: "/ru/community",
},
{
text: "Доступность сервиса",
icon: "iconfont icon-define",
children: [
{
text: "UptimeRobot",
icon: "/images/202312/uptimerobot-logo.svg",
link: "https://status.hut.ao/",
},
{
text: "Uptime Kuma",
icon: "/images/202312/uptime-kuma.svg",
link: "https://status.snapgenshin.cn/status",
}
]
},
]);