diff --git a/translations/messages.en.yml b/translations/messages.en.yml index 3f210b58f..a569d941e 100644 --- a/translations/messages.en.yml +++ b/translations/messages.en.yml @@ -314,6 +314,7 @@ entry: confirm: delete: Are you sure you want to remove that article? delete_tag: Are you sure you want to remove that tag from that article? + delete_entries: Are you sure you want to remove these articles? metadata: reading_time: Estimated reading time reading_time_minutes_short: '%readingTime% min' diff --git a/translations/validators.en.yml b/translations/validators.en.yml index 6dfa4ac3f..484bb35b2 100644 --- a/translations/validators.en.yml +++ b/translations/validators.en.yml @@ -1,6 +1,6 @@ validator: password_must_match: The passwords must match. - password_too_short: Your password must by at least 8 characters. + password_too_short: Your password must be at least 8 characters. password_wrong_value: Wrong current password supplied. item_per_page_too_high: This will certainly kill the app rss_limit_too_high: This will certainly kill the app diff --git a/translations/validators.pl.yml b/translations/validators.pl.yml index 75b05ed63..d3b2d32cb 100644 --- a/translations/validators.pl.yml +++ b/translations/validators.pl.yml @@ -1,6 +1,6 @@ validator: password_must_match: Hasło w polach musi być takie same. - password_too_short: Twoje hasło musi mieć minimum 8 znaków długości. + password_too_short: Twoje hasło musi mieć co najmniej 8 znaków. password_wrong_value: Twoje obecne hasło jest błędne. item_per_page_too_high: To może spowodować problemy z aplikacją rss_limit_too_high: To może spowodować problemy z aplikacją