You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
</trans-unit>
25
25
<trans-unitid="6">
26
26
<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>
28
28
</trans-unit>
29
29
<trans-unitid="7">
30
30
<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>
32
32
</trans-unit>
33
33
<trans-unitid="8">
34
34
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
76
76
</trans-unit>
77
77
<trans-unitid="19">
78
78
<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>
80
80
</trans-unit>
81
81
<trans-unitid="20">
82
82
<source>This value should be {{ limit }} or more.</source>
83
83
<target>این مقدار باید برابر و یا بیشتر از {{ limit }} باشد.</target>
84
84
</trans-unit>
85
85
<trans-unitid="21">
86
86
<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>
0 commit comments