diff --git a/src/config/locales/it-IT.json b/src/config/locales/it-IT.json index 21ed208a9..60467e45b 100644 --- a/src/config/locales/it-IT.json +++ b/src/config/locales/it-IT.json @@ -246,13 +246,21 @@ }, "editor": { "title": "Titolo", - "tags": "tags", + "tags": "Tags (separate by space)", "default_placeholder": "Che cosa ti piacerebbe scrivere oggi?", "reply_placeholder": "Che cosa ti piacerebbe scrivere riguardo ai seguenti post?", "publish": "Pubblica", "reply": "Rispondi", "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",