diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-29 07:15:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-29 07:15:50 +0000 |
commit | 0bb909026c0ad0e599b8e868edb4cc7c1451e6a3 (patch) | |
tree | a2bae45e736e42738758b95d0aa0738802350da9 /config/locales/fa.yml | |
parent | 19e9c7553ecc030ad8edcfbf1e40392ca5d861b4 (diff) | |
download | redmine-0bb909026c0ad0e599b8e868edb4cc7c1451e6a3.tar.gz redmine-0bb909026c0ad0e599b8e868edb4cc7c1451e6a3.zip |
Update locales (#4221).
git-svn-id: http://svn.redmine.org/redmine/trunk@18413 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fa.yml')
-rw-r--r-- | config/locales/fa.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/fa.yml b/config/locales/fa.yml index c8ce0d004..f014b9d5c 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -136,6 +136,10 @@ fa: earlier_than_minimum_start_date: "به خاطر مسائل مقدم، نمیتواند قبل از %{date} باشد" not_a_regexp: "یک عبارت منظم معتبر نیست" open_issue_with_closed_parent: "یم مسأله باز نمیتواند به یک مسأله پدر بسته ضمیمه شود" + must_contain_uppercase: "must contain uppercase letters (A-Z)" + must_contain_lowercase: "must contain lowercase letters (a-z)" + must_contain_digits: "must contain digits (0-9)" + must_contain_special_chars: "must contain special characters (!, $, %, ...)" actionview_instancetag_blank_option: انتخاب کنید |