mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
76 lines
2.1 KiB
TypeScript
76 lines
2.1 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/da.json')
|
||
|
|
|
||
|
|
export const mainConfig_da: SiteLocaleData = {
|
||
|
|
lang: 'da',
|
||
|
|
title: Translation.title,
|
||
|
|
description: Translation.description,
|
||
|
|
head: headConfig
|
||
|
|
}
|
||
|
|
|
||
|
|
export const defaultThemeConfig_da: DefaultThemeLocaleData = {
|
||
|
|
selectLanguageName: "Dansk",
|
||
|
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||
|
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||
|
|
|
||
|
|
navbar: [
|
||
|
|
{
|
||
|
|
text: Translation.navbar.AboutAndFeatures,
|
||
|
|
link: "/da/guide/",
|
||
|
|
},
|
||
|
|
|
||
|
|
{
|
||
|
|
text: Translation.navbar.Installation,
|
||
|
|
link: "/da/guide/installation.md",
|
||
|
|
},
|
||
|
|
|
||
|
|
{
|
||
|
|
text: Translation.navbar.Usage,
|
||
|
|
link: "/da/guide/usage.md",
|
||
|
|
},
|
||
|
|
|
||
|
|
{
|
||
|
|
text: Translation.navbar.Configuration,
|
||
|
|
link: "/da/guide/configuration.md",
|
||
|
|
},
|
||
|
|
|
||
|
|
{
|
||
|
|
text: Translation.navbar.ChatBots,
|
||
|
|
link: "/da/guide/chat-bots.md",
|
||
|
|
},
|
||
|
|
],
|
||
|
|
|
||
|
|
sidebar: [
|
||
|
|
"/da/guide/README.md",
|
||
|
|
"/da/guide/installation.md",
|
||
|
|
"/da/guide/usage.md",
|
||
|
|
"/da/guide/configuration.md",
|
||
|
|
"/da/guide/chat-bots.md",
|
||
|
|
"/da/guide/creating-bots.md",
|
||
|
|
"/da/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,
|
||
|
|
}
|