Skip to content

Commit ab793bb

Browse files
committed
minor symfony#47982 Update validators.af.xlf (glodzienski)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Update validators.af.xlf | Q | A | ------------- | --- | Branch? | 6.2 for features / 4.4, 5.4, 6.0 or 6.1 for bug fixes <!-- see below --> | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 8e24f97 Update validators.af.xlf
2 parents f26878a + 8e24f97 commit ab793bb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,22 @@
382382
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
383383
<target>Hierdie waarde is nie 'n geldige Internasionale veiligheidsidentifikasienommer (ISIN) nie.</target>
384384
</trans-unit>
385+
<trans-unit id="100">
386+
<source>This value should be a valid expression.</source>
387+
<target>Hierdie waarde moet 'n geldige uitdrukking wees.</target>
388+
</trans-unit>
389+
<trans-unit id="101">
390+
<source>This value is not a valid CSS color.</source>
391+
<target>Hierdie waarde is nie 'n geldige CSS-kleur nie.</target>
392+
</trans-unit>
393+
<trans-unit id="102">
394+
<source>This value is not a valid CIDR notation.</source>
395+
<target>Hierdie waarde is nie 'n geldige CIDR-notasie nie.</target>
396+
</trans-unit>
397+
<trans-unit id="103">
398+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
399+
<target>Die waarde van die netmasker moet tussen {{ min }} en {{ max }} wees.</target>
400+
</trans-unit>
385401
</body>
386402
</file>
387403
</xliff>

0 commit comments

Comments
 (0)