Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edd9a4e

Browse files
committed
merged branch fzerorubigd/master (PR #7384)
This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #7384). Commits ------- 7dc1e84 fix validator translation Discussion ---------- fix plural string in persian (fa) translation/ validation component | Q | A | ------------- | --- | Bug fix? | yes (plural fix in persian translation) | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT
2 parents 82a78ed + 64aca11 commit edd9a4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
27-
<target>باید حداقل {{ limit }} گزینه انتخاب کنید.</target>
27+
<target>باید حداقل {{ limit }} گزینه انتخاب کنید.|باید حداقل {{ limit }} گزینه انتخاب کنید.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</source>
31-
<target>حداکثر {{ limit }} گزینه می توانید انتخاب کنید.</target>
31+
<target>حداکثر {{ limit }} گزینه می توانید انتخاب کنید.|حداکثر {{ limit }} گزینه می توانید انتخاب کنید.</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</source>
79-
<target>بسیار طولانی است.حداکثر تعداد حروف مجاز برابر {{ limit }} است.</target>
79+
<target>بسیار طولانی است.حداکثر تعداد حروف مجاز برابر {{ limit }} است.|بسیار طولانی است.حداکثر تعداد حروف مجاز برابر {{ limit }} است.</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more.</source>
8383
<target>این مقدار باید برابر و یا بیشتر از {{ limit }} باشد.</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</source>
87-
<target>بسیار کوتاه است.تعداد حروف باید حداقل {{ limit }} باشد.</target>
87+
<target>بسیار کوتاه است.تعداد حروف باید حداقل {{ limit }} باشد.|بسیار کوتاه است.تعداد حروف باید حداقل {{ limit }} باشد.</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>

0 commit comments

Comments
 (0)