diff --git a/src/config/locales/hu-HU.json b/src/config/locales/hu-HU.json index e5b7610c6..a419aa8e3 100644 --- a/src/config/locales/hu-HU.json +++ b/src/config/locales/hu-HU.json @@ -246,13 +246,21 @@ }, "editor": { "title": "Cím", - "tags": "címkék", + "tags": "Tags (separate by space)", "default_placeholder": "Miről szeretnél írni ma?", "reply_placeholder": "Mit szeretnél írni a fenti bejegyzésről?", "publish": "Közzétesz", "reply": "Válasz", "open_gallery": "Galéria Megnyitása", - "capture_photo": "Készíts egy fotót" + "capture_photo": "Készíts egy fotót", + "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": "Feloldáshoz írd be a PIN kódot",