Navigation Menu

Skip to content

Commit

Permalink
minor #47982 Update validators.af.xlf (glodzienski)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Oct 25, 2022
2 parents f26878a + 8e24f97 commit ab793bb
Showing 1 changed file with 16 additions and 0 deletions.
Expand Up @@ -382,6 +382,22 @@
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>Hierdie waarde is nie 'n geldige Internasionale veiligheidsidentifikasienommer (ISIN) nie.</target>
</trans-unit>
<trans-unit id="100">
<source>This value should be a valid expression.</source>
<target>Hierdie waarde moet 'n geldige uitdrukking wees.</target>
</trans-unit>
<trans-unit id="101">
<source>This value is not a valid CSS color.</source>
<target>Hierdie waarde is nie 'n geldige CSS-kleur nie.</target>
</trans-unit>
<trans-unit id="102">
<source>This value is not a valid CIDR notation.</source>
<target>Hierdie waarde is nie 'n geldige CIDR-notasie nie.</target>
</trans-unit>
<trans-unit id="103">
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>Die waarde van die netmasker moet tussen {{ min }} en {{ max }} wees.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit ab793bb

Please sign in to comment.