diff --git a/lang/ja.json b/lang/ja.json
new file mode 100644
index 000000000..4652a3b17
--- /dev/null
+++ b/lang/ja.json
@@ -0,0 +1,30 @@
+{
+ "auth.login": "ログイン",
+ "auth.login.azure": "Microsoftでログイン",
+ "auth.login.bitbucket": "Bitbucketでログイン",
+ "auth.login.github": "GitHubでログイン",
+ "auth.login.gitlab": "Gitlabでログイン",
+ "auth.login.google": "Googleでログイン",
+ "auth.already_registered": "すでに登録済みですか?",
+ "auth.confirm_password": "パスワードを確認",
+ "auth.forgot_password": "パスワードを忘れた",
+ "auth.forgot_password_send_email": "パスワードリセットメールを送信",
+ "auth.register_now": "今すぐ登録",
+ "auth.logout": "ログアウト",
+ "auth.register": "登録",
+ "auth.registration_disabled": "登録は無効です。管理者に連絡してください。",
+ "auth.reset_password": "パスワードをリセット",
+ "auth.failed": "これらの資格情報は記録と一致しません。",
+ "auth.failed.callback": "ログインプロバイダーからのコールバックの処理に失敗しました。",
+ "auth.failed.password": "提供されたパスワードが正しくありません。",
+ "auth.failed.email": "そのメールアドレスのユーザーが見つかりません。",
+ "auth.throttle": "ログイン試行回数が多すぎます。:seconds秒後にもう一度お試しください。",
+ "input.name": "名前",
+ "input.email": "メール",
+ "input.password": "パスワード",
+ "input.password.again": "パスワード再入力",
+ "input.code": "ワンタイムコード",
+ "input.recovery_code": "リカバリーコード",
+ "button.save": "保存",
+ "repository.url": "例
公開リポジトリの場合はhttps://...を使用してください。
プライベートリポジトリの場合はgit@...を使用してください。
https://github.com/coollabsio/coolify-examples mainブランチが選択されます
https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify nodejs-fastifyブランチが選択されます。
https://gitea.com/sedlav/expressjs.git mainブランチが選択されます。
https://gitlab.com/andrasbacsai/nodejs-example.git mainブランチが選択されます。"
+}