gctGenerator/site/.vuepress/i18n/locales.json

114 lines
2.7 KiB
JSON
Raw Normal View History

2020-07-03 08:17:34 +09:00
{
"/": {
"lang": "en-US",
"title": "GCT Generator",
2020-09-23 05:45:34 +09:00
"selectText": "🌐 Language",
2020-07-10 07:57:16 +09:00
"label": "English",
"ariaLabel": "Language",
2020-07-15 02:15:15 +09:00
"editLinkText": "Edit this page on GitHub",
2020-07-03 08:17:34 +09:00
"nav": [
{
"text": "Cookbook",
"link": "/guide.html"
},
{
"text": "Code Reference",
"link": "/code-reference/index.html"
},
{
2021-11-05 11:04:39 +09:00
"text": "Report an issue",
2021-11-05 09:13:35 +09:00
"link": "https://github.com/BitPatty/gctGenerator/issues"
2020-07-03 08:17:34 +09:00
},
{
"text": "Sunshine Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
2020-07-03 08:17:34 +09:00
}
]
},
"/de/": {
"lang": "de-CH",
"title": "GCT Generator",
2020-09-23 05:45:34 +09:00
"selectText": "🌐 Sprache",
2020-07-03 08:17:34 +09:00
"label": "Deutsch",
"ariaLabel": "Sprache",
2020-07-15 02:15:15 +09:00
"editLinkText": "Bearbeite diese Seite auf GitHub",
"activeHeaderLinks": false,
2020-07-03 08:17:34 +09:00
"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"
2020-07-03 08:17:34 +09:00
}
]
2020-09-23 04:29:28 +09:00
},
"/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"
}
]
},
2020-09-23 04:29:28 +09:00
"/ja/": {
"lang": "ja-JP",
"title": "GCT Generator",
2020-09-23 23:50:34 +09:00
"selectText": "🌐 言語設定",
"label": "日本語",
"ariaLabel": "言語設定",
"editLinkText": "GitHubでこのページを編集",
2020-09-23 04:29:28 +09:00
"activeHeaderLinks": false,
"nav": [
{
2020-09-23 23:50:34 +09:00
"text": "導入ガイド",
2020-09-23 04:29:28 +09:00
"link": "/ja/guide.html"
},
{
2020-09-23 23:50:34 +09:00
"text": "チートコード一覧",
2020-09-23 04:29:28 +09:00
"link": "/ja/code-reference/index.html"
},
{
"text": "Discord",
2020-09-25 02:27:09 +09:00
"link": "https://discord.gg/c5xffvr"
2020-09-23 04:29:28 +09:00
},
{
"text": "変更ログ",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
2020-07-03 08:17:34 +09:00
}
}