Skip to content

Commit 0c76864

Browse files
ocrampete16fabpot
authored andcommitted
Add Tagalog translations for validator messages 94, 95, 96 and 99
1 parent bbb4087 commit 0c76864

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Resources/translations/validators.tl.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,22 @@
362362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363363
<target>Naikalat ang password na ito sa isang data breach at hindi na dapat gamitin. Mangyaring gumamit ng ibang pang password.</target>
364364
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Ang halagang ito ay dapat nasa pagitan ng {{ min }} at {{ max }}.</target>
368+
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Ang halagang ito ay hindi wastong hostname.</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>Ang bilang ng mga elemento sa koleksyon na ito ay dapat multiple ng {{ compared_value }}.</target>
376+
</trans-unit>
377+
<trans-unit id="99">
378+
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
379+
<target>Ang halagang ito ay hindi wastong International Securities Identification Number (ISIN).</target>
380+
</trans-unit>
365381
</body>
366382
</file>
367383
</xliff>

0 commit comments

Comments
 (0)