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

Skip to content

Commit d9bfb1b

Browse files
committed
minor #43471 [Form][Security][Validator] Fix persian (fa) translation (ErfanBahramali)
This PR was merged into the 4.4 branch. Discussion ---------- [Form][Security][Validator] Fix persian (fa) translation Fix Persian (fa) translation spelling and typo correction | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 8cc4705 Fix persian (fa) translation
2 parents 3e86690 + 8cc4705 commit d9bfb1b

File tree

3 files changed

+71
-71
lines changed

3 files changed

+71
-71
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</trans-unit>
2525
<trans-unit id="101">
2626
<source>The selected choice is invalid.</source>
27-
<target>گزینه‌ی انتخاب‌شده نامعتبر است</target>
27+
<target>گزینه‌ی انتخاب‌شده نامعتبر است.</target>
2828
</trans-unit>
2929
<trans-unit id="102">
3030
<source>The collection is invalid.</source>
@@ -40,7 +40,7 @@
4040
</trans-unit>
4141
<trans-unit id="105">
4242
<source>Please select a valid currency.</source>
43-
<target>لطفاً یک واحد پولی معتبر انتخاب کنید.</target>
43+
<target>لطفاً یک واحد پول معتبر انتخاب کنید.</target>
4444
</trans-unit>
4545
<trans-unit id="106">
4646
<source>Please choose a valid date interval.</source>
@@ -72,7 +72,7 @@
7272
</trans-unit>
7373
<trans-unit id="113">
7474
<source>Please select a valid locale.</source>
75-
<target>لطفاً یک جغرافیای (locale) معتبر انتخاب کنید.</target>
75+
<target>لطفاً یک منطقه‌جغرافیایی (locale) معتبر انتخاب کنید.</target>
7676
</trans-unit>
7777
<trans-unit id="114">
7878
<source>Please enter a valid money amount.</source>
@@ -116,11 +116,11 @@
116116
</trans-unit>
117117
<trans-unit id="124">
118118
<source>The checkbox has an invalid value.</source>
119-
<target>کادر انتخاب (checkbox) دارای مقداری نامعتبر است.</target>
119+
<target>کادر انتخاب (checkbox) دارای مقداری نامعتبر است.</target>
120120
</trans-unit>
121121
<trans-unit id="125">
122122
<source>Please enter a valid email address.</source>
123-
<target>لطفاً یک آدرس رایانامه‌ی معتبر وارد کنید.</target>
123+
<target>لطفاً یک آدرس رایانامه (ایمیل) معتبر وارد کنید.</target>
124124
</trans-unit>
125125
<trans-unit id="126">
126126
<source>Please select a valid option.</source>

src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</trans-unit>
3333
<trans-unit id="9">
3434
<source>No authentication provider found to support the authentication token.</source>
35-
<target>هیچ ارایه دهنده احراز هویتی برای پشتیبانی از توکن احراز هویت پیدا نشد.</target>
35+
<target>هیچ ارائه دهنده احراز هویتی برای پشتیبانی از توکن احراز هویت پیدا نشد.</target>
3636
</trans-unit>
3737
<trans-unit id="10">
3838
<source>No session available, it either timed out or cookies are not enabled.</source>

0 commit comments

Comments
 (0)