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

Add Japanese translation for fluent/overview.md #1003

Merged

Conversation

lemo-nade-room
Copy link
Contributor

@lemo-nade-room lemo-nade-room commented Aug 30, 2024

I translated the "Fluent > Overview" page into Japanese.

@lemo-nade-room lemo-nade-room requested a review from a team as a code owner August 30, 2024 10:00
Copy link
Contributor

@KaitoMuraoka KaitoMuraoka left a 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 の使用は、データベース内のデータ構造を表すモデルタイプの作成に中心を置いています。これらのモデルを使用して、生のクエリを書く代わりに、作成、読み取り、更新、および削除操作を行います。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


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
Copy link
Contributor

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(銀河)を表すモデルを示しています。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good! 👍


## Next steps

最初のモデルとマイグレーションを作成し、基本的な作成および読み取り操作を実行したこと、おめでとうございます。これらの機能に関する詳細な情報については、それぞれのセクションの Fluent ガイドを参照してください。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

少し日本語が不自然なので、以下のように翻訳することを提案します。

Suggested change
最初のモデルとマイグレーションを作成し、基本的な作成および読み取り操作を実行したこと、おめでとうございます。これらの機能に関する詳細な情報については、それぞれのセクションの Fluent ガイドを参照してください
おめでとうございます!最初のモデルとマイグレーションを作成し、基本的な作成と読み取り操作を実行できました。これらの機能に関する詳細な情報については、Fluent ガイドの該当セクションを参照してください

@lemo-nade-room
Copy link
Contributor Author

@KaitoMuraoka レビューありがとうございます!
少しバタバタしていて修正が遅れました🙇
ご確認よろしくお願いいたします!

@KaitoMuraoka
Copy link
Contributor

@lemo-nade-room
Looks Good to Me 🎉
I approved this Pull Request!

@0xTim
I trust you to handle the rest. 🙇

@0xTim 0xTim added the translation-update This PR contains translations for the docs label Oct 8, 2024
Copy link
Member

@0xTim 0xTim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@0xTim 0xTim merged commit 62a7b6c into vapor:main Oct 8, 2024
1 check passed
@lemo-nade-room lemo-nade-room deleted the fluent-overview_translate-to-japanese branch October 13, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation-update This PR contains translations for the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants