Skip to content

Commit 9f4c5fa

Browse files
committed
minor #30204 Add missing ID_id validators translation (ikhsan017)
This PR was squashed before being merged into the 3.4 branch (closes #30204). Discussion ---------- Add missing ID_id validators translation | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30170 | License | MIT | Doc PR | Add the missing translations for the Indonesian ("id") locale Commits ------- b645024f5d Add missing ID_id validators translation
2 parents af6c4f6 + 6de6a9d commit 9f4c5fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Resources/translations/validators.id.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,18 @@
318318
<source>Error</source>
319319
<target>Galat</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Ini bukan UUID yang sah.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Nilai ini harus kelipatan dari {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Business Identifier Code (BIC) ini tidak terkait dengan IBAN {{ iban }}.</target>
332+
</trans-unit>
321333
</body>
322334
</file>
323335
</xliff>

0 commit comments

Comments
 (0)