8000 minor #42421 [Security][Validator] Add missing translations for Indon… · rtek/symfony@786b390 · GitHub
[go: up one dir, main page]

Skip to content

Commit 786b390

Browse files
committed
minor symfony#42421 [Security][Validator] Add missing translations for Indonesian (id) (Kristories)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Security][Validator] Add missing translations for Indonesian (id) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix symfony#41050 | License | MIT | Doc PR | N/A - Added some missing translations for Indonesian (id) Commits ------- b9341b7 [Security][Validator] Add missing translations for Indonesian (id)
2 parents 4f2987d + b9341b7 commit 786b390

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,19 @@
6464
</trans-unit>
6565
<trans-unit id="17">
6666
<source>Too many failed login attempts, please try again later.</source>
67-
<target>Terlalu banyak percobaan login yang salah, Silahkan coba lagi nanti.</target>
67+
<target>Terlalu banyak percobaan login yang salah, silahkan coba lagi nanti.</target>
6868
</trans-unit>
6969
<trans-unit id="18">
7070
<source>Invalid or expired login link.</source>
71-
<target>Link login salah atau sudah kadaluwarsa.</target>
71+
<target>Link login salah atau sudah kedaluwarsa.</target>
72+
</trans-unit>
73+
<trans-unit id="19">
74+
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
75+
<target>Terlalu banyak percobaan login yang salah, silahkan coba lagi dalam %minutes% menit.</target>
76+
</trans-unit>
77+
<trans-unit id="20">
78+
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79+
<target>Terlalu banyak percobaan login yang salah, silahkan coba lagi dalam %minutes% menit.</target>
7280
</trans-unit>
7381
</body>
7482
</file>

src/Symfony/Component/Validator/Resources/translations/validators.id.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Nilai ini bukan merupakan International Securities Identification Number (ISIN) yang sah.</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Nilai ini harus berupa ekspresi yang valid.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

0 commit comments

Comments
 (0)
0