-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Add Japanese translation for fluent/overview.md #1003
Add Japanese translation for fluent/overview.md #1003
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
全体的に良いと思います 🙆
細かいところをコメントしました 🙇
I've reviewed it and left a few comments.
@@ -0,0 +1,606 @@ | |||
# Fluent | |||
|
|||
Fluent は、Swift 用の [ORM](https://ja.wikipedia.org/wiki/%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E9%96%A2%E4%BF%82%E3%83%9E%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0) フレームワークです。Swift の強力な型システムを活用して、データベースとのインターフェースを簡単に使用できるようにします。Fluent の使用は、データベース内のデータ構造を表すモデルタイプの作成に中心を置いています。これらのモデルを使用して、生のクエリを書く代わりに、作成、読み取り、更新、および削除操作を行います。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
docs/fluent/overview.ja.md
Outdated
|
||
Fluent は、Swift 用の [ORM](https://ja.wikipedia.org/wiki/%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E9%96%A2%E4%BF%82%E3%83%9E%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0) フレームワークです。Swift の強力な型システムを活用して、データベースとのインターフェースを簡単に使用できるようにします。Fluent の使用は、データベース内のデータ構造を表すモデルタイプの作成に中心を置いています。これらのモデルを使用して、生のクエリを書く代わりに、作成、読み取り、更新、および削除操作を行います。 | ||
|
||
## Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SQLite などは良いですが、この箇所は日本語に翻訳をお願いします 🙇
参考
|
||
## Models | ||
|
||
モデルは、データベース内の固定データ構造(テーブルやコレクションなど)を表します。モデルには、Codable な値を格納する 1 つ以上のフィールドがあります。すべてのモデルには一意の識別子もあります。識別子やフィールド、また後で説明するより複雑なマッピングを示すためにプロパティラッパーが使用されます。次の例では、Galaxy(銀河)を表すモデルを示しています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good! 👍
docs/fluent/overview.ja.md
Outdated
|
||
## Next steps | ||
|
||
最初のモデルとマイグレーションを作成し、基本的な作成および読み取り操作を実行したこと、おめでとうございます。これらの機能に関する詳細な情報については、それぞれのセクションの Fluent ガイドを参照してください。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
少し日本語が不自然なので、以下のように翻訳することを提案します。
最初のモデルとマイグレーションを作成し、基本的な作成および読み取り操作を実行したこと、おめでとうございます。これらの機能に関する詳細な情報については、それぞれのセクションの Fluent ガイドを参照してください。 | |
おめでとうございます!最初のモデルとマイグレーションを作成し、基本的な作成と読み取り操作を実行できました。これらの機能に関する詳細な情報については、Fluent ガイドの該当セクションを参照してください。 |
@KaitoMuraoka レビューありがとうございます! |
@lemo-nade-room @0xTim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I translated the "Fluent > Overview" page into Japanese.