From 490f804b78fc98611d3597d8fe8c27c2cc7ae947 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Thu, 22 Dec 2022 13:16:08 +0000 Subject: [PATCH 1/4] Translated using Weblate (English) Currently translated at 100.0% (577 of 577 strings) --- translations/messages.en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/messages.en.yml b/translations/messages.en.yml index 3f210b58f..8d8fd77b0 100644 --- a/translations/messages.en.yml +++ b/translations/messages.en.yml @@ -708,3 +708,4 @@ flashes: added: 'Global ignore origin rule added' updated: 'Global ignore origin rule updated' deleted: 'Global ignore origin rule deleted' +entry.confirm.delete_entries: Do you really want to remove these entries? From 29fb9b65ff11b038ab7f64248936a7773f745940 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Thu, 22 Dec 2022 12:56:06 +0000 Subject: [PATCH 2/4] Translated using Weblate (English) Currently translated at 100.0% (6 of 6 strings) --- translations/validators.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 86dc2e43c374fbd9c977be7bd1752a1448bf679d Mon Sep 17 00:00:00 2001 From: Matthaiks Date: Thu, 22 Dec 2022 13:09:31 +0000 Subject: [PATCH 3/4] Translated using Weblate (Polish) Currently translated at 100.0% (6 of 6 strings) --- translations/validators.pl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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ą From 02a58f8d5bf8c7e3b8ce90029ceba9e0e2dbd2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Thu, 22 Dec 2022 14:23:41 +0100 Subject: [PATCH 4/4] Move `entry.confirm.delete_entries` --- translations/messages.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/messages.en.yml b/translations/messages.en.yml index 8d8fd77b0..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' @@ -708,4 +709,3 @@ flashes: added: 'Global ignore origin rule added' updated: 'Global ignore origin rule updated' deleted: 'Global ignore origin rule deleted' -entry.confirm.delete_entries: Do you really want to remove these entries?