Skip to content

Commit f80754f

Browse files
committed
minor #45329 43460: add missing validator component turkish translations (dilekerkut)
This PR was merged into the 4.4 branch. Discussion ---------- 43460: add missing validator component turkish translations | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | #43460 | License | MIT Add missing Validator Component Turkish translations. Commits ------- 48fbcc6 43460: add missing validator component turkish translations
2 parents 2094f4b + 48fbcc6 commit f80754f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,18 @@
390390
<source>This value should be a valid expression.</source>
391391
<target>Bu değer geçerli bir ifade olmalıdır.</target>
392392
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>Bu değer geçerli bir CSS rengi değil.</target>
396+
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>Bu değer geçerli bir CIDR yazımı değil.</target>
400+
</trans-unit>
401+
<trans-unit id="103">
402+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403+
<target>Netmask'in değeri {{ min }} ve {{ max }} arasında olmaldır.</target>
404+
</trans-unit>
393405
</body>
394406
</file>
395407
</xliff>

0 commit comments

Comments
 (0)