forked from coollabsio/coolify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathja.json
30 lines (30 loc) · 2.4 KB
/
ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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": "<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>ブランチが選択されます。"
}