gctGenerator/site/.vuepress/i18n/locales.json
Matteias Collet 95aabd7d1b typo
2021-11-05 02:04:39 +00:00

113 lines
2.7 KiB
JSON

{
"/": {
"lang": "en-US",
"title": "GCT Generator",
"selectText": "🌐 Language",
"label": "English",
"ariaLabel": "Language",
"editLinkText": "Edit this page on GitHub",
"nav": [
{
"text": "Cookbook",
"link": "/guide.html"
},
{
"text": "Code Reference",
"link": "/code-reference/index.html"
},
{
"text": "Report an issue",
"link": "https://github.com/BitPatty/gctGenerator/issues"
},
{
"text": "Sunshine Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
},
"/de/": {
"lang": "de-CH",
"title": "GCT Generator",
"selectText": "🌐 Sprache",
"label": "Deutsch",
"ariaLabel": "Sprache",
"editLinkText": "Bearbeite diese Seite auf GitHub",
"activeHeaderLinks": false,
"nav": [
{
"text": "Cookbook",
"link": "/de/guide.html"
},
{
"text": "Code Referenz",
"link": "/de/code-reference/index.html"
},
{
"text": "Sunshine Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
},
"/fr/": {
"lang": "fr-FR",
"title": "Générateur GCT",
"selectText": "🌐 Langue",
"label": "Français",
"ariaLabel": "Langue",
"editLinkText": "Modifier cette page sur GitHub",
"activeHeaderLinks": false,
"nav": [
{
"text": "Cookbook",
"link": "/fr/guide.html"
},
{
"text": "Référence des codes",
"link": "/fr/code-reference/index.html"
},
{
"text": "Discord de Sunshine",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
},
"/ja/": {
"lang": "ja-JP",
"title": "GCT Generator",
"selectText": "🌐 言語設定",
"label": "日本語",
"ariaLabel": "言語設定",
"editLinkText": "GitHubでこのページを編集",
"activeHeaderLinks": false,
"nav": [
{
"text": "導入ガイド",
"link": "/ja/guide.html"
},
{
"text": "チートコード一覧",
"link": "/ja/code-reference/index.html"
},
{
"text": "Discord",
"link": "https://discord.gg/c5xffvr"
},
{
"text": "変更ログ",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
}
}