Add missing new translation phrases

There's no fallback for missing translation phrases, thus all translation files have been supplemented with missing phrasess after moving hardcoded error messages from htmly.php
This commit is contained in:
Joduai 2024-09-11 23:33:56 +00:00 committed by GitHub
commit ef5954ba68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 121 additions and 7 deletions

View file

@ -307,4 +307,14 @@ writing = "Writing"
writing_settings = "Writing Settings"
security = "Security"
security_settings = "Security Settings"
msg_error_field_req_username = "Username field is required."
msg_error_field_req_password = "Password field is required."
msg_error_field_req_title = "Title field is required."
msg_error_field_req_content = "Content field is required."
msg_error_field_req_tag = "Tag field is required."
msg_error_field_req_image = "Image field is required."
msg_error_field_req_video = "Video field is required."
msg_error_field_req_link = "Link field is required."
msg_error_field_req_quote = "Quote field is required."
msg_error_field_req_audio = "Audio field is required."
msg_error_field_req_feedurl = "You need to specify the feed url."