diff options
author | Matt Arnold <matthew.arnold@m-w.co.uk> | 2015-10-30 14:44:03 +0000 |
---|---|---|
committer | Matt Arnold <matthew.arnold@m-w.co.uk> | 2015-10-30 14:44:03 +0000 |
commit | c7eaf96b37bcaabc05812d3b0546dfef1199b1a0 (patch) | |
tree | 7311ea8e9416646697086226fb19a59a590472f8 /conf/locale/locale_zh-HK.ini | |
parent | 102b675f96eb4340c35376ddd33385f4f20ef091 (diff) | |
download | gitea-c7eaf96b37bcaabc05812d3b0546dfef1199b1a0.tar.gz gitea-c7eaf96b37bcaabc05812d3b0546dfef1199b1a0.zip |
Translation for invalid milestone due date format ISO 8601 fix.
Diffstat (limited to 'conf/locale/locale_zh-HK.ini')
-rwxr-xr-x | conf/locale/locale_zh-HK.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index c01b8792ec..95f4f80371 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -519,7 +519,7 @@ milestones.title=標題 milestones.desc=描述
milestones.due_date=截止日期(可選)
milestones.clear=清除
-milestones.invalid_due_date_format=截止日期的格式錯誤,必須是 'year-mm-dd' 的形式。
+milestones.invalid_due_date_format=截止日期的格式錯誤,必須是 'yyyy-mm-dd' 的形式。
milestones.create_success=里程碑 '%s' 創建成功!
milestones.edit=編輯里程碑
milestones.edit_subheader=使用更加清晰的描述來幫助人們更好地理解里程碑的作用。
|