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 Laravel 12 new livewire starter-kit support #141

Merged
merged 3 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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コマンドだけで自動で日本語化できちゃうパッケージです👍
Expand Down Expand Up @@ -182,6 +183,12 @@ php artsan serve
<img width="1066" alt="pagination" src="https://github.com/askdkc/breezejp/assets/7894265/7c86fb75-fcb2-4091-81e9-e5ac60fbfff9">
<br>

### Laravel 12の新しいスターターキット(Livewire)のサポート

<img width="983" alt="image" src="https://github.com/user-attachments/assets/bd850c53-3e86-4b97-b0ef-f694da555500" />

大部分は日本語化されますが、スターターキットのテンプレート側が一部多言語対応されていないので、その辺は今のところ手作業になります🥲

## パッケージの更新
Laravelで新規のバリデーションルールが追加された際に、情報が追えていれば、このパッケージも更新します

Expand Down
8 changes: 8 additions & 0 deletions stubs/lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.": "十分に長くランダムなパスワードを使用して、アカウントのセキュリティを高めましょう",
Expand Down Expand Up @@ -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": "管理画面",
Expand Down Expand Up @@ -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": "この招待を承認",
Expand Down