mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
* Update execif document * Update installation guide * Add simple script page * Add text script page to sidebar
86 lines
2.6 KiB
TypeScript
86 lines
2.6 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/es.json')
|
|
|
|
export const mainConfig_es: SiteLocaleData = {
|
|
lang: 'es',
|
|
title: Translation.title,
|
|
description: Translation.description,
|
|
head: headConfig
|
|
}
|
|
|
|
export const defaultThemeConfig_es: DefaultThemeLocaleData = {
|
|
selectLanguageName: "Español",
|
|
selectLanguageText: Translation.theme.selectLanguageText,
|
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
|
|
|
navbar: [
|
|
{
|
|
text: Translation.navbar.AboutAndFeatures,
|
|
link: "/l10n/es/guide/",
|
|
activeMatch: "/l10n/es/index.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Installation,
|
|
link: "/l10n/es/guide/installation.md",
|
|
activeMatch: "/l10n/es/guide/installation.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Usage,
|
|
link: "/l10n/es/guide/usage.md",
|
|
activeMatch: "/l10n/es/guide/usage.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Configuration,
|
|
link: "/l10n/es/guide/configuration.md",
|
|
activeMatch: "/l10n/es/guide/configuration.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.ChatBots,
|
|
link: "/l10n/es/guide/chat-bots.md",
|
|
activeMatch: "/l10n/es/guide/chat-bots.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.helpUsTranslate,
|
|
link: "https://crwd.in/minecraft-console-client",
|
|
},
|
|
],
|
|
|
|
sidebar: [
|
|
"/l10n/es/guide/README.md",
|
|
"/l10n/es/guide/installation.md",
|
|
"/l10n/es/guide/usage.md",
|
|
"/l10n/es/guide/configuration.md",
|
|
"/l10n/es/guide/creating-text-script.md",
|
|
"/l10n/es/guide/chat-bots.md",
|
|
"/l10n/es/guide/creating-bots.md",
|
|
"/l10n/es/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,
|
|
}
|