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

Skip to content

[Form][Security][Validator] Fix persian (fa) translation #43471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="101">
<source>The selected choice is invalid.</source>
<target>گزینه‌ی انتخاب‌شده نامعتبر است</target>
<target>گزینه‌ی انتخاب‌شده نامعتبر است.</target>
</trans-unit>
<trans-unit id="102">
<source>The collection is invalid.</source>
Expand All @@ -40,7 +40,7 @@
</trans-unit>
<trans-unit id="105">
<source>Please select a valid currency.</source>
<target>لطفاً یک واحد پولی معتبر انتخاب کنید.</target>
<target>لطفاً یک واحد پول معتبر انتخاب کنید.</target>
</trans-unit>
<trans-unit id="106">
<source>Please choose a valid date interval.</source>
Expand Down Expand Up @@ -72,7 +72,7 @@
</trans-unit>
<trans-unit id="113">
<source>Please select a valid locale.</source>
<target>لطفاً یک جغرافیای (locale) معتبر انتخاب کنید.</target>
<target>لطفاً یک منطقه‌جغرافیایی (locale) معتبر انتخاب کنید.</target>
</trans-unit>
<trans-unit id="114">
<source>Please enter a valid money amount.</source>
Expand Down Expand Up @@ -116,11 +116,11 @@
</trans-unit>
<trans-unit id="124">
<source>The checkbox has an invalid value.</source>
<target>کادر انتخاب (checkbox) دارای مقداری نامعتبر است.</target>
<target>کادر انتخاب (checkbox) دارای مقداری نامعتبر است.</target>
</trans-unit>
<trans-unit id="125">
<source>Please enter a valid email address.</source>
<target>لطفاً یک آدرس رایانامه‌ی معتبر وارد کنید.</target>
<target>لطفاً یک آدرس رایانامه (ایمیل) معتبر وارد کنید.</target>
</trans-unit>
<trans-unit id="126">
<source>Please select a valid option.</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>هیچ ارایه دهنده احراز هویتی برای پشتیبانی از توکن احراز هویت پیدا نشد.</target>
<target>هیچ ارائه دهنده احراز هویتی برای پشتیبانی از توکن احراز هویت پیدا نشد.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
Expand Down
Loading