Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
[Security] Added missing Japanese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kshida authored and fabpot committed May 6, 2021
1 parent 8a00c1f commit 0bf8f75
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions Core/Resources/translations/security.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,21 @@
<target>アカウントはロックされています。</target>
</trans-unit>
<trans-unit id="17">
<source>Too many failed login attempts, please try again later.</source>
<target>ログイン試行回数を超えました。しばらくして再度お試しください。</target>
</trans-unit>
<trans-unit id="18">
<source>Invalid or expired login link.</source>
<target>ログインリンクが有効期限切れ、もしくは無効です。</target>
</trans-unit>
<source>Too many failed login attempts, please try again later.</source>
<target>ログイン試行回数を超えました。しばらくして再度お試しください。</target>
</trans-unit>
<trans-unit id="18">
<source>Invalid or expired login link.</source>
<target>ログインリンクが有効期限切れ、もしくは無効です。</target>
</trans-unit>
<trans-unit id="19">
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
<target>ログイン試行回数が多すぎます。%minutes%分後に再度お試しください。</target>
</trans-unit>
<trans-unit id="20">
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
<target>ログイン試行回数が多すぎます。%minutes%分後に再度お試しください。</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 0bf8f75

Please sign in to comment.