gctGenerator/site/.vuepress/i18n/locales.json
2020-09-23 16:50:34 +02:00

96 lines
2.2 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": "Installing IOS58",
"link": "/ios58.html"
},
{
"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": "IOS58 Installation",
"link": "/de/ios58.html"
},
{
"text": "Sunshine Discord",
"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": "IOS58のインストール",
"link": "/ja/ios58.html"
},
{
"text": "Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "変更ログ",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
}
}