2022-11-04 09:51:27 +08:00
|
|
|
/* 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,
|
2022-11-04 10:40:28 +08:00
|
|
|
link: "/l10n/el/guide/",
|
2022-11-04 09:51:27 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
text: Translation.navbar.Installation,
|
2022-11-04 10:40:28 +08:00
|
|
|
link: "/l10n/el/guide/installation.md",
|
2022-11-04 09:51:27 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
text: Translation.navbar.Usage,
|
2022-11-04 10:40:28 +08:00
|
|
|
link: "/l10n/el/guide/usage.md",
|
2022-11-04 09:51:27 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
text: Translation.navbar.Configuration,
|
2022-11-04 10:40:28 +08:00
|
|
|
link: "/l10n/el/guide/configuration.md",
|
2022-11-04 09:51:27 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
text: Translation.navbar.ChatBots,
|
2022-11-04 10:40:28 +08:00
|
|
|
link: "/l10n/el/guide/chat-bots.md",
|
2022-11-04 09:51:27 +08:00
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
sidebar: [
|
2022-11-04 10:40:28 +08:00
|
|
|
"/l10n/el/guide/README.md",
|
|
|
|
|
"/l10n/el/guide/installation.md",
|
|
|
|
|
"/l10n/el/guide/usage.md",
|
|
|
|
|
"/l10n/el/guide/configuration.md",
|
|
|
|
|
"/l10n/el/guide/chat-bots.md",
|
|
|
|
|
"/l10n/el/guide/creating-bots.md",
|
|
|
|
|
"/l10n/el/guide/contibuting.md"
|
2022-11-04 09:51:27 +08:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
// 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,
|
|
|
|
|
}
|