coolify/lang/ja.json
2024-06-10 02:50:10 +09:00

31 lines
2.4 KiB
JSON

{
"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": "<span class='text-helper'>例</span><br>公開リポジトリの場合は<span class='text-helper'>https://...</span>を使用してください。<br>プライベートリポジトリの場合は<span class='text-helper'>git@...</span>を使用してください。<br><br>https://github.com/coollabsio/coolify-examples <span class='text-helper'>main</span>ブランチが選択されます<br>https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify <span class='text-helper'>nodejs-fastify</span>ブランチが選択されます。<br>https://gitea.com/sedlav/expressjs.git <span class='text-helper'>main</span>ブランチが選択されます。<br>https://gitlab.com/andrasbacsai/nodejs-example.git <span class='text-helper'>main</span>ブランチが選択されます。"
}