diff --git a/src/config/locales/zh-CN.json b/src/config/locales/zh-CN.json index ba9b73869..4f7832feb 100644 --- a/src/config/locales/zh-CN.json +++ b/src/config/locales/zh-CN.json @@ -246,13 +246,21 @@ }, "editor": { "title": "标题", - "tags": "标签", + "tags": "Tags (separate by space)", "default_placeholder": "今天您想要写些什么?", "reply_placeholder": "您想要在帖子上面写些什么?", "publish": "发布", "reply": "回复", "open_gallery": "Open Gallery", - "capture_photo": "Capture a photo" + "capture_photo": "Capture a photo", + "limited_tags": "Only 10 tags allowed, remove some", + "limited_length": "Maximum length of each tag should be 24", + "limited_dash": "Use one dash in each tag", + "limited_space": "Use space to separate tags", + "limited_lowercase": "Only use lower letters in tag", + "limited_characters": "Use only allowed characters in tag", + "limited_firstchar": "Tag must start with a letter", + "limited_lastchar": "Tag must end with letter or number" }, "pincode": { "enter_text": "Enter pin to unlock",