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
This commit is contained in:
Fabien Potencier 2019-02-12 20:55:48 +01:00
commit 7548f9ce2b
1 changed files with 12 additions and 0 deletions

View File

@ -318,6 +318,18 @@
<source>Error</source>
<target>Galat</target>
</trans-unit>
<trans-unit id="83">
<source>This is not a valid UUID.</source>
<target>Ini bukan UUID yang sah.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Nilai ini harus kelipatan dari {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Business Identifier Code (BIC) ini tidak terkait dengan IBAN {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>