Skip to content

Commit bcc3125

Browse files
committed
原文と訳文の文末の殻業調整と翻訳用sedファイル削除
1 parent 3f9bf0a commit bcc3125

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

original-en/releases.md

-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ The React, Vue, and Livewire starter kits all utilize Laravel's built-in authent
6767
With the introduction of our new application starter kits, Laravel Breeze and Laravel Jetstream will no longer receive additional updates.
6868

6969
To get started with our new starter kits, check out the [starter kit documentation](/docs/{{version}}/starter-kits).
70-

original-en/starter-kits.md

-1
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,3 @@ php artisan vendor:publish --tag=laravel-mail
349349
```
350350

351351
This will generate several files in `resources/views/vendor/mail`. You can modify any of these files as well as the `resources/views/vendor/mail/themes/default.css` file to change the look and appearance of the default email template.
352-

translation-ja/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ React、Vue、Livewireのスターターキットはすべて、Laravelの組み
6666

6767
新しいアプリケーションスターターキットの導入に伴い、Laravel BreezeとLaravel Jetstreamは追加アップデートを受けられなくなりました。
6868

69-
新しいスターターキットを使い始めるには、[スターターキットのドキュメント](/docs/{{version}}/starter-kits)を確認してください。
69+
新しいスターターキットを使い始めるには、[スターターキットのドキュメント](/docs/{{version}}/starter-kits)を確認してください。

translation-ja/starter-kits.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<a name="introduction"></a>
1717
## イントロダクション
1818

19-
To give you a head start building your new Laravel application, we are happy to offer [application starter kits](https://laravel.com/starter-kits). These starter kits give you a head start on building your next Laravel application, and include the routes, controllers, and views you need to register and authenticate your application's users.
19+
新しいLaravelアプリケーションの構築を開始できるように、[アプリケーションスターターキット](https://laravel.com/starter-kits)を提供いたします。このスターターキットは、次にLaravelアプリケーションを構築する口火を切るためのもので、アプリケーションのユーザー登録と認証に必要なルート、コントローラ、ビューを含んでいます。
2020

21-
皆さんがこうしたスターターキットを使用してくれるのは大歓迎ですが、これらは必須でありません。Laravelの真新しいコピーをインストールするだけで、自分自身のアプリケーションを自由にゼロから構築できます。いずれにせよ、みなさんが素晴らしいものを作り上げるのはわかっています!
21+
皆さんがこのスターターキットを使用してくれるのは大歓迎ですが、これは必須でありません。Laravelの真新しいコピーをインストールするだけで、自分自身のアプリケーションを自由にゼロから構築できます。いずれにせよ、みなさんが素晴らしいものを作り上げるのはわかっています!
2222

2323
<a name="creating-an-application"></a>
2424
## Creating an Application Using a Starter Kit
@@ -349,4 +349,3 @@ php artisan vendor:publish --tag=laravel-mail
349349
```
350350

351351
This will generate several files in `resources/views/vendor/mail`. You can modify any of these files as well as the `resources/views/vendor/mail/themes/default.css` file to change the look and appearance of the default email template.
352-

translation-ja/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<a name="updating-the-laravel-installer"></a>
5757
### Laravelインストーラのアップデート
5858

59-
新しいLaravelアプリケーションを作成するためにLaravelインストーラーCLIツールを使用している場合は、Laravel12.xと[新しいLaravelスターターキット](https://laravel.com/starter-kits)に対応するため、インストーラを更新する必要があります。`composer global require`でLaravelインストーラーをインストールした場合は`composer global update`でインストーラーを更新してください
59+
新しいLaravelアプリケーションを作成するためにLaravelインストーラCLIツールを使用している場合は、Laravel12.xと[新しいLaravelスターターキット](https://laravel.com/starter-kits)に対応するため、インストーラを更新する必要があります。`composer global require`でLaravelインストーラをインストールした場合は`composer global update`でインストーラを更新してください
6060

6161
```shell
6262
composer global update laravel/installer

0 commit comments

Comments
 (0)