Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

New Japanese translations #156

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/.vuepress/locales/abstract/locale_abstract_ja.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
lang: "ja-JA",
title: "Sanic フレームワーク",
current: "現在のバージョン:21.12",
description:
"SanicはPython3.7以上で書かれており、処理速度が速いWebサーバーとウェブフレームワークです。Python 3.5で追加された非同期/待機構文の使用が可能になり、コードがノンブロッキングでスピーディーになります。",
lang: "ja-JA",
title: "Sanic フレームワーク",
current: "現在のバージョン:22.12",
description:
"SanicはPython3.7以上で書かれており、処理速度が速いWebサーバーとウェブフレームワークです。Python 3.5で追加された非同期/待機構文の使用が可能になり、コードがノンブロッキングでスピーディーになります。",
};
16 changes: 7 additions & 9 deletions src/.vuepress/locales/details/locale_detail_ja.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
const sidebar_ja = require("./sidebar/sidebar_ja");
const nav_ja = require("./nav/nav_ja");

module.exports = {
selectText: "Languages",
label: "日本語",
editLinkText: "Edit this page on GitHub",
helpText: "Help",
algolia: {},
current: "現在のバージョン21.12",
nav: nav_ja,
sidebar: sidebar_ja,
selectText: "言語",
label: "日本語",
editLinkText: "このページをGitHubで編集",
helpText: "Help",
algolia: {},
nav: nav_ja,
sidebar: sidebar_ja,
};
198 changes: 103 additions & 95 deletions src/.vuepress/locales/details/nav/nav_ja.js
Original file line number Diff line number Diff line change
@@ -1,97 +1,105 @@
module.exports = [
{
text: "Home",
link: "/ja/",
},
// { text: "Announcements", link: "/announcements" },
{
text: "Docs",
items: [
{
text: "ユーザーガイド",
items: [
{
text: "ジェネラル",
link: "/ja/guide/getting-started.md",
},
{
text: "ベーシック",
link: "/ja/guide/basics/app.md",
},
{
text: "アドバンス",
link: "/ja/guide/advanced/class-based-views.md",
},
{
text: "ベストプラクティス",
link: "/ja/guide/best-practices/blueprints.md",
},
{
text: "実行とデプロイ",
link: "/ja/guide/deployment/configuration.md",
},
{
text: "どうやって。。。",
link: "/ja/guide/how-to/toc.md",
},
],
},
{
text: "公式プラグイン",
items: [
{
text: "sanic拡張",
link: "/ja/plugins/sanic-ext/getting-started.md",
},
{
text: "Sanic テスト",
link: "/ja/plugins/sanic-testing/testing.md",
},
],
},
{
text: "APIドキュメント",
items: [
{
text: "APIドキュメントを見る",
link: "https://sanic.readthedocs.io",
},
],
},
{
text: "非政府組織ドキュメント",
items: [
{
text: "ポリシー",
link: "/ja/org/policies.md",
},
{
text: "S.C.O.P.E.",
link: "/ja/org/scope.md",
},
],
},
],
},
{
text: "コミュニティー",
items: [
{
text: "Forums",
link: "https://community.sanicframework.org/",
},
{
text: "Discord",
link: "https://discord.gg/FARQzAEMAA",
},
{
text: "Twitter",
link: "https://twitter.com/sanicframework",
},
{
text: "Sponsorship",
link: "https://opencollective.com/sanic-org/",
},
],
},
{
text: "Home",
link: "/ja/",
},
// { text: "Announcements", link: "/announcements" },
{
text: "ドキュメント",
items: [
{
text: "ユーザーガイド",
items: [
{
text: "全般",
link: "/ja/guide/getting-started.md",
},
{
text: "ベーシック",
link: "/ja/guide/basics/app.md",
},
{
text: "アドバンス",
link: "/ja/guide/advanced/class-based-views.md",
},
{
text: "ベストプラクティス",
link: "/ja/guide/best-practices/blueprints.md",
},
{
text: "実行とデプロイ",
link: "/ja/guide/deployment/configuration.md",
},
{
text: "ハウツー集",
link: "/ja/guide/how-to/toc.md",
},
{
text: "最新のリリースノート",
link: "/ja/guide/release-notes/v22.12.md",
},
],
},
{
text: "公式プラグイン",
items: [
{
text: "Sanic Extensions",
link: "/ja/plugins/sanic-ext/getting-started.md",
},
{
text: "Sanic Testing",
link: "/ja/plugins/sanic-testing/getting-started.md",
},
],
},
{
text: "APIドキュメント",
items: [
{
text: "APIドキュメントを見る",
link: "https://sanic.readthedocs.io",
},
],
},
{
text: "組織ドキュメント",
items: [
{
text: "機能リクエスト",
link: "/en/org/feature_requests.md",
},
{
text: "ポリシー",
link: "/ja/org/policies.md",
},
{
text: "S.C.O.P.E.",
link: "/ja/org/scope.md",
},
],
},
],
},
{
text: "コミュニティー",
items: [
{
text: "フォーラム",
link: "https://community.sanicframework.org/",
},
{
text: "Discord",
link: "https://discord.gg/FARQzAEMAA",
},
{
text: "Twitter",
link: "https://twitter.com/sanicframework",
},
{
text: "スポンサー",
link: "https://opencollective.com/sanic-org/",
},
],
},
];
Loading