mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Sync configs
This commit is contained in:
parent
524dbea8fc
commit
c03b4470a0
31 changed files with 2263 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ LangNameMap = {
|
||||||
"no": "Norsk",
|
"no": "Norsk",
|
||||||
"pl": "Polski",
|
"pl": "Polski",
|
||||||
"pt": "Português (Portugal)",
|
"pt": "Português (Portugal)",
|
||||||
"pt-br": "Português (Brasil)",
|
"pt-BR": "Português (Brasil)",
|
||||||
"ro": "Română",
|
"ro": "Română",
|
||||||
"ru": "Русский",
|
"ru": "Русский",
|
||||||
"sr-Cyrl": "Српски (Cyrillic)",
|
"sr-Cyrl": "Српски (Cyrillic)",
|
||||||
|
|
|
||||||
75
docs/.vuepress/configs/l10n_configs/af.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/af.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/af.json')
|
||||||
|
|
||||||
|
export const mainConfig_af: SiteLocaleData = {
|
||||||
|
lang: 'af',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_af: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Afrikaans",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/af/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/af/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/af/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/af/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/af/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/af/guide/README.md",
|
||||||
|
"/af/guide/installation.md",
|
||||||
|
"/af/guide/usage.md",
|
||||||
|
"/af/guide/configuration.md",
|
||||||
|
"/af/guide/chat-bots.md",
|
||||||
|
"/af/guide/creating-bots.md",
|
||||||
|
"/af/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/ar.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/ar.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/ar.json')
|
||||||
|
|
||||||
|
export const mainConfig_ar: SiteLocaleData = {
|
||||||
|
lang: 'ar',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_ar: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "اللغة العربية",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/ar/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/ar/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/ar/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/ar/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/ar/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/ar/guide/README.md",
|
||||||
|
"/ar/guide/installation.md",
|
||||||
|
"/ar/guide/usage.md",
|
||||||
|
"/ar/guide/configuration.md",
|
||||||
|
"/ar/guide/chat-bots.md",
|
||||||
|
"/ar/guide/creating-bots.md",
|
||||||
|
"/ar/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/ca.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/ca.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/ca.json')
|
||||||
|
|
||||||
|
export const mainConfig_ca: SiteLocaleData = {
|
||||||
|
lang: 'ca',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_ca: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Català",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/ca/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/ca/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/ca/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/ca/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/ca/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/ca/guide/README.md",
|
||||||
|
"/ca/guide/installation.md",
|
||||||
|
"/ca/guide/usage.md",
|
||||||
|
"/ca/guide/configuration.md",
|
||||||
|
"/ca/guide/chat-bots.md",
|
||||||
|
"/ca/guide/creating-bots.md",
|
||||||
|
"/ca/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/cs.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/cs.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/cs.json')
|
||||||
|
|
||||||
|
export const mainConfig_cs: SiteLocaleData = {
|
||||||
|
lang: 'cs',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_cs: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: " Čeština",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/cs/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/cs/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/cs/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/cs/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/cs/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/cs/guide/README.md",
|
||||||
|
"/cs/guide/installation.md",
|
||||||
|
"/cs/guide/usage.md",
|
||||||
|
"/cs/guide/configuration.md",
|
||||||
|
"/cs/guide/chat-bots.md",
|
||||||
|
"/cs/guide/creating-bots.md",
|
||||||
|
"/cs/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/da.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/da.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/de.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/de.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/de.json')
|
||||||
|
|
||||||
|
export const mainConfig_de: SiteLocaleData = {
|
||||||
|
lang: 'de',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_de: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Deutsch",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/de/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/de/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/de/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/de/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/de/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/de/guide/README.md",
|
||||||
|
"/de/guide/installation.md",
|
||||||
|
"/de/guide/usage.md",
|
||||||
|
"/de/guide/configuration.md",
|
||||||
|
"/de/guide/chat-bots.md",
|
||||||
|
"/de/guide/creating-bots.md",
|
||||||
|
"/de/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/el.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/el.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/el.json')
|
||||||
|
|
||||||
|
export const mainConfig_el: SiteLocaleData = {
|
||||||
|
lang: 'el',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_el: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Ελληνικά",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/el/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/el/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/el/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/el/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/el/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/el/guide/README.md",
|
||||||
|
"/el/guide/installation.md",
|
||||||
|
"/el/guide/usage.md",
|
||||||
|
"/el/guide/configuration.md",
|
||||||
|
"/el/guide/chat-bots.md",
|
||||||
|
"/el/guide/creating-bots.md",
|
||||||
|
"/el/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/es.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/es.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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: "/es/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/es/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/es/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/es/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/es/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/es/guide/README.md",
|
||||||
|
"/es/guide/installation.md",
|
||||||
|
"/es/guide/usage.md",
|
||||||
|
"/es/guide/configuration.md",
|
||||||
|
"/es/guide/chat-bots.md",
|
||||||
|
"/es/guide/creating-bots.md",
|
||||||
|
"/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/fi.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/fi.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/fi.json')
|
||||||
|
|
||||||
|
export const mainConfig_fi: SiteLocaleData = {
|
||||||
|
lang: 'fi',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_fi: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Suomi",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/fi/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/fi/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/fi/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/fi/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/fi/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/fi/guide/README.md",
|
||||||
|
"/fi/guide/installation.md",
|
||||||
|
"/fi/guide/usage.md",
|
||||||
|
"/fi/guide/configuration.md",
|
||||||
|
"/fi/guide/chat-bots.md",
|
||||||
|
"/fi/guide/creating-bots.md",
|
||||||
|
"/fi/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/fr.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/fr.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/fr.json')
|
||||||
|
|
||||||
|
export const mainConfig_fr: SiteLocaleData = {
|
||||||
|
lang: 'fr',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_fr: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Français",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/fr/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/fr/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/fr/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/fr/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/fr/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/fr/guide/README.md",
|
||||||
|
"/fr/guide/installation.md",
|
||||||
|
"/fr/guide/usage.md",
|
||||||
|
"/fr/guide/configuration.md",
|
||||||
|
"/fr/guide/chat-bots.md",
|
||||||
|
"/fr/guide/creating-bots.md",
|
||||||
|
"/fr/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/he.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/he.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/he.json')
|
||||||
|
|
||||||
|
export const mainConfig_he: SiteLocaleData = {
|
||||||
|
lang: 'he',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_he: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "עברית",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/he/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/he/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/he/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/he/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/he/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/he/guide/README.md",
|
||||||
|
"/he/guide/installation.md",
|
||||||
|
"/he/guide/usage.md",
|
||||||
|
"/he/guide/configuration.md",
|
||||||
|
"/he/guide/chat-bots.md",
|
||||||
|
"/he/guide/creating-bots.md",
|
||||||
|
"/he/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/hu.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/hu.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/hu.json')
|
||||||
|
|
||||||
|
export const mainConfig_hu: SiteLocaleData = {
|
||||||
|
lang: 'hu',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_hu: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Magyar",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/hu/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/hu/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/hu/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/hu/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/hu/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/hu/guide/README.md",
|
||||||
|
"/hu/guide/installation.md",
|
||||||
|
"/hu/guide/usage.md",
|
||||||
|
"/hu/guide/configuration.md",
|
||||||
|
"/hu/guide/chat-bots.md",
|
||||||
|
"/hu/guide/creating-bots.md",
|
||||||
|
"/hu/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/it.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/it.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/it.json')
|
||||||
|
|
||||||
|
export const mainConfig_it: SiteLocaleData = {
|
||||||
|
lang: 'it',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_it: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Italiano",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/it/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/it/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/it/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/it/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/it/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/it/guide/README.md",
|
||||||
|
"/it/guide/installation.md",
|
||||||
|
"/it/guide/usage.md",
|
||||||
|
"/it/guide/configuration.md",
|
||||||
|
"/it/guide/chat-bots.md",
|
||||||
|
"/it/guide/creating-bots.md",
|
||||||
|
"/it/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/ja.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/ja.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/ja.json')
|
||||||
|
|
||||||
|
export const mainConfig_ja: SiteLocaleData = {
|
||||||
|
lang: 'ja',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_ja: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "日本語",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/ja/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/ja/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/ja/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/ja/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/ja/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/ja/guide/README.md",
|
||||||
|
"/ja/guide/installation.md",
|
||||||
|
"/ja/guide/usage.md",
|
||||||
|
"/ja/guide/configuration.md",
|
||||||
|
"/ja/guide/chat-bots.md",
|
||||||
|
"/ja/guide/creating-bots.md",
|
||||||
|
"/ja/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/ko.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/ko.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/ko.json')
|
||||||
|
|
||||||
|
export const mainConfig_ko: SiteLocaleData = {
|
||||||
|
lang: 'ko',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_ko: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "한국어",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/ko/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/ko/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/ko/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/ko/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/ko/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/ko/guide/README.md",
|
||||||
|
"/ko/guide/installation.md",
|
||||||
|
"/ko/guide/usage.md",
|
||||||
|
"/ko/guide/configuration.md",
|
||||||
|
"/ko/guide/chat-bots.md",
|
||||||
|
"/ko/guide/creating-bots.md",
|
||||||
|
"/ko/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/lv.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/lv.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/lv.json')
|
||||||
|
|
||||||
|
export const mainConfig_lv: SiteLocaleData = {
|
||||||
|
lang: 'lv',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_lv: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Latviešu",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/lv/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/lv/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/lv/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/lv/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/lv/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/lv/guide/README.md",
|
||||||
|
"/lv/guide/installation.md",
|
||||||
|
"/lv/guide/usage.md",
|
||||||
|
"/lv/guide/configuration.md",
|
||||||
|
"/lv/guide/chat-bots.md",
|
||||||
|
"/lv/guide/creating-bots.md",
|
||||||
|
"/lv/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/nl.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/nl.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/nl.json')
|
||||||
|
|
||||||
|
export const mainConfig_nl: SiteLocaleData = {
|
||||||
|
lang: 'nl',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_nl: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Nederlands",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/nl/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/nl/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/nl/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/nl/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/nl/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/nl/guide/README.md",
|
||||||
|
"/nl/guide/installation.md",
|
||||||
|
"/nl/guide/usage.md",
|
||||||
|
"/nl/guide/configuration.md",
|
||||||
|
"/nl/guide/chat-bots.md",
|
||||||
|
"/nl/guide/creating-bots.md",
|
||||||
|
"/nl/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/no.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/no.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/no.json')
|
||||||
|
|
||||||
|
export const mainConfig_no: SiteLocaleData = {
|
||||||
|
lang: 'no',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_no: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Norsk",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/no/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/no/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/no/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/no/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/no/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/no/guide/README.md",
|
||||||
|
"/no/guide/installation.md",
|
||||||
|
"/no/guide/usage.md",
|
||||||
|
"/no/guide/configuration.md",
|
||||||
|
"/no/guide/chat-bots.md",
|
||||||
|
"/no/guide/creating-bots.md",
|
||||||
|
"/no/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/pl.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/pl.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/pl.json')
|
||||||
|
|
||||||
|
export const mainConfig_pl: SiteLocaleData = {
|
||||||
|
lang: 'pl',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_pl: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Polski",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/pl/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/pl/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/pl/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/pl/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/pl/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/pl/guide/README.md",
|
||||||
|
"/pl/guide/installation.md",
|
||||||
|
"/pl/guide/usage.md",
|
||||||
|
"/pl/guide/configuration.md",
|
||||||
|
"/pl/guide/chat-bots.md",
|
||||||
|
"/pl/guide/creating-bots.md",
|
||||||
|
"/pl/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/pt-BR.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/pt-BR.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/pt-BR.json')
|
||||||
|
|
||||||
|
export const mainConfig_pt_BR: SiteLocaleData = {
|
||||||
|
lang: 'pt-BR',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_pt_BR: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Português (Brasil)",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/pt-BR/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/pt-BR/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/pt-BR/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/pt-BR/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/pt-BR/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/pt-BR/guide/README.md",
|
||||||
|
"/pt-BR/guide/installation.md",
|
||||||
|
"/pt-BR/guide/usage.md",
|
||||||
|
"/pt-BR/guide/configuration.md",
|
||||||
|
"/pt-BR/guide/chat-bots.md",
|
||||||
|
"/pt-BR/guide/creating-bots.md",
|
||||||
|
"/pt-BR/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/pt.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/pt.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/pt.json')
|
||||||
|
|
||||||
|
export const mainConfig_pt: SiteLocaleData = {
|
||||||
|
lang: 'pt',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_pt: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Português (Portugal)",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/pt/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/pt/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/pt/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/pt/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/pt/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/pt/guide/README.md",
|
||||||
|
"/pt/guide/installation.md",
|
||||||
|
"/pt/guide/usage.md",
|
||||||
|
"/pt/guide/configuration.md",
|
||||||
|
"/pt/guide/chat-bots.md",
|
||||||
|
"/pt/guide/creating-bots.md",
|
||||||
|
"/pt/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/ro.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/ro.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/ro.json')
|
||||||
|
|
||||||
|
export const mainConfig_ro: SiteLocaleData = {
|
||||||
|
lang: 'ro',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_ro: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Română",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/ro/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/ro/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/ro/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/ro/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/ro/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/ro/guide/README.md",
|
||||||
|
"/ro/guide/installation.md",
|
||||||
|
"/ro/guide/usage.md",
|
||||||
|
"/ro/guide/configuration.md",
|
||||||
|
"/ro/guide/chat-bots.md",
|
||||||
|
"/ro/guide/creating-bots.md",
|
||||||
|
"/ro/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/ru.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/ru.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/ru.json')
|
||||||
|
|
||||||
|
export const mainConfig_ru: SiteLocaleData = {
|
||||||
|
lang: 'ru',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_ru: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Русский",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/ru/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/ru/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/ru/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/ru/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/ru/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/ru/guide/README.md",
|
||||||
|
"/ru/guide/installation.md",
|
||||||
|
"/ru/guide/usage.md",
|
||||||
|
"/ru/guide/configuration.md",
|
||||||
|
"/ru/guide/chat-bots.md",
|
||||||
|
"/ru/guide/creating-bots.md",
|
||||||
|
"/ru/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/sr-Cyrl.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/sr-Cyrl.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/sr-Cyrl.json')
|
||||||
|
|
||||||
|
export const mainConfig_sr_Cyrl: SiteLocaleData = {
|
||||||
|
lang: 'sr-Cyrl',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_sr_Cyrl: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Српски (Cyrillic)",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/sr-Cyrl/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/sr-Cyrl/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/sr-Cyrl/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/sr-Cyrl/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/sr-Cyrl/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/sr-Cyrl/guide/README.md",
|
||||||
|
"/sr-Cyrl/guide/installation.md",
|
||||||
|
"/sr-Cyrl/guide/usage.md",
|
||||||
|
"/sr-Cyrl/guide/configuration.md",
|
||||||
|
"/sr-Cyrl/guide/chat-bots.md",
|
||||||
|
"/sr-Cyrl/guide/creating-bots.md",
|
||||||
|
"/sr-Cyrl/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/sv.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/sv.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/sv.json')
|
||||||
|
|
||||||
|
export const mainConfig_sv: SiteLocaleData = {
|
||||||
|
lang: 'sv',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_sv: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Svenska",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/sv/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/sv/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/sv/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/sv/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/sv/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/sv/guide/README.md",
|
||||||
|
"/sv/guide/installation.md",
|
||||||
|
"/sv/guide/usage.md",
|
||||||
|
"/sv/guide/configuration.md",
|
||||||
|
"/sv/guide/chat-bots.md",
|
||||||
|
"/sv/guide/creating-bots.md",
|
||||||
|
"/sv/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/tr.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/tr.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/tr.json')
|
||||||
|
|
||||||
|
export const mainConfig_tr: SiteLocaleData = {
|
||||||
|
lang: 'tr',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_tr: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Türkçe",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/tr/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/tr/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/tr/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/tr/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/tr/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/tr/guide/README.md",
|
||||||
|
"/tr/guide/installation.md",
|
||||||
|
"/tr/guide/usage.md",
|
||||||
|
"/tr/guide/configuration.md",
|
||||||
|
"/tr/guide/chat-bots.md",
|
||||||
|
"/tr/guide/creating-bots.md",
|
||||||
|
"/tr/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/uk.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/uk.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/uk.json')
|
||||||
|
|
||||||
|
export const mainConfig_uk: SiteLocaleData = {
|
||||||
|
lang: 'uk',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_uk: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "Українська",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/uk/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/uk/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/uk/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/uk/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/uk/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/uk/guide/README.md",
|
||||||
|
"/uk/guide/installation.md",
|
||||||
|
"/uk/guide/usage.md",
|
||||||
|
"/uk/guide/configuration.md",
|
||||||
|
"/uk/guide/chat-bots.md",
|
||||||
|
"/uk/guide/creating-bots.md",
|
||||||
|
"/uk/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/vi.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/vi.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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: "/vi/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/vi/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/vi/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/vi/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/vi/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/vi/guide/README.md",
|
||||||
|
"/vi/guide/installation.md",
|
||||||
|
"/vi/guide/usage.md",
|
||||||
|
"/vi/guide/configuration.md",
|
||||||
|
"/vi/guide/chat-bots.md",
|
||||||
|
"/vi/guide/creating-bots.md",
|
||||||
|
"/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,
|
||||||
|
}
|
||||||
75
docs/.vuepress/configs/l10n_configs/zh-Hant.ts
Normal file
75
docs/.vuepress/configs/l10n_configs/zh-Hant.ts
Normal file
|
|
@ -0,0 +1,75 @@
|
||||||
|
/* 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/zh-Hant.json')
|
||||||
|
|
||||||
|
export const mainConfig_zh_Hant: SiteLocaleData = {
|
||||||
|
lang: 'zh-Hant',
|
||||||
|
title: Translation.title,
|
||||||
|
description: Translation.description,
|
||||||
|
head: headConfig
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultThemeConfig_zh_Hant: DefaultThemeLocaleData = {
|
||||||
|
selectLanguageName: "繁體中文",
|
||||||
|
selectLanguageText: Translation.theme.selectLanguageText,
|
||||||
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
||||||
|
|
||||||
|
navbar: [
|
||||||
|
{
|
||||||
|
text: Translation.navbar.AboutAndFeatures,
|
||||||
|
link: "/zh-Hant/guide/",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Installation,
|
||||||
|
link: "/zh-Hant/guide/installation.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Usage,
|
||||||
|
link: "/zh-Hant/guide/usage.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.Configuration,
|
||||||
|
link: "/zh-Hant/guide/configuration.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
text: Translation.navbar.ChatBots,
|
||||||
|
link: "/zh-Hant/guide/chat-bots.md",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
sidebar: [
|
||||||
|
"/zh-Hant/guide/README.md",
|
||||||
|
"/zh-Hant/guide/installation.md",
|
||||||
|
"/zh-Hant/guide/usage.md",
|
||||||
|
"/zh-Hant/guide/configuration.md",
|
||||||
|
"/zh-Hant/guide/chat-bots.md",
|
||||||
|
"/zh-Hant/guide/creating-bots.md",
|
||||||
|
"/zh-Hant/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,
|
||||||
|
}
|
||||||
|
|
@ -2,15 +2,102 @@
|
||||||
import type { SiteLocaleConfig } from '@vuepress/shared'
|
import type { SiteLocaleConfig } from '@vuepress/shared'
|
||||||
import type { LocaleConfig } from '@vuepress/shared'
|
import type { LocaleConfig } from '@vuepress/shared'
|
||||||
|
|
||||||
|
import { mainConfig_af, defaultThemeConfig_af } from './l10n_configs/af.js'
|
||||||
|
import { mainConfig_ar, defaultThemeConfig_ar } from './l10n_configs/ar.js'
|
||||||
|
import { mainConfig_ca, defaultThemeConfig_ca } from './l10n_configs/ca.js'
|
||||||
|
import { mainConfig_cs, defaultThemeConfig_cs } from './l10n_configs/cs.js'
|
||||||
|
import { mainConfig_da, defaultThemeConfig_da } from './l10n_configs/da.js'
|
||||||
|
import { mainConfig_de, defaultThemeConfig_de } from './l10n_configs/de.js'
|
||||||
|
import { mainConfig_el, defaultThemeConfig_el } from './l10n_configs/el.js'
|
||||||
import { mainConfig_en, defaultThemeConfig_en } from './l10n_configs/en.js'
|
import { mainConfig_en, defaultThemeConfig_en } from './l10n_configs/en.js'
|
||||||
|
import { mainConfig_es, defaultThemeConfig_es } from './l10n_configs/es.js'
|
||||||
|
import { mainConfig_fi, defaultThemeConfig_fi } from './l10n_configs/fi.js'
|
||||||
|
import { mainConfig_fr, defaultThemeConfig_fr } from './l10n_configs/fr.js'
|
||||||
|
import { mainConfig_he, defaultThemeConfig_he } from './l10n_configs/he.js'
|
||||||
|
import { mainConfig_hu, defaultThemeConfig_hu } from './l10n_configs/hu.js'
|
||||||
|
import { mainConfig_it, defaultThemeConfig_it } from './l10n_configs/it.js'
|
||||||
|
import { mainConfig_ja, defaultThemeConfig_ja } from './l10n_configs/ja.js'
|
||||||
|
import { mainConfig_ko, defaultThemeConfig_ko } from './l10n_configs/ko.js'
|
||||||
|
import { mainConfig_lv, defaultThemeConfig_lv } from './l10n_configs/lv.js'
|
||||||
|
import { mainConfig_nl, defaultThemeConfig_nl } from './l10n_configs/nl.js'
|
||||||
|
import { mainConfig_no, defaultThemeConfig_no } from './l10n_configs/no.js'
|
||||||
|
import { mainConfig_pl, defaultThemeConfig_pl } from './l10n_configs/pl.js'
|
||||||
|
import { mainConfig_pt_BR, defaultThemeConfig_pt_BR } from './l10n_configs/pt-BR.js'
|
||||||
|
import { mainConfig_pt, defaultThemeConfig_pt } from './l10n_configs/pt.js'
|
||||||
|
import { mainConfig_ro, defaultThemeConfig_ro } from './l10n_configs/ro.js'
|
||||||
|
import { mainConfig_ru, defaultThemeConfig_ru } from './l10n_configs/ru.js'
|
||||||
|
import { mainConfig_sr_Cyrl, defaultThemeConfig_sr_Cyrl } from './l10n_configs/sr-Cyrl.js'
|
||||||
|
import { mainConfig_sv, defaultThemeConfig_sv } from './l10n_configs/sv.js'
|
||||||
|
import { mainConfig_tr, defaultThemeConfig_tr } from './l10n_configs/tr.js'
|
||||||
|
import { mainConfig_uk, defaultThemeConfig_uk } from './l10n_configs/uk.js'
|
||||||
|
import { mainConfig_vi, defaultThemeConfig_vi } from './l10n_configs/vi.js'
|
||||||
import { mainConfig_zh_Hans, defaultThemeConfig_zh_Hans } from './l10n_configs/zh-Hans.js'
|
import { mainConfig_zh_Hans, defaultThemeConfig_zh_Hans } from './l10n_configs/zh-Hans.js'
|
||||||
|
import { mainConfig_zh_Hant, defaultThemeConfig_zh_Hant } from './l10n_configs/zh-Hant.js'
|
||||||
|
|
||||||
export const mainConfig: SiteLocaleConfig = {
|
export const mainConfig: SiteLocaleConfig = {
|
||||||
|
'/af/': mainConfig_af,
|
||||||
|
'/ar/': mainConfig_ar,
|
||||||
|
'/ca/': mainConfig_ca,
|
||||||
|
'/cs/': mainConfig_cs,
|
||||||
|
'/da/': mainConfig_da,
|
||||||
|
'/de/': mainConfig_de,
|
||||||
|
'/el/': mainConfig_el,
|
||||||
'/': mainConfig_en,
|
'/': mainConfig_en,
|
||||||
|
'/es/': mainConfig_es,
|
||||||
|
'/fi/': mainConfig_fi,
|
||||||
|
'/fr/': mainConfig_fr,
|
||||||
|
'/he/': mainConfig_he,
|
||||||
|
'/hu/': mainConfig_hu,
|
||||||
|
'/it/': mainConfig_it,
|
||||||
|
'/ja/': mainConfig_ja,
|
||||||
|
'/ko/': mainConfig_ko,
|
||||||
|
'/lv/': mainConfig_lv,
|
||||||
|
'/nl/': mainConfig_nl,
|
||||||
|
'/no/': mainConfig_no,
|
||||||
|
'/pl/': mainConfig_pl,
|
||||||
|
'/pt-BR/': mainConfig_pt_BR,
|
||||||
|
'/pt/': mainConfig_pt,
|
||||||
|
'/ro/': mainConfig_ro,
|
||||||
|
'/ru/': mainConfig_ru,
|
||||||
|
'/sr-Cyrl/': mainConfig_sr_Cyrl,
|
||||||
|
'/sv/': mainConfig_sv,
|
||||||
|
'/tr/': mainConfig_tr,
|
||||||
|
'/uk/': mainConfig_uk,
|
||||||
|
'/vi/': mainConfig_vi,
|
||||||
'/zh-Hans/': mainConfig_zh_Hans,
|
'/zh-Hans/': mainConfig_zh_Hans,
|
||||||
|
'/zh-Hant/': mainConfig_zh_Hant,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultThemeConfig: LocaleConfig = {
|
export const defaultThemeConfig: LocaleConfig = {
|
||||||
|
'/af/': defaultThemeConfig_af,
|
||||||
|
'/ar/': defaultThemeConfig_ar,
|
||||||
|
'/ca/': defaultThemeConfig_ca,
|
||||||
|
'/cs/': defaultThemeConfig_cs,
|
||||||
|
'/da/': defaultThemeConfig_da,
|
||||||
|
'/de/': defaultThemeConfig_de,
|
||||||
|
'/el/': defaultThemeConfig_el,
|
||||||
'/': defaultThemeConfig_en,
|
'/': defaultThemeConfig_en,
|
||||||
|
'/es/': defaultThemeConfig_es,
|
||||||
|
'/fi/': defaultThemeConfig_fi,
|
||||||
|
'/fr/': defaultThemeConfig_fr,
|
||||||
|
'/he/': defaultThemeConfig_he,
|
||||||
|
'/hu/': defaultThemeConfig_hu,
|
||||||
|
'/it/': defaultThemeConfig_it,
|
||||||
|
'/ja/': defaultThemeConfig_ja,
|
||||||
|
'/ko/': defaultThemeConfig_ko,
|
||||||
|
'/lv/': defaultThemeConfig_lv,
|
||||||
|
'/nl/': defaultThemeConfig_nl,
|
||||||
|
'/no/': defaultThemeConfig_no,
|
||||||
|
'/pl/': defaultThemeConfig_pl,
|
||||||
|
'/pt-BR/': defaultThemeConfig_pt_BR,
|
||||||
|
'/pt/': defaultThemeConfig_pt,
|
||||||
|
'/ro/': defaultThemeConfig_ro,
|
||||||
|
'/ru/': defaultThemeConfig_ru,
|
||||||
|
'/sr-Cyrl/': defaultThemeConfig_sr_Cyrl,
|
||||||
|
'/sv/': defaultThemeConfig_sv,
|
||||||
|
'/tr/': defaultThemeConfig_tr,
|
||||||
|
'/uk/': defaultThemeConfig_uk,
|
||||||
|
'/vi/': defaultThemeConfig_vi,
|
||||||
'/zh-Hans/': defaultThemeConfig_zh_Hans,
|
'/zh-Hans/': defaultThemeConfig_zh_Hans,
|
||||||
|
'/zh-Hant/': defaultThemeConfig_zh_Hant,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue