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

Commit 4f79f79

Browse files
Merge branch '3.4' into 4.4
* 3.4: Disable platform checks Add missing translations for Japanese. sync id translation [Validator] Added missing Spanish translations.
2 parents 5be4b38 + 04fd3b3 commit 4f79f79

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Core/Resources/translations/security.id.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>Akun terkunci.</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>Terlalu banyak percobaan login yang salah, Silahkan coba lagi nanti.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Link login salah atau sudah kadaluwarsa.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

Core/Resources/translations/security.ja.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>アカウントはロックされています。</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>ログイン試行回数を超えました。しばらくして再度お試しください。</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>ログインリンクが有効期限切れ、もしくは無効です。</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

0 commit comments

Comments
 (0)