diff --git a/README.md b/README.md index 80b3fbb..c380e9a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/askdkc) ### 2025/2/23: Laravel 12に対応しました🎉 +[新しいスターターキット(Livewire版)もサポート](#laravel-12の新しいスターターキットlivewireのサポート) ## これは何? TL;DR Laravelを下記2コマンドだけで自動で日本語化できちゃうパッケージです👍 @@ -182,6 +183,12 @@ php artsan serve pagination
+### Laravel 12の新しいスターターキット(Livewire)のサポート + +image + +大部分は日本語化されますが、スターターキットのテンプレート側が一部多言語対応されていないので、その辺は今のところ手作業になります🥲 + ## パッケージの更新 Laravelで新規のバリデーションルールが追加された際に、情報が追えていれば、このパッケージも更新します diff --git a/stubs/lang/ja.json b/stubs/lang/ja.json index 8559f7d..fc75abf 100644 --- a/stubs/lang/ja.json +++ b/stubs/lang/ja.json @@ -4,13 +4,18 @@ "Profile Information": "アカウント情報", "Cancel": "キャンセル", "Delete Account": "アカウントを削除", + "Delete account": "アカウントを削除", "Email": "メールアドレス", "E-Mail Address": "メールアドレス", "Email Address": "メールアドレス", + "Email address": "メールアドレス", "Password": "パスワード", "Current Password": "現在のパスワード", + "Current password": "現在のパスワード", "New Password": "新しいパスワード", + "New password": "新しいパスワード", "Confirm Password": "パスワードを再入力", + "Confirm password": "パスワードを再入力", "Please confirm your password before continuing.": "続けるにはパスワードを確認してください", "Update Password": "パスワードの更新", "Ensure your account is using a long, random password to stay secure.": "十分に長くランダムなパスワードを使用して、アカウントのセキュリティを高めましょう", @@ -42,7 +47,9 @@ "Resend Verification Email": "メールアドレス確認リンクの再送", "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "パスワードをお忘れですか?ご登録時のメールアドレスを入力頂ければ、パスワードリセットのためのリンクをメールで送信いたします", "Email Password Reset Link": "パスワードリセットメールを送信", + "Email password reset link": "パスワードリセットメールを送信", "Send Password Reset Link": "パスワードリセットメールを送信", + "Send password reset link": "パスワードリセットメールを送信", "This is a secure area of the application. Please confirm your password before continuing.": "認証が必要なページです。パスワードを入力して確認ボタンをクリックしてください", "Confirm": "確認", "Dashboard": "管理画面", @@ -128,6 +135,7 @@ "You have been invited to join the :team team!": "チーム:「:team」への招待を受けました", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "アカウントをお持ちでない場合には、下記のボタンをクリックしてアカウントを作成してください。アカウントを作成した後に、このメール内のチームへの招待を受け入れるボタンをクリックしてください", "Create Account": "アカウントを作成", + "Create account": "アカウントを作成", "If you already have an account, you may accept this invitation by clicking the button below:": "アカウントをお持ちの場合には、下記のボタンをクリックしてチームへの招待を承認できます", "You may accept this invitation by clicking the button below:": "下記のボタンをクリックしてチームへの招待を承認できます", "Accept Invitation": "この招待を承認",