Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start Japanese translation #899

Merged
merged 7 commits into from
Sep 12, 2023
Merged
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
3 changes: 2 additions & 1 deletion .github/translation_needed.description.leaf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Languages:
- [ ] Spanish
- [ ] Polish
- [ ] Korean
- [ ] Japanese

Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged.
Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged.
Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue!
29 changes: 29 additions & 0 deletions docs/index.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Vapor ドキュメントへようこそ! Vapor は Swift のWeb フレームワークで、 Swift でバックエンド、ウェブアプリの API 、 HTTP サーバーを書くことができます。 Vapor は Swift で書いており、それは伝統的なサーバー言語よりも多くの利点を提供するモダンで強力で安全な言語です。

## はじめに

もし、Vapor を使うのが初めてならば、Swift と Vapor をインストールするために[インストール → macOS](install/macos.md)に進んでください。

Vapor をインストールしたら、初めての Vapor アプリを作成するために[はじめに → Hello, world](getting-started/hello-world.md)をチェックしてください!


## その他の情報源

Vapor に関する情報を見つけるには、他にも素晴らしい場所があります。

| 名前 | 説明 | リンク |
|----------------|--------------------------------------------------|-------------------------------------------------------------------|
| Vapor Discord | 数千人の Vapor 開発者とチャットします | [visit →](https://vapor.team) |
| API ドキュメント | コードコメントから自動生成されたドキュメント | [visit →](https://api.vapor.codes) |
| Stack Overflow | `vapor` タグで質問し回答します | [visit →](https://stackoverflow.com/questions/tagged/vapor) |
| Swift フォーラム | Swift.org フォーラムの Vapor セクションに投稿します | [visit →](https://forums.swift.org/c/related-projects/vapor) |
| ソースコード | Vapor の内部での動作を学びます | [visit →](https://github.com/vapor/vapor) |
| GitHub Issues | GitHub でバグを報告したり、機能をリクエストします | [visit →](https://github.com/vapor/vapor/issues) |

## 旧ドキュメント

廃止されたバージョンの Vapor ドキュメントは、[https://legacy.docs.vapor.codes/](https://legacy.docs.vapor.codes/)で見ることができます。

## 著者

Vapor コアチーム、および Vapor コミュニティの数百人のメンバー。
1 change: 1 addition & 0 deletions fixSearchIndex.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let knownLanguages = [
"es",
"fr",
"it",
"ja",
"ko",
"nl",
"pl",
Expand Down
44 changes: 44 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,50 @@ plugins:
WebSockets: 웹소켓
Welcome: 환영합니다
site_name: Vapor 문서
- build: true
default: false
locale: ja
name: 日本語
nav_translations:
Advanced: 上級
Async: 非同期
Authentication: 認証
Basics: 基礎
Client: クライアント
Commands: コマンド
Content: 内容
Contributing: 貢献
Contributing Guide: 貢献ガイド
Crypto: 暗号
Custom Tags: カスタムタグ
Deploy: デプロイ
Environment: 環境
Errors: エラー
Files: ファイル
Folder Structure: フォルダ構造
Getting Started: はじめに
Install: インストール
Legacy Docs: レガシードキュメント
Logging: ロギング
Migrations: マイグレーション
Model: モデル
Overview: 概要
Passwords: パスワード
Query: クエリ
Queues: 列
Relations: 関係
Release Notes: リリースノート
Routing: ルーティング
Schema: スキーマ
Security: セキュリティ
Services: サービス
Sessions: セッション
Testing: テスト
Transactions: トランザクション
Upgrading: アップグレード
Validation: バリデーション
Welcome: ようこそ
site_name: Vapor ドキュメント
reconfigure_material: true
reconfigure_search: false
nav:
Expand Down