@@ -106,9 +106,10 @@ func main() {
106
106
107
107
## ⚙️ インストール
108
108
109
- Make sure you have Go installed ( [ download ] ( https://golang.org/dl/ ) ). Version ` 1.14 ` or higher is required.
109
+ Goがインストールされていることを確認してください ( [ ダウンロード ] ( https://golang.org/dl/ ) ). バージョン ` 1.14 ` またはそれ以上であることが必要です。
110
110
111
111
Initialize your project by creating a folder and then running ` go mod init github.com/your/repo ` ([ learn more] ( https://blog.golang.org/using-go-modules ) ) inside the folder. Then install Fiber with the [ ` go get ` ] ( https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them ) command:
112
+ フォルダを作成し、フォルダ内で ` go mod init github.com/your/repo ` ([ learn more] ( https://blog.golang.org/using-go-modules ) ) を実行してプロジェクトを初期化してください。その後、 Fiber を以下の [ ` go get ` ] ( https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them ) コマンドでインストールしてください。
112
113
113
114
``` bash
114
115
go get -u github.com/gofiber/fiber/v2
@@ -126,7 +127,7 @@ go get -u github.com/gofiber/fiber/v2
126
127
- [ Template engines] ( https://github.com/gofiber/template )
127
128
- [ WebSocket support] ( https://github.com/gofiber/websocket )
128
129
- [ Rate Limiter] ( https://docs.gofiber.io/middleware#limiter )
129
- - Available in [ 15 languages ] ( https://docs.gofiber.io/ )
130
+ - [ 15ヶ国語 ] ( https://docs.gofiber.io/ ) で利用可能
130
131
- [ Fiber] ( https://docs.gofiber.io/ ) をもっと知る
131
132
132
133
## 💡 哲学
@@ -485,7 +486,7 @@ func main() {
485
486
486
487
## 🧬 Internal Middleware
487
488
488
- Here is a list of middleware that are included within the Fiber framework.
489
+ 以下はFiberフレームワークに含まれるミドルウェアの一覧です。
489
490
490
491
| Middleware | Description |
491
492
| :------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -506,7 +507,7 @@ Here is a list of middleware that are included within the Fiber framework.
506
507
507
508
## 🧬 External Middleware
508
509
509
- List of externally hosted middleware modules and maintained by the [ Fiber team] ( https://github.com/orgs/gofiber/people ) .
510
+ [ Fiber team] ( https://github.com/orgs/gofiber/people ) により管理・運用されているミドルウェアの一覧です。
510
511
511
512
| Middleware | Description |
512
513
| :------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
@@ -522,6 +523,7 @@ List of externally hosted middleware modules and maintained by the [Fiber team](
522
523
## 🌱 Third Party Middlewares
523
524
524
525
This is a list of middlewares that are created by the Fiber community, please create a PR if you want to see yours!
526
+ これらはFiberのコミュニティーによって作成されたミドルウェアの一覧です。もしあなたのミドルウェアを掲載したい場合はPRを作成してください!
525
527
526
528
- [ arsmn/fiber-casbin] ( https://github.com/arsmn/fiber-casbin )
527
529
- [ arsmn/fiber-introspect] ( https://github.com/arsmn/fiber-introspect )
@@ -545,11 +547,11 @@ This is a list of middlewares that are created by the Fiber community, please cr
545
547
1 . [ GitHub Star] ( https://github.com/gofiber/fiber/stargazers ) をつけてください 。
546
548
2 . [ あなたの Twitter で] ( https://twitter.com/intent/tweet?text=Fiber%20is%20an%20Express%20inspired%20%23web%20%23framework%20built%20on%20top%20of%20Fasthttp%2C%20the%20fastest%20HTTP%20engine%20for%20%23Go.%20Designed%20to%20ease%20things%20up%20for%20%23fast%20development%20with%20zero%20memory%20allocation%20and%20%23performance%20in%20mind%20%F0%9F%9A%80%20https%3A%2F%2Fgithub.com%2Fgofiber%2Ffiber ) プロジェクトについてツイートしてください。
547
549
3 . [ Medium] ( https://medium.com/ ) 、 [ Dev.to、] ( https://dev.to/ ) または個人のブログでレビューまたはチュートリアルを書いてください。
548
- 4 . Support the project by donating a [ cup of coffee] ( https://buymeacoff.ee/fenny ) .
550
+ 4 . [ cup of coffee] ( https://buymeacoff.ee/fenny ) の寄付でプロジェクトを支援しましょう。
549
551
550
552
## ☕ Supporters
551
553
552
- Fiber is an open source project that runs on donations to pay the bills e.g. our domain name, gitbook, netlify and serverless hosting. If you want to support Fiber, you can ☕ [ ** buy a coffee here ** ] ( https://buymeacoff.ee/fenny ) .
554
+ Fiberはオープンソースプロジェクトで、寄付によってドメイン名やgitbook、 netlify、そしてサーバーレスホスティングなどの費用を賄っています。もしFiberを支援したければ ☕ [ ** こちらから ** ] ( https://buymeacoff.ee/fenny ) 。
553
555
554
556
| | User | Donation |
555
557
| :--------------------------------------------------------- | :----------------------------------------------- | :------- |
0 commit comments