Skip to content

Commit

Permalink
minor #38963 Update validators.he.xlf (ben29)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.4 branch.

Discussion
----------

Update validators.he.xlf

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38744
| License       | MIT
| Doc PR        |

Commits
-------

b99977e Update validators.he.xlf
  • Loading branch information
nicolas-grekas committed Nov 2, 2020
2 parents e6250ea + b99977e commit 23fe33c
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,26 @@
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>הערך חייב להיות בין {{ min }} ו- {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>ערך זה אינו שם מארח חוקי.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>מספר האלמנטים באוסף זה צריך להיות מכפיל של {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>ערך זה אמור לעמוד לפחות באחד התנאים הבאים:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>כל אלמנט באוסף זה אמור לעמוד בקבוצת התנאים שלו.</target>
</trans-unit>
<trans-unit id="99">
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>ערך זה אינו מספר זיהוי ניירות ערך בינלאומי תקף (ISIN).</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 23fe33c

Please sign in to comment.