mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- Changed the link for the "help us translate" section from crwd.in to crowdin.com for consistency and accuracy in localization configurations for various languages.
86 lines
2.7 KiB
TypeScript
86 lines
2.7 KiB
TypeScript
/* This file is automatically generated by "gen_configs.py" */
|
|
import type { SiteLocaleData } from '@vuepress/shared'
|
|
import type { DefaultThemeLocaleData } from '@vuepress/theme-default'
|
|
import { headConfig } from '../head.js'
|
|
|
|
const Translation = require('../../translations/vi.json')
|
|
|
|
export const mainConfig_vi: SiteLocaleData = {
|
|
lang: 'vi',
|
|
title: Translation.title,
|
|
description: Translation.description,
|
|
head: headConfig
|
|
}
|
|
|
|
export const defaultThemeConfig_vi: DefaultThemeLocaleData = {
|
|
selectLanguageName: "Tiếng Việt",
|
|
selectLanguageText: Translation.theme.selectLanguageText,
|
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
|
|
|
navbar: [
|
|
{
|
|
text: Translation.navbar.AboutAndFeatures,
|
|
link: "/l10n/vi/guide/",
|
|
activeMatch: "/l10n/vi/index.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Installation,
|
|
link: "/l10n/vi/guide/installation.md",
|
|
activeMatch: "/l10n/vi/guide/installation.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Usage,
|
|
link: "/l10n/vi/guide/usage.md",
|
|
activeMatch: "/l10n/vi/guide/usage.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Configuration,
|
|
link: "/l10n/vi/guide/configuration.md",
|
|
activeMatch: "/l10n/vi/guide/configuration.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.ChatBots,
|
|
link: "/l10n/vi/guide/chat-bots.md",
|
|
activeMatch: "/l10n/vi/guide/chat-bots.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.helpUsTranslate,
|
|
link: "https://crowdin.com/project/minecraft-console-client",
|
|
},
|
|
],
|
|
|
|
sidebar: [
|
|
"/l10n/vi/guide/README.md",
|
|
"/l10n/vi/guide/installation.md",
|
|
"/l10n/vi/guide/usage.md",
|
|
"/l10n/vi/guide/configuration.md",
|
|
"/l10n/vi/guide/creating-text-script.md",
|
|
"/l10n/vi/guide/chat-bots.md",
|
|
"/l10n/vi/guide/creating-bots.md",
|
|
"/l10n/vi/guide/contibuting.md"
|
|
],
|
|
|
|
// page meta
|
|
editLinkText: Translation.theme.editLinkText,
|
|
lastUpdatedText: Translation.theme.lastUpdatedText,
|
|
contributorsText: Translation.theme.contributorsText,
|
|
|
|
// custom containers
|
|
tip: Translation.theme.tip,
|
|
warning: Translation.theme.warning,
|
|
danger: Translation.theme.danger,
|
|
|
|
// 404 page
|
|
notFound: Translation.theme.notFound,
|
|
backToHome: Translation.theme.backToHome,
|
|
|
|
// a11y
|
|
openInNewWindow: Translation.theme.openInNewWindow,
|
|
toggleColorMode: Translation.theme.toggleColorMode,
|
|
toggleSidebar: Translation.theme.toggleSidebar,
|
|
}
|