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/cs.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/cs.yml')
-rw-r--r-- | config/locales/cs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f447c35b9..ce2f37574 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -137,6 +137,10 @@ cs: earlier_than_minimum_start_date: "nemůže být dříve než %{date} kvůli předřazeným úkolům" not_a_regexp: "není platný regulární výraz" open_issue_with_closed_parent: "Otevřený úkol nemůže být přiřazen pod uzavřený rodičovský úkol" + 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: Prosím vyberte |