mirror of https://github.com/vapor/docs.git
Start Japanese translation (#899)
This commit is contained in:
parent
a5a1d95b90
commit
07c625acbe
|
|
@ -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.
|
||||
Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue!
|
||||
|
|
|
|||
|
|
@ -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 コミュニティの数百人のメンバー。
|
||||
|
|
@ -43,6 +43,7 @@ let knownLanguages = [
|
|||
"es",
|
||||
"fr",
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"nl",
|
||||
"pl",
|
||||
|
|
|
|||
44
mkdocs.yml
44
mkdocs.yml
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue