feat(lang): add Polish language & improve forgot_password translation (#6306)

This commit is contained in:
Sandro Sobczyński
2025-08-04 14:13:33 +02:00
committed by GitHub
parent 554b566735
commit d15cb2386b
22 changed files with 104 additions and 41 deletions

View File

@@ -10,7 +10,8 @@
"auth.login.infomaniak": "Infomaniakでログイン",
"auth.already_registered": "すでに登録済みですか?",
"auth.confirm_password": "パスワードを確認",
"auth.forgot_password": "パスワードを忘れ",
"auth.forgot_password_link": "パスワードを忘れですか?",
"auth.forgot_password_heading": "パスワードの再設定",
"auth.forgot_password_send_email": "パスワードリセットメールを送信",
"auth.register_now": "今すぐ登録",
"auth.logout": "ログアウト",
@@ -30,4 +31,4 @@
"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>ブランチが選択されます。"
}
}