diff --git a/composer.lock b/composer.lock index 7fc2d795..0dd959ad 100644 --- a/composer.lock +++ b/composer.lock @@ -9,25 +9,25 @@ "packages-dev": [ { "name": "behat/gherkin", - "version": "v4.9.0", + "version": "v4.10.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" + "reference": "cbb83c4c435dd8d05a161f2a5ae322e61b2f4db6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", - "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/cbb83c4c435dd8d05a161f2a5ae322e61b2f4db6", + "reference": "cbb83c4c435dd8d05a161f2a5ae322e61b2f4db6", "shasum": "" }, "require": { "php": "~7.2|~8.0" }, "require-dev": { - "cucumber/cucumber": "dev-gherkin-22.0.0", + "cucumber/cucumber": "dev-gherkin-24.1.0", "phpunit/phpunit": "~8|~9", - "symfony/yaml": "~3|~4|~5" + "symfony/yaml": "~3|~4|~5|~6|~7" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" @@ -66,9 +66,9 @@ ], "support": { "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" + "source": "https://github.com/Behat/Gherkin/tree/v4.10.0" }, - "time": "2021-10-12T13:05:09+00:00" + "time": "2024-10-19T14:46:06+00:00" }, { "name": "codeception/codeception", @@ -773,16 +773,16 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", "shasum": "" }, "require": { @@ -836,7 +836,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.3" + "source": "https://github.com/guzzle/promises/tree/2.0.4" }, "funding": [ { @@ -852,7 +852,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T10:29:17+00:00" + "time": "2024-10-17T10:06:22+00:00" }, { "name": "guzzlehttp/psr7", @@ -1072,16 +1072,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.2.0", + "version": "v5.3.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb" + "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb", - "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", + "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", "shasum": "" }, "require": { @@ -1124,9 +1124,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" }, - "time": "2024-09-15T16:40:33+00:00" + "time": "2024-10-08T18:51:32+00:00" }, { "name": "overtrue/phplint", diff --git a/core/Legacy/Util.php b/core/Legacy/Util.php index 1543d204..12a4a547 100644 --- a/core/Legacy/Util.php +++ b/core/Legacy/Util.php @@ -185,7 +185,10 @@ public static function ppch_pro_sidebar()

diff --git a/core/Requirement/Featured_image.php b/core/Requirement/Featured_image.php index 50d0c0b0..aef4657e 100644 --- a/core/Requirement/Featured_image.php +++ b/core/Requirement/Featured_image.php @@ -1,4 +1,5 @@ @@ -30,7 +31,7 @@ class Featured_image extends Base_simple /** * @var int */ - public $position = 140; + public $position = 102; /** * Initialize the language strings for the instance @@ -39,8 +40,8 @@ class Featured_image extends Base_simple */ public function init_language() { - $this->lang['label'] = __('Featured image', 'publishpress-checklists'); - $this->lang['label_settings'] = __('Featured image', 'publishpress-checklists'); + $this->lang['label'] = __('Featured image is added', 'publishpress-checklists'); + $this->lang['label_settings'] = __('Featured image is added', 'publishpress-checklists'); } /** diff --git a/core/Requirement/Featured_image_alt.php b/core/Requirement/Featured_image_alt.php index a1fd2b1b..341000ca 100644 --- a/core/Requirement/Featured_image_alt.php +++ b/core/Requirement/Featured_image_alt.php @@ -1,4 +1,5 @@ @@ -30,7 +31,7 @@ class Featured_image_alt extends Base_simple /** * @var int */ - public $position = 150; + public $position = 105; /** * Initialize the language strings for the instance @@ -39,8 +40,8 @@ class Featured_image_alt extends Base_simple */ public function init_language() { - $this->lang['label'] = __('Alt text for featured images', 'publishpress-checklists'); - $this->lang['label_settings'] = __('Alt text for featured images', 'publishpress-checklists'); + $this->lang['label'] = __('Featured image has Alt text', 'publishpress-checklists'); + $this->lang['label_settings'] = __('Featured image has Alt text', 'publishpress-checklists'); } /** @@ -58,7 +59,7 @@ public function get_current_status($post, $option_value) * check if new post * new post will have no thumbnail in initialize page */ - if($thumbnail_id === 0) return true; + if ($thumbnail_id === 0) return true; $thumbnail_alt = get_post_meta($thumbnail_id, '_wp_attachment_image_alt', true); diff --git a/core/Requirement/Image_alt.php b/core/Requirement/Image_alt.php index a1596147..943ec0f5 100644 --- a/core/Requirement/Image_alt.php +++ b/core/Requirement/Image_alt.php @@ -1,4 +1,5 @@ @@ -40,8 +41,8 @@ class Image_alt extends Base_simple */ public function init_language() { - $this->lang['label'] = __('Alt text for all images', 'publishpress-checklists'); - $this->lang['label_settings'] = __('Alt text for all images', 'publishpress-checklists'); + $this->lang['label'] = __('All images have Alt text', 'publishpress-checklists'); + $this->lang['label_settings'] = __('All images have Alt text', 'publishpress-checklists'); } /** diff --git a/core/Requirement/Prohibited_categories.php b/core/Requirement/Prohibited_categories.php index e0eb129b..65aa9695 100644 --- a/core/Requirement/Prohibited_categories.php +++ b/core/Requirement/Prohibited_categories.php @@ -45,7 +45,7 @@ class Prohibited_categories extends Base_multiple * * @var int */ - private $cache_expiration = 10 * MINUTE_IN_SECONDS; + private $cache_expiration = 1 * MINUTE_IN_SECONDS; /** * Flag to check if hooks have been initialized diff --git a/core/Requirement/Prohibited_tags.php b/core/Requirement/Prohibited_tags.php index abfbaa22..dd9f6607 100644 --- a/core/Requirement/Prohibited_tags.php +++ b/core/Requirement/Prohibited_tags.php @@ -45,7 +45,7 @@ class Prohibited_tags extends Base_multiple * * @var int */ - private $cache_expiration = 10 * MINUTE_IN_SECONDS; + private $cache_expiration = 1 * MINUTE_IN_SECONDS; /** * Flag to track if hooks have been initialized diff --git a/core/Requirement/Required_categories.php b/core/Requirement/Required_categories.php index a3debc82..7ea9cab0 100644 --- a/core/Requirement/Required_categories.php +++ b/core/Requirement/Required_categories.php @@ -45,7 +45,7 @@ class Required_categories extends Base_multiple * * @var int */ - private $cache_expiration = 10 * MINUTE_IN_SECONDS; + private $cache_expiration = 1 * MINUTE_IN_SECONDS; /** * Flag to check if hooks have been initialized diff --git a/core/Requirement/Required_tags.php b/core/Requirement/Required_tags.php index 5c1911c5..8392ac97 100644 --- a/core/Requirement/Required_tags.php +++ b/core/Requirement/Required_tags.php @@ -45,7 +45,7 @@ class Required_tags extends Base_multiple * * @var int */ - private $cache_expiration = 10 * MINUTE_IN_SECONDS; + private $cache_expiration = 1 * MINUTE_IN_SECONDS; /** * Flag to check if hooks have been initialized diff --git a/languages/publishpress-checklists-de_DE.mo b/languages/publishpress-checklists-de_DE.mo index 8c171850..dbe94cb0 100644 Binary files a/languages/publishpress-checklists-de_DE.mo and b/languages/publishpress-checklists-de_DE.mo differ diff --git a/languages/publishpress-checklists-de_DE.po b/languages/publishpress-checklists-de_DE.po index 8d595915..952642b2 100644 --- a/languages/publishpress-checklists-de_DE.po +++ b/languages/publishpress-checklists-de_DE.po @@ -2,16 +2,20 @@ # This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Development (trunk) package. msgid "" msgstr "" -"PO-Revision-Date: 2023-03-06 13:27+0000\n" +"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing " +"Approval Task Checklist for WordPress Content - Development (trunk)\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:54+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" -"Language: de_DE\n" -"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing " -"Approval Task Checklist for WordPress Content - Development (trunk)\n" -"Language-Team: German" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" #: core/Requirement/Taxonomies_count.php:48 #: core/Requirement/Taxonomies_count.php:49 @@ -67,10 +71,12 @@ msgid "%d words in content" msgstr "%d Wörter im Inhalt" #: core/Requirement/Categories_count.php:46 +#, php-format msgid "%s categories" msgstr "%s Kategorien" #: core/Requirement/Categories_count.php:45 +#, php-format msgid "%s category" msgstr "%s Kategorie" @@ -78,32 +84,38 @@ msgstr "%s Kategorie" msgid "About" msgstr "Über" -#: modules/checklists/checklists.php:898 +#: modules/checklists/checklists.php:953 msgid "Add custom task" msgstr "Eigene Aufgabe hinzufügen" -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "Support für Checklisten in WordPress" +#: modules/checklists/templates/global-checklists.php:94 +msgid "Add OpenAI Prompt task" +msgstr "OpenAI Prompt-Aufgabe hinzufügen" -#: modules/settings/settings.php:677 +#: modules/settings/settings.php:684 msgid "Add to these post types:" msgstr "Für diese Beitragstypen aktivieren:" +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "Alle Bilder haben Alternativtext" + #: core/Requirement/Validate_links.php:58 #: core/Requirement/Validate_links.php:59 msgid "All links use a valid format" msgstr "Alle Links im gültigen Format" -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "Alt-Text für alle Bilder" +#: core/Requirement/Openai_item.php:266 +msgid "An error occured." +msgstr "Ein Fehler ist aufgetreten." -#: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" -msgstr "Alt-Text für vorgestellte Bilder" +#: core/Requirement/Openai_item.php:340 +#, php-format +msgid "API Error: %1s." +msgstr "API-Fehler: %1s." #: core/Requirement/Approved_by.php:41 +#, php-format msgid "Approved by %s" msgstr "Genehmigt von %s" @@ -111,11 +123,11 @@ msgstr "Genehmigt von %s" msgid "Approved by a user in this role" msgstr "Genehmigt von einem Nutzer dieser Rolle" -#: modules/checklists/checklists.php:680 +#: modules/checklists/checklists.php:736 msgid "Are you sure you want to publish anyway?" msgstr "Bist du sicher, dass du dennoch veröffentlichen möchtest?" -#: modules/checklists/checklists.php:684 +#: modules/checklists/checklists.php:740 msgid "Are you sure you want to update the published post anyway?" msgstr "Bist du sicher, dass du den Beitrag dennoch veröffentlichen willst?" @@ -148,27 +160,35 @@ msgid "Between %d and %d words in content" msgstr "Zwischen %d und %d Wörtern im Inhalt" #: core/Requirement/Categories_count.php:47 +#, php-format msgid "Between %s and %s categories" msgstr "Zwischen %s und %s Kategorien" -#: core/Legacy/LegacyPlugin.php:212 modules/settings/settings.php:437 +#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 msgid "Cheatin’ uh?" msgstr "Schummeln, oder?" -#: modules/checklists/checklists.php:622 modules/checklists/checklists.php:678 +#: modules/checklists/checklists.php:788 +#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +msgid "Check Now" +msgstr "Jetzt prüfen" + +#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 msgid "Checklist" msgstr "Checkliste" -#: core/Legacy/LegacyPlugin.php:348 modules/checklists/checklists.php:99 -#: modules/checklists/checklists.php:832 modules/checklists/checklists.php:847 +#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 +#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 +#: modules/checklists/assets/js/gutenberg-panel.jsx:197 +#: modules/checklists/assets/js/gutenberg-panel.jsx:201 msgid "Checklists" msgstr "Checklisten" -#: modules/settings/settings.php:60 modules/settings/settings.php:110 +#: modules/settings/settings.php:61 modules/settings/settings.php:112 msgid "Checklists Settings" msgstr "Checklist-Einstellungen" -#: core/Legacy/LegacyPlugin.php:205 modules/checklists/checklists.php:679 +#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 msgid "Configure" msgstr "Konfigurieren" @@ -180,7 +200,7 @@ msgstr "Kontakt" msgid "Custom" msgstr "Benutzerdefiniert" -#: modules/checklists/templates/global-checklists.php:75 +#: modules/checklists/templates/global-checklists.php:87 msgid "" "Custom tasks do not complete automatically. Users must check the box to show " "they have completed the task." @@ -188,27 +208,28 @@ msgstr "" "Eigene Aufgaben werden nicht automatisch erledigt. Die entsprechende " "Checkbox muss manuell bestätigt werden." -#: modules/permalinks/permalinks.php:65 +#: modules/permalinks/permalinks.php:66 msgid "Define tasks related to permalinks" msgstr "Definiere Anforderungen an Permalink" -#: modules/yoastseo/yoastseo.php:66 +#: modules/yoastseo/yoastseo.php:67 msgid "Define tasks related to Yoast SEO" msgstr "Definiere Yoast SEO Aufgaben" -#: modules/checklists/checklists.php:101 -msgid "Define tasks that must be complete before content is published." -msgstr "Gib die Aufgaben ein, die vor Veröffentlichung erledigt werden müssen." +#: modules/checklists/templates/global-checklists.php:75 +msgid "Description" +msgstr "Beschreibung" -#: modules/settings/settings.php:693 +#: modules/settings/settings.php:700 msgid "Disable the \"Status\" option when using \"Quick Edit\":" -msgstr "" +msgstr "Deaktivieren Sie die Option „Status“, wenn Sie „Quick Edit“ verwenden:" -#: modules/checklists/checklists.php:920 +#: modules/checklists/checklists.php:975 msgid "Disabled" msgstr "Deaktiviert" -#: modules/settings/settings.php:401 +#: modules/settings/settings.php:408 +#, php-format msgid "" "Disabled because add_post_type_support('%1$s', '%2$s') is included in a " "loaded file." @@ -216,7 +237,7 @@ msgstr "" "Deaktiviert, da add_post_type_support('%1$s', '%2$s') in der geladenen Datei " "enthalten." -#: modules/checklists/checklists.php:896 +#: modules/checklists/checklists.php:951 msgid "Disabled, Recommended or Required" msgstr "Deaktiviert, Empfohlen oder Erforderlich" @@ -224,24 +245,35 @@ msgstr "Deaktiviert, Empfohlen oder Erforderlich" msgid "Documentation" msgstr "Dokumentation (engl.)" -#: modules/settings/settings.php:254 +#: modules/settings/settings.php:261 msgid "Enabled features" msgstr "Aktivierte Elemente" +#: modules/settings/settings.php:781 +msgid "Enter your API Key to use OpenAI prompts in checklist tasks." +msgstr "" +"Geben Sie Ihren API-Schlüssel ein, um OpenAI-Eingabeaufforderungen in " +"Checklistenaufgaben zu verwenden." + +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "Das vorgestellte Bild hat einen Alternativtext" + #: core/Requirement/Featured_image.php:35 #: core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Beitragsbild" +msgid "Featured image is added" +msgstr "Vorgestelltes Bild wurde hinzugefügt" -#: modules/settings/settings.php:245 +#: modules/settings/settings.php:252 msgid "Features" msgstr "Funktionen" -#: modules/settings/settings.php:246 +#: modules/settings/settings.php:253 msgid "Feel free to select only the features you need." msgstr "Wählen Sie nur die benötigten Eigenschaften aus." -#: modules/settings/settings.php:668 +#: modules/settings/settings.php:675 msgid "General:" msgstr "Allgemein:" @@ -260,23 +292,30 @@ msgstr "https://publishpress.com" msgid "https://publishpress.com/" msgstr "https://publishpress.com/" -#: modules/settings/settings.php:747 +#: modules/settings/settings.php:762 msgid "" "If the \"Status\" option is enabled, it can be used to avoid using the " -"Checklists requirements.\"" +"Checklists requirements." msgstr "" +"Wenn die Option „Status“ aktiviert ist, kann sie verwendet werden, um die " +"Verwendung der Checklistenanforderungen zu vermeiden." #: core/Legacy/Module.php:288 +#, php-format msgid "If you like %s please leave us a %s rating. Thank you!" msgstr "Wenn du %s magst, hinterlasse eine %s Wertung. Danke!" +#: core/Requirement/Openai_item.php:386 +msgid "Invalid response" +msgstr "Ungültige Antwort" + #: modules/permalinks/lib/Requirement/ValidChars.php:37 msgid "Latin characters in permalink" msgstr "Lateinischer Zeichensatz im Permalink" -#: core/Requirement/Base_counter.php:294 +#: core/Requirement/Base_counter.php:293 msgid "Max" -msgstr "" +msgstr "Max" #: core/Requirement/Taxonomies_count.php:46 #: core/Requirement/Taxonomies_count.php:47 @@ -332,16 +371,18 @@ msgid "Maximum of %d words in content" msgstr "Maximum von %d Wörtern im Inhalt" #: core/Requirement/Categories_count.php:44 +#, php-format msgid "Maximum of %s categories" msgstr "Maximum von %s Kategorien" #: core/Requirement/Categories_count.php:43 +#, php-format msgid "Maximum of %s category" msgstr "Maximum %s Kategorie" -#: core/Requirement/Base_counter.php:286 +#: core/Requirement/Base_counter.php:285 msgid "Min" -msgstr "" +msgstr "Mindest" #: core/Requirement/Taxonomies_count.php:44 #: core/Requirement/Taxonomies_count.php:45 @@ -397,10 +438,12 @@ msgid "Minimum of %d words in content" msgstr "Minimum von %d Wörtern im Inhalt" #: core/Requirement/Categories_count.php:42 +#, php-format msgid "Minimum of %s categories" msgstr "Minimum von %s Kategorien" #: core/Requirement/Categories_count.php:41 +#, php-format msgid "Minimum of %s category" msgstr "Minimum %s Kategorie" @@ -412,11 +455,19 @@ msgstr "Minimum Yoast SEO Analyse-Wert" msgid "Minimum Yoast SEO readability score" msgstr "Minimum Yoast SEO Lesbarkeitswert" -#: modules/checklists/checklists.php:735 +#: modules/checklists/templates/global-checklists.php:74 +msgid "New Item" +msgstr "Neues Produkt" + +#: modules/checklists/checklists.php:790 msgid "No" msgstr "Nein" -#: modules/checklists/checklists.php:696 modules/checklists/checklists.php:700 +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "Keine %s-Anforderungen für diesen Beitragstyp." + +#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 msgid "Not required, but important: " msgstr "Nicht erforderlich, aber wichtig" @@ -428,6 +479,12 @@ msgstr "Anzahl an " msgid "Number of categories" msgstr "Anzahl an Kategorien" +# msgid "Number of characters in title" +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Anzahl Zeichen in der Überschrift" + #: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 msgid "Number of characters in title" msgstr "Anzahl Zeichen in der Überschrift" @@ -460,15 +517,31 @@ msgstr "Anzahl Zeichen im Textauszug" msgid "OK" msgstr "OK" -#: modules/checklists/checklists.php:734 +#: modules/checklists/checklists.php:789 msgid "Ok" msgstr "Ok" -#: modules/checklists/checklists.php:897 +#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 +msgid "Openai" +msgstr "Openai" + +#: modules/settings/settings.php:708 +msgid "OpenAI API Key:" +msgstr "OpenAI API-Schlüssel:" + +#: core/Requirement/Openai_item.php:287 +msgid "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." +msgstr "" +"OpenAI-Aufgaben erfordern einen API-Schlüssel. Bitte fügen Sie Ihren API-" +"Schlüssel im Bereich „Einstellungen“ hinzu." + +#: modules/checklists/checklists.php:952 msgid "Options" msgstr "Einstellungen" -#: modules/permalinks/permalinks.php:64 +#: modules/permalinks/permalinks.php:65 msgid "Permalinks" msgstr "Permalinks" @@ -476,27 +549,36 @@ msgstr "Permalinks" msgid "Permissions" msgstr "Berechtigungen" -#: modules/checklists/checklists.php:688 +#: modules/checklists/checklists.php:744 msgid "Please complete the following tasks before publishing:" msgstr "Bitte erledige die folgenden Aufgaben vor Veröffentlichung" -#: modules/checklists/checklists.php:692 +#: modules/checklists/checklists.php:748 msgid "Please complete the following tasks before updating the published post:" msgstr "Bitte erledige die folgenden Aufgaben vor Veröffentlichung:" -#: core/Legacy/LegacyPlugin.php:208 +#: modules/checklists/assets/js/gutenberg-panel.jsx:167 +msgid "Please complete the required(*) checklists task." +msgstr "Bitte führen Sie die erforderlichen(*) Checklistenaufgaben aus." + +#: core/Legacy/LegacyPlugin.php:209 msgid "Please correct your form errors below and try again." msgstr "Korrigiere bitte die Fehler und versuche es noch einmal." -#: modules/checklists/checklists.php:580 +#: modules/checklists/checklists.php:594 msgid "Please make sure to add a name for all the custom tasks." msgstr "Benenne alle eigenen Aufgaben" -#: modules/checklists/checklists.php:576 +#: modules/checklists/checklists.php:590 msgid "Please make sure to complete the settings for" msgstr "Stelle sicher, dass alle Einstellungen gemacht sind" -#: core/Legacy/LegacyPlugin.php:217 +# msgid "Post does not exist" +#: core/Requirement/Openai_item.php:278 +msgid "Post content is empty." +msgstr "Beitrag existiert nicht" + +#: core/Legacy/LegacyPlugin.php:218 msgid "Post does not exist" msgstr "Beitrag existiert nicht" @@ -525,24 +607,24 @@ msgstr "PublishPress" msgid "PublishPress Checklists" msgstr "PublishPress Checklisten" -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -msgid "Readability: %s" -msgstr "Lesbarkeit: %s" - -#: modules/checklists/checklists.php:921 +#: modules/checklists/checklists.php:976 msgid "Recommended" msgstr "Empfohlen" -#: core/Requirement/Custom_item.php:120 modules/checklists/checklists.php:588 +#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 +#: modules/checklists/checklists.php:602 msgid "Remove" msgstr "Entfernen" -#: modules/checklists/checklists.php:733 modules/checklists/checklists.php:922 +#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 msgid "Required" msgstr "Erforderlich" +# msgid "Required" +#: modules/checklists/assets/js/gutenberg-panel.jsx:255 +msgid "required" +msgstr "Erforderlich" + #: core/Requirement/Required_categories.php:43 msgid "Required categories" msgstr "Erforderliche Kategorien" @@ -561,39 +643,58 @@ msgstr "Erforderliche Tags: %s" #: modules/reviews/reviews.php:61 msgid "Reviews" -msgstr "" +msgstr "Bewertungen" -#: modules/checklists/templates/global-checklists.php:79 +#: modules/checklists/templates/global-checklists.php:108 msgid "Save Changes" msgstr "Änderungen speichern " -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -msgid "Seo: %s" -msgstr "SEO: %s" +#: core/Requirement/Openai_item.php:365 +msgid "See the full response." +msgstr "Sehen Sie sich die vollständige Antwort an." -#: modules/settings/settings.php:112 +#: modules/settings/settings.php:114 msgid "Settings" msgstr "Einstellungen" -#: modules/settings/settings.php:685 +#: modules/settings/settings.php:692 msgid "Show warning icon:" msgstr "Zeige Warnsymbol" -#: modules/checklists/checklists.php:895 +#: modules/checklists/checklists.php:950 msgid "Task" msgstr "Aufgabe" -#: modules/settings/settings.php:305 +#: modules/checklists/templates/global-checklists.php:101 +msgid "The prompt should be in form of a question." +msgstr "Die Eingabeaufforderung sollte die Form einer Frage haben." + +#: modules/settings/settings.php:312 msgid "There are no PublishPress modules registered" msgstr "Es sind keine PublishPress-Module registriert" -#: modules/settings/settings.php:726 -msgid "This will display a warning icon in the \"Publish\" box" +#: modules/checklists/templates/global-checklists.php:101 +msgid "This feature requires an OpenAI API Key." +msgstr "Diese Funktion erfordert einen OpenAI API-Schlüssel." + +# msgid "This will display a warning icon in the \"Publish\" box" +#: modules/settings/settings.php:741 +msgid "This will display a warning icon in the \"Publish\" box." msgstr "Zeigt einen Warnhinweis in der Veröffentlichen-Box" -#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:584 +#: core/Requirement/Openai_item.php:273 +msgid "Validation error. Kindly reload this page and try agai.n" +msgstr "" +"Validierungsfehler. Bitte laden Sie diese Seite neu und versuchen Sie es " +"erneut." + +#: modules/checklists/checklists.php:606 +msgid "What's the expected OpenAI response to mark the requirement as pass?" +msgstr "" +"Was ist die erwartete OpenAI-Antwort, um die Anforderung als erfüllt zu " +"markieren?" + +#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 msgid "Which roles can mark this task as complete?" msgstr "Welche Rolle darf die Aufgabe als erledigt markieren?" @@ -601,19 +702,48 @@ msgstr "Welche Rolle darf die Aufgabe als erledigt markieren?" msgid "Who can ignore the task?" msgstr "Wer darf die Aufgabe ignorieren?" -#: modules/checklists/checklists.php:736 +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"Mit den Checklisten von PublishPress können Sie " +"Veröffentlichungsanforderungen für Ihre Inhalte auswählen." + +#: modules/checklists/checklists.php:791 msgid "Yes" msgstr "Ja" -#: modules/yoastseo/yoastseo.php:65 +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Yoast-Lesbarkeit: %s" + +#: modules/yoastseo/yoastseo.php:66 msgid "Yoast SEO" msgstr "Yoast SEO" -#: core/Legacy/LegacyPlugin.php:213 +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "Yoast SEO: %s" + +#: core/Legacy/LegacyPlugin.php:214 msgid "You do not have necessary permissions to complete this action." msgstr "" "Du hast nicht die erforderliche Berechtigung, um diese Aktion durchzuführen." -#: modules/checklists/checklists.php:729 +#: modules/checklists/checklists.php:783 +#, php-format msgid "You don't have to complete any %sChecklist tasks%s." msgstr "Keine ausstehenden %sChecklist tasks%s." + +# msgid "You don't have to complete any %sChecklist tasks%s." +#: modules/checklists/checklists.php:730 +#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +msgid "You don't have to complete any Checklist tasks." +msgstr "Keine ausstehenden %sChecklist tasks%s." diff --git a/languages/publishpress-checklists-en_GB.mo b/languages/publishpress-checklists-en_GB.mo index 253940d5..83109efb 100644 Binary files a/languages/publishpress-checklists-en_GB.mo and b/languages/publishpress-checklists-en_GB.mo differ diff --git a/languages/publishpress-checklists-en_GB.po b/languages/publishpress-checklists-en_GB.po index 9498502e..bb670942 100644 --- a/languages/publishpress-checklists-en_GB.po +++ b/languages/publishpress-checklists-en_GB.po @@ -2,89 +2,80 @@ # This file is distributed under the same license as the PublishPress - PublishPress Checklists package. msgid "" msgstr "" -"PO-Revision-Date: 2023-03-06 13:26+0000\n" +"Project-Id-Version: PublishPress - PublishPress Checklists\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:53+0000\n" +"Last-Translator: \n" +"Language-Team: English (UK)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" -"Language: en_GB\n" -"Project-Id-Version: PublishPress - PublishPress Checklists\n" -"Language-Team: English (UK)" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" #: core/Requirement/Taxonomies_count.php:48 #: core/Requirement/Taxonomies_count.php:49 -#| msgid "%s " msgid "%d " -msgstr "%d" +msgstr "%d " #: core/Requirement/Filled_excerpt.php:41 -#, php-format msgid "%d character in excerpt" -msgstr "" +msgstr "%d character in excerpt" #: core/Requirement/Title_count.php:39 -#, php-format msgid "%d character in title" -msgstr "" +msgstr "%d character in title" #: core/Requirement/Filled_excerpt.php:42 -#, php-format msgid "%d characters in excerpt" -msgstr "" +msgstr "%d characters in excerpt" #: core/Requirement/Title_count.php:40 -#, php-format msgid "%d characters in title" -msgstr "" +msgstr "%d characters in title" #: core/Requirement/External_links.php:41 -#, php-format msgid "%d external link in content" -msgstr "" +msgstr "%d external link in content" #: core/Requirement/External_links.php:42 -#, php-format msgid "%d external links in content" -msgstr "" +msgstr "%d external links in content" #: core/Requirement/Internal_links.php:41 -#, php-format msgid "%d internal link in content" -msgstr "" +msgstr "%d internal link in content" #: core/Requirement/Internal_links.php:42 -#, php-format msgid "%d internal links in content" -msgstr "" +msgstr "%d internal links in content" #: core/Requirement/Tags_count.php:45 -#, fuzzy -#| msgid "%s tag" msgid "%d tag" -msgstr "%s tag" +msgstr "%d tag" #: core/Requirement/Tags_count.php:46 -#, fuzzy -#| msgid "%s tags" msgid "%d tags" -msgstr "%s tags" +msgstr "%d tags" #: core/Requirement/Words_count.php:41 -#, php-format msgid "%d word in content" -msgstr "" +msgstr "%d word in content" #: core/Requirement/Words_count.php:42 -#, php-format msgid "%d words in content" -msgstr "" +msgstr "%d words in content" #: core/Requirement/Categories_count.php:46 +#, php-format msgid "%s categories" msgstr "%s categories" #: core/Requirement/Categories_count.php:45 +#, php-format msgid "%s category" msgstr "%s category" @@ -92,109 +83,111 @@ msgstr "%s category" msgid "About" msgstr "About" -#: modules/checklists/checklists.php:898 +#: modules/checklists/checklists.php:953 msgid "Add custom task" msgstr "Add custom task" -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "" -"With PublishPress Checklists, you can choose pre-publishing requirements for " -"your content." +#: modules/checklists/templates/global-checklists.php:94 +msgid "Add OpenAI Prompt task" +msgstr "Add OpenAI Prompt task" -#: modules/settings/settings.php:677 +#: modules/settings/settings.php:684 msgid "Add to these post types:" -msgstr "Add checklists to these post types:" +msgstr "Add to these post types:" + +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "All images have Alt text" #: core/Requirement/Validate_links.php:58 #: core/Requirement/Validate_links.php:59 msgid "All links use a valid format" -msgstr "" +msgstr "All links use a valid format" -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "" +#: core/Requirement/Openai_item.php:266 +msgid "An error occured." +msgstr "An error occured." -#: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" -msgstr "" +#: core/Requirement/Openai_item.php:340 +#, php-format +msgid "API Error: %1s." +msgstr "API Error: %1s." #: core/Requirement/Approved_by.php:41 #, php-format msgid "Approved by %s" -msgstr "" +msgstr "Approved by %s" #: core/Requirement/Approved_by.php:42 msgid "Approved by a user in this role" -msgstr "" +msgstr "Approved by a user in this role" -#: modules/checklists/checklists.php:680 +#: modules/checklists/checklists.php:736 msgid "Are you sure you want to publish anyway?" msgstr "Are you sure you want to publish anyway?" -#: modules/checklists/checklists.php:684 +#: modules/checklists/checklists.php:740 msgid "Are you sure you want to update the published post anyway?" msgstr "Are you sure you want to update the published post anyway?" #: core/Requirement/Taxonomies_count.php:50 -#, fuzzy -#| msgid "Between %s and %s " msgid "Between %d and %d " msgstr "Between %s and %s " #: core/Requirement/Filled_excerpt.php:43 -#, php-format msgid "Between %d and %d characters in excerpt" -msgstr "" +msgstr "Between %d and %d characters in excerpt" #: core/Requirement/Title_count.php:41 -#, php-format msgid "Between %d and %d characters in title" -msgstr "" +msgstr "Between %d and %d characters in title" #: core/Requirement/External_links.php:43 -#, php-format msgid "Between %d and %d external links in content" -msgstr "" +msgstr "Between %d and %d external links in content" #: core/Requirement/Internal_links.php:43 -#, php-format msgid "Between %d and %d internal links in content" -msgstr "" +msgstr "Between %d and %d internal links in content" #: core/Requirement/Tags_count.php:47 -#, fuzzy -#| msgid "Between %s and %s tags" msgid "Between %d and %d tags" -msgstr "Between %s and %s tags" +msgstr "Between %d and %d tags" #: core/Requirement/Words_count.php:43 -#, php-format msgid "Between %d and %d words in content" -msgstr "" +msgstr "Between %d and %d words in content" #: core/Requirement/Categories_count.php:47 +#, php-format msgid "Between %s and %s categories" msgstr "Between %s and %s categories" -#: core/Legacy/LegacyPlugin.php:212 modules/settings/settings.php:437 +#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 msgid "Cheatin’ uh?" msgstr "Cheatin’ uh?" -#: modules/checklists/checklists.php:622 modules/checklists/checklists.php:678 +#: modules/checklists/checklists.php:788 +#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +msgid "Check Now" +msgstr "Check Now" + +#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 msgid "Checklist" msgstr "Checklist" -#: core/Legacy/LegacyPlugin.php:348 modules/checklists/checklists.php:99 -#: modules/checklists/checklists.php:832 modules/checklists/checklists.php:847 +#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 +#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 +#: modules/checklists/assets/js/gutenberg-panel.jsx:197 +#: modules/checklists/assets/js/gutenberg-panel.jsx:201 msgid "Checklists" msgstr "Checklists" -#: modules/settings/settings.php:60 modules/settings/settings.php:110 +#: modules/settings/settings.php:61 modules/settings/settings.php:112 msgid "Checklists Settings" msgstr "Checklists Settings" -#: core/Legacy/LegacyPlugin.php:205 modules/checklists/checklists.php:679 +#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 msgid "Configure" msgstr "Configure" @@ -206,33 +199,36 @@ msgstr "Contact" msgid "Custom" msgstr "Custom" -#: modules/checklists/templates/global-checklists.php:75 +#: modules/checklists/templates/global-checklists.php:87 msgid "" "Custom tasks do not complete automatically. Users must check the box to show " "they have completed the task." msgstr "" +"Custom tasks do not complete automatically. Users must check the box to show " +"they have completed the task." -#: modules/permalinks/permalinks.php:65 +#: modules/permalinks/permalinks.php:66 msgid "Define tasks related to permalinks" msgstr "Define tasks related to permalinks" -#: modules/yoastseo/yoastseo.php:66 +#: modules/yoastseo/yoastseo.php:67 msgid "Define tasks related to Yoast SEO" -msgstr "" +msgstr "Define tasks related to Yoast SEO" -#: modules/checklists/checklists.php:101 -msgid "Define tasks that must be complete before content is published." -msgstr "Define tasks that must be complete before content is published." +#: modules/checklists/templates/global-checklists.php:75 +msgid "Description" +msgstr "Description" -#: modules/settings/settings.php:693 +#: modules/settings/settings.php:700 msgid "Disable the \"Status\" option when using \"Quick Edit\":" -msgstr "" +msgstr "Disable the \"Status\" option when using \"Quick Edit\":" -#: modules/checklists/checklists.php:920 +#: modules/checklists/checklists.php:975 msgid "Disabled" msgstr "Disabled" -#: modules/settings/settings.php:401 +#: modules/settings/settings.php:408 +#, php-format msgid "" "Disabled because add_post_type_support('%1$s', '%2$s') is included in a " "loaded file." @@ -240,7 +236,7 @@ msgstr "" "Disabled because add_post_type_support('%1$s', '%2$s') is included in a " "loaded file." -#: modules/checklists/checklists.php:896 +#: modules/checklists/checklists.php:951 msgid "Disabled, Recommended or Required" msgstr "Disabled, Recommended or Required" @@ -248,24 +244,33 @@ msgstr "Disabled, Recommended or Required" msgid "Documentation" msgstr "Documentation" -#: modules/settings/settings.php:254 +#: modules/settings/settings.php:261 msgid "Enabled features" msgstr "Enabled features" +#: modules/settings/settings.php:781 +msgid "Enter your API Key to use OpenAI prompts in checklist tasks." +msgstr "Enter your API Key to use OpenAI prompts in checklist tasks." + +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "Featured image has Alt text" + #: core/Requirement/Featured_image.php:35 #: core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Featured image" +msgid "Featured image is added" +msgstr "Featured image is added" -#: modules/settings/settings.php:245 +#: modules/settings/settings.php:252 msgid "Features" msgstr "Features" -#: modules/settings/settings.php:246 +#: modules/settings/settings.php:253 msgid "Feel free to select only the features you need." msgstr "Feel free to select only the features you need." -#: modules/settings/settings.php:668 +#: modules/settings/settings.php:675 msgid "General:" msgstr "General:" @@ -274,7 +279,7 @@ msgstr "General:" #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 msgid "Good" -msgstr "" +msgstr "Good" #. Author URI of the plugin msgid "https://publishpress.com" @@ -284,195 +289,182 @@ msgstr "https://publishpress.com" msgid "https://publishpress.com/" msgstr "https://publishpress.com/" -#: modules/settings/settings.php:747 +#: modules/settings/settings.php:762 msgid "" "If the \"Status\" option is enabled, it can be used to avoid using the " -"Checklists requirements.\"" +"Checklists requirements." msgstr "" +"If the \"Status\" option is enabled, it can be used to avoid using the " +"Checklists requirements." #: core/Legacy/Module.php:288 +#, php-format msgid "If you like %s please leave us a %s rating. Thank you!" msgstr "If you like %s please leave us a %s rating. Thank you!" +#: core/Requirement/Openai_item.php:386 +msgid "Invalid response" +msgstr "Invalid response" + #: modules/permalinks/lib/Requirement/ValidChars.php:37 msgid "Latin characters in permalink" msgstr "Latin characters in permalink" -#: core/Requirement/Base_counter.php:294 +#: core/Requirement/Base_counter.php:293 msgid "Max" -msgstr "" +msgstr "Max" #: core/Requirement/Taxonomies_count.php:46 #: core/Requirement/Taxonomies_count.php:47 -#, fuzzy -#| msgid "Maximum of %s " msgid "Maximum of %d " -msgstr "Maximum of %s " +msgstr "Maximum of %d " #: core/Requirement/Filled_excerpt.php:39 -#, php-format msgid "Maximum of %d character in excerpt" -msgstr "" +msgstr "Maximum of %d character in excerpt" #: core/Requirement/Title_count.php:37 -#, php-format msgid "Maximum of %d character in title" -msgstr "" +msgstr "Maximum of %d character in title" #: core/Requirement/Filled_excerpt.php:40 -#, php-format msgid "Maximum of %d characters in excerpt" -msgstr "" +msgstr "Maximum of %d characters in excerpt" #: core/Requirement/Title_count.php:38 -#, php-format msgid "Maximum of %d characters in title" -msgstr "" +msgstr "Maximum of %d characters in title" #: core/Requirement/External_links.php:39 -#, php-format msgid "Maximum of %d external link in content" -msgstr "" +msgstr "Maximum of %d external link in content" #: core/Requirement/External_links.php:40 -#, php-format msgid "Maximum of %d external links in content" -msgstr "" +msgstr "Maximum of %d external links in content" #: core/Requirement/Internal_links.php:39 -#, php-format msgid "Maximum of %d internal link in content" -msgstr "" +msgstr "Maximum of %d internal link in content" #: core/Requirement/Internal_links.php:40 -#, php-format msgid "Maximum of %d internal links in content" -msgstr "" +msgstr "Maximum of %d internal links in content" #: core/Requirement/Tags_count.php:43 -#, fuzzy -#| msgid "Maximum of %s tag" msgid "Maximum of %d tag" msgstr "Maximum of %s tag" #: core/Requirement/Tags_count.php:44 -#, fuzzy -#| msgid "Maximum of %s tags" msgid "Maximum of %d tags" msgstr "Maximum of %s tags" #: core/Requirement/Words_count.php:39 -#, php-format msgid "Maximum of %d word in content" -msgstr "" +msgstr "Maximum of %d word in content" #: core/Requirement/Words_count.php:40 -#, php-format msgid "Maximum of %d words in content" -msgstr "" +msgstr "Maximum of %d words in content" #: core/Requirement/Categories_count.php:44 +#, php-format msgid "Maximum of %s categories" msgstr "Maximum of %s categories" #: core/Requirement/Categories_count.php:43 +#, php-format msgid "Maximum of %s category" msgstr "Maximum of %s category" -#: core/Requirement/Base_counter.php:286 +#: core/Requirement/Base_counter.php:285 msgid "Min" -msgstr "" +msgstr "Min" #: core/Requirement/Taxonomies_count.php:44 #: core/Requirement/Taxonomies_count.php:45 -#, fuzzy -#| msgid "Minimum of %s " msgid "Minimum of %d " -msgstr "Minimum of %s " +msgstr "Minimum of %d " #: core/Requirement/Filled_excerpt.php:37 -#, php-format msgid "Minimum of %d character in excerpt" -msgstr "" +msgstr "Minimum of %d character in excerpt" #: core/Requirement/Title_count.php:35 -#, php-format msgid "Minimum of %d character in title" -msgstr "" +msgstr "Minimum of %d character in title" #: core/Requirement/Filled_excerpt.php:38 -#, php-format msgid "Minimum of %d characters in excerpt" -msgstr "" +msgstr "Minimum of %d characters in excerpt" #: core/Requirement/Title_count.php:36 -#, php-format msgid "Minimum of %d characters in title" -msgstr "" +msgstr "Minimum of %d characters in title" #: core/Requirement/External_links.php:37 -#, php-format msgid "Minimum of %d external link in content" -msgstr "" +msgstr "Minimum of %d external link in content" #: core/Requirement/External_links.php:38 -#, php-format msgid "Minimum of %d external links in content" -msgstr "" +msgstr "Minimum of %d external links in content" #: core/Requirement/Internal_links.php:37 -#, php-format msgid "Minimum of %d internal link in content" -msgstr "" +msgstr "Minimum of %d internal link in content" #: core/Requirement/Internal_links.php:38 -#, php-format msgid "Minimum of %d internal links in content" -msgstr "" +msgstr "Minimum of %d internal links in content" #: core/Requirement/Tags_count.php:41 -#, fuzzy -#| msgid "Minimum of %s tag" msgid "Minimum of %d tag" msgstr "Minimum of %s tag" #: core/Requirement/Tags_count.php:42 -#, fuzzy -#| msgid "Minimum of %s tags" msgid "Minimum of %d tags" msgstr "Minimum of %s tags" #: core/Requirement/Words_count.php:37 -#, php-format msgid "Minimum of %d word in content" -msgstr "" +msgstr "Minimum of %d word in content" #: core/Requirement/Words_count.php:38 -#, php-format msgid "Minimum of %d words in content" -msgstr "" +msgstr "Minimum of %d words in content" #: core/Requirement/Categories_count.php:42 +#, php-format msgid "Minimum of %s categories" msgstr "Minimum of %s categories" #: core/Requirement/Categories_count.php:41 +#, php-format msgid "Minimum of %s category" msgstr "Minimum of %s category" #: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 msgid "Minimum Yoast SEO analysis score" -msgstr "" +msgstr "Minimum Yoast SEO analysis score" #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 msgid "Minimum Yoast SEO readability score" -msgstr "" +msgstr "Minimum Yoast SEO readability score" + +#: modules/checklists/templates/global-checklists.php:74 +msgid "New Item" +msgstr "New Item" -#: modules/checklists/checklists.php:735 +#: modules/checklists/checklists.php:790 msgid "No" msgstr "No" -#: modules/checklists/checklists.php:696 modules/checklists/checklists.php:700 +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "No %s requirements for this post type." + +#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 msgid "Not required, but important: " msgstr "Not required, but important: " @@ -484,17 +476,22 @@ msgstr "Number of" msgid "Number of categories" msgstr "Number of categories" +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Number of characters in Alt text" + #: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 msgid "Number of characters in title" -msgstr "" +msgstr "Number of characters in title" #: core/Requirement/External_links.php:36 msgid "Number of external links in content" -msgstr "" +msgstr "Number of external links in content" #: core/Requirement/Internal_links.php:36 msgid "Number of internal links in content" -msgstr "" +msgstr "Number of internal links in content" #: core/Requirement/Tags_count.php:40 msgid "Number of tags" @@ -502,29 +499,45 @@ msgstr "Number of tags" #: core/Requirement/Words_count.php:36 msgid "Number of words in content" -msgstr "" +msgstr "Number of words in content" #: core/Requirement/Filled_excerpt.php:35 #: core/Requirement/Filled_excerpt.php:36 msgid "Numbers of characters in excerpt" -msgstr "" +msgstr "Numbers of characters in excerpt" #: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 #: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 msgid "OK" -msgstr "" +msgstr "OK" -#: modules/checklists/checklists.php:734 +#: modules/checklists/checklists.php:789 msgid "Ok" msgstr "OK" -#: modules/checklists/checklists.php:897 +#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 +msgid "Openai" +msgstr "Openai" + +#: modules/settings/settings.php:708 +msgid "OpenAI API Key:" +msgstr "OpenAI API Key:" + +#: core/Requirement/Openai_item.php:287 +msgid "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." +msgstr "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." + +#: modules/checklists/checklists.php:952 msgid "Options" msgstr "Options" -#: modules/permalinks/permalinks.php:64 +#: modules/permalinks/permalinks.php:65 msgid "Permalinks" msgstr "Permalinks" @@ -532,28 +545,36 @@ msgstr "Permalinks" msgid "Permissions" msgstr "Permissions" -#: modules/checklists/checklists.php:688 +#: modules/checklists/checklists.php:744 msgid "Please complete the following tasks before publishing:" msgstr "Please complete the following tasks before publishing:" -#: modules/checklists/checklists.php:692 +#: modules/checklists/checklists.php:748 msgid "Please complete the following tasks before updating the published post:" msgstr "" "Please complete the following tasks before updating the published post:" -#: core/Legacy/LegacyPlugin.php:208 +#: modules/checklists/assets/js/gutenberg-panel.jsx:167 +msgid "Please complete the required(*) checklists task." +msgstr "Please complete the required(*) checklists task." + +#: core/Legacy/LegacyPlugin.php:209 msgid "Please correct your form errors below and try again." msgstr "Please correct your form errors below and try again." -#: modules/checklists/checklists.php:580 +#: modules/checklists/checklists.php:594 msgid "Please make sure to add a name for all the custom tasks." -msgstr "" +msgstr "Please make sure to add a name for all the custom tasks." -#: modules/checklists/checklists.php:576 +#: modules/checklists/checklists.php:590 msgid "Please make sure to complete the settings for" -msgstr "" +msgstr "Please make sure to complete the settings for" + +#: core/Requirement/Openai_item.php:278 +msgid "Post content is empty." +msgstr "Post does not exist" -#: core/Legacy/LegacyPlugin.php:217 +#: core/Legacy/LegacyPlugin.php:218 msgid "Post does not exist" msgstr "Post does not exist" @@ -582,25 +603,23 @@ msgstr "PublishPress" msgid "PublishPress Checklists" msgstr "PublishPress Checklists" -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -#, php-format -msgid "Readability: %s" -msgstr "" - -#: modules/checklists/checklists.php:921 +#: modules/checklists/checklists.php:976 msgid "Recommended" -msgstr "" +msgstr "Recommended" -#: core/Requirement/Custom_item.php:120 modules/checklists/checklists.php:588 +#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 +#: modules/checklists/checklists.php:602 msgid "Remove" -msgstr "" +msgstr "Remove" -#: modules/checklists/checklists.php:733 modules/checklists/checklists.php:922 +#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 msgid "Required" msgstr "Required" +#: modules/checklists/assets/js/gutenberg-panel.jsx:255 +msgid "required" +msgstr "Required" + #: core/Requirement/Required_categories.php:43 msgid "Required categories" msgstr "Required categories" @@ -619,59 +638,100 @@ msgstr "Required tags: %s" #: modules/reviews/reviews.php:61 msgid "Reviews" -msgstr "" +msgstr "Reviews" -#: modules/checklists/templates/global-checklists.php:79 +#: modules/checklists/templates/global-checklists.php:108 msgid "Save Changes" -msgstr "" +msgstr "Save Changes" -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -#, php-format -msgid "Seo: %s" -msgstr "" +#: core/Requirement/Openai_item.php:365 +msgid "See the full response." +msgstr "See the full response." -#: modules/settings/settings.php:112 +#: modules/settings/settings.php:114 msgid "Settings" msgstr "Settings" -#: modules/settings/settings.php:685 +#: modules/settings/settings.php:692 msgid "Show warning icon:" msgstr "Show a warning icon:" -#: modules/checklists/checklists.php:895 +#: modules/checklists/checklists.php:950 msgid "Task" msgstr "Task" -#: modules/settings/settings.php:305 +#: modules/checklists/templates/global-checklists.php:101 +msgid "The prompt should be in form of a question." +msgstr "The prompt should be in form of a question." + +#: modules/settings/settings.php:312 msgid "There are no PublishPress modules registered" msgstr "There are no PublishPress modules registered" -#: modules/settings/settings.php:726 -msgid "This will display a warning icon in the \"Publish\" box" +#: modules/checklists/templates/global-checklists.php:101 +msgid "This feature requires an OpenAI API Key." +msgstr "This feature requires an OpenAI API Key." + +#: modules/settings/settings.php:741 +msgid "This will display a warning icon in the \"Publish\" box." msgstr "This will display a warning icon in the \"Publish\" box." -#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:584 +#: core/Requirement/Openai_item.php:273 +msgid "Validation error. Kindly reload this page and try agai.n" +msgstr "Validation error. Kindly reload this page and try agai.n" + +#: modules/checklists/checklists.php:606 +msgid "What's the expected OpenAI response to mark the requirement as pass?" +msgstr "What's the expected OpenAI response to mark the requirement as pass?" + +#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 msgid "Which roles can mark this task as complete?" -msgstr "" +msgstr "Which roles can mark this task as complete?" #: modules/permissions/permissions.php:143 msgid "Who can ignore the task?" msgstr "Who can ignore the task?" -#: modules/checklists/checklists.php:736 +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." + +#: modules/checklists/checklists.php:791 msgid "Yes" msgstr "Yes" -#: modules/yoastseo/yoastseo.php:65 +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Yoast Readability: %s" + +#: modules/yoastseo/yoastseo.php:66 msgid "Yoast SEO" -msgstr "" +msgstr "Yoast SEO" -#: core/Legacy/LegacyPlugin.php:213 +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "Yoast SEO: %s" + +#: core/Legacy/LegacyPlugin.php:214 msgid "You do not have necessary permissions to complete this action." msgstr "You do not have necessary permissions to complete this action." -#: modules/checklists/checklists.php:729 +#: modules/checklists/checklists.php:783 +#, php-format msgid "You don't have to complete any %sChecklist tasks%s." msgstr "You don't have to complete any %sChecklist tasks%s." + +#: modules/checklists/checklists.php:730 +#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +msgid "You don't have to complete any Checklist tasks." +msgstr "You don't have to complete any %sChecklist tasks%s." diff --git a/languages/publishpress-checklists-es_ES.mo b/languages/publishpress-checklists-es_ES.mo index a7cd68f6..9dbe379a 100644 Binary files a/languages/publishpress-checklists-es_ES.mo and b/languages/publishpress-checklists-es_ES.mo differ diff --git a/languages/publishpress-checklists-es_ES.po b/languages/publishpress-checklists-es_ES.po index a02f9333..94c7bfb4 100644 --- a/languages/publishpress-checklists-es_ES.po +++ b/languages/publishpress-checklists-es_ES.po @@ -1,749 +1,750 @@ -# Translation of Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) in Spanish (Spain) -# This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) package. -msgid "" -msgstr "" -"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing " -"Approval Task Checklist for WordPress Content - Stable (latest release)\n" -"POT-Creation-Date: 2024-01-15 15:59+0000\n" -"PO-Revision-Date: 2024-01-16 11:08+0100\n" -"Last-Translator: \n" -"Language-Team: Spanish (Spain)\n" -"Language: es_ES\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Poedit 3.4\n" - -#: core/Requirement/Taxonomies_count.php:48 -#: core/Requirement/Taxonomies_count.php:49 -msgid "%d " -msgstr "%d " - -#: core/Requirement/Filled_excerpt.php:41 -msgid "%d character in excerpt" -msgstr "%d caracter en el extracto" - -#: core/Requirement/Title_count.php:39 -msgid "%d character in title" -msgstr "%d caracteres en el título" - -#: core/Requirement/Filled_excerpt.php:42 -msgid "%d characters in excerpt" -msgstr "%d caracteres en el extracto" - -#: core/Requirement/Title_count.php:40 -msgid "%d characters in title" -msgstr "%d caracteres en el título" - -#: core/Requirement/External_links.php:41 -msgid "%d external link in content" -msgstr "%d enlace externo en el contenido" - -#: core/Requirement/External_links.php:42 -msgid "%d external links in content" -msgstr "%d enlaces externos en el contenido" - -#: core/Requirement/Internal_links.php:41 -msgid "%d internal link in content" -msgstr "%d enlace interno en el contenido" - -#: core/Requirement/Internal_links.php:42 -msgid "%d internal links in content" -msgstr "%d enlaces internos en el contenido" - -#: core/Requirement/Tags_count.php:45 -msgid "%d tag" -msgstr "%d etiqueta" - -#: core/Requirement/Tags_count.php:46 -msgid "%d tags" -msgstr "%d etiquetas" - -#: core/Requirement/Words_count.php:41 -msgid "%d word in content" -msgstr "%d palabra en el contenido" - -#: core/Requirement/Words_count.php:42 -msgid "%d words in content" -msgstr "%d palabras en el contenido" - -#: core/Requirement/Categories_count.php:46 -#, php-format -msgid "%s categories" -msgstr "%s categorías" - -#: core/Requirement/Categories_count.php:45 -#, php-format -msgid "%s category" -msgstr "%s categoría" - -#: modules/checklists/templates/footer.php:23 -msgid "About" -msgstr "Acerca de" - -#: modules/checklists/checklists.php:953 -msgid "Add custom task" -msgstr "Añadir tarea personalizada" - -#: modules/checklists/templates/global-checklists.php:94 -msgid "Add OpenAI Prompt task" -msgstr "Añadir tarea de indicación de OpenAI" - -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "Anadir compatibilidad con las listas de verificación en WordPress" - -#: modules/settings/settings.php:684 -msgid "Add to these post types:" -msgstr "Añadir a estos tipos de contenido:" - -#: core/Requirement/Validate_links.php:58 -#: core/Requirement/Validate_links.php:59 -msgid "All links use a valid format" -msgstr "Todos los enlaces usan un formato válido" - -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "Texto alternativo para todas las imágenes" - -#: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" -msgstr "Texto alternativo para imágenes destacadas" - -#: core/Requirement/Openai_item.php:266 -msgid "An error occured." -msgstr "Se ha producido un error." - -#: core/Requirement/Openai_item.php:340 -#, php-format -msgid "API Error: %1s." -msgstr "Error de API: %1s." - -#: core/Requirement/Approved_by.php:41 -#, php-format -msgid "Approved by %s" -msgstr "Aprobado por %s" - -#: core/Requirement/Approved_by.php:42 -msgid "Approved by a user in this role" -msgstr "Aprobado por un usuario con este perfil" - -#: modules/checklists/checklists.php:736 -msgid "Are you sure you want to publish anyway?" -msgstr "¿Estás seguro de querer publicar de todos modos?" - -#: modules/checklists/checklists.php:740 -msgid "Are you sure you want to update the published post anyway?" -msgstr "" -"¿Estás seguro de querer actualizar la entrada publicada de todos modos?" - -#: core/Requirement/Taxonomies_count.php:50 -msgid "Between %d and %d " -msgstr "Entre %d y %d " - -#: core/Requirement/Filled_excerpt.php:43 -msgid "Between %d and %d characters in excerpt" -msgstr "Entre %d y %d caracteres en el extracto" - -#: core/Requirement/Title_count.php:41 -msgid "Between %d and %d characters in title" -msgstr "Entre %d y %d caracteres en el título" - -#: core/Requirement/External_links.php:43 -msgid "Between %d and %d external links in content" -msgstr "Entre %d y %d enlaces externos en el contenido" - -#: core/Requirement/Internal_links.php:43 -msgid "Between %d and %d internal links in content" -msgstr "Entre %d y %d enlaces internos en el contenido" - -#: core/Requirement/Tags_count.php:47 -msgid "Between %d and %d tags" -msgstr "Entre %d and %d etiquetas" - -#: core/Requirement/Words_count.php:43 -msgid "Between %d and %d words in content" -msgstr "Entre %d y %d palabras en el contenido" - -#: core/Requirement/Categories_count.php:47 -#, php-format -msgid "Between %s and %s categories" -msgstr "Entre %s y %s categorías" - -#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 -msgid "Cheatin’ uh?" -msgstr "Haciendo trampas, ¿eh?" - -#: modules/checklists/checklists.php:788 -#: modules/checklists/assets/js/gutenberg-panel.jsx:242 -msgid "Check Now" -msgstr "Comprobar ahora" - -#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 -msgid "Checklist" -msgstr "Lista de verificación" - -#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 -#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 -#: modules/checklists/assets/js/gutenberg-panel.jsx:197 -#: modules/checklists/assets/js/gutenberg-panel.jsx:201 -msgid "Checklists" -msgstr "Listas de verificación" - -#: modules/settings/settings.php:61 modules/settings/settings.php:112 -msgid "Checklists Settings" -msgstr "Ajustes de las listas de verificación" - -#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 -msgid "Configure" -msgstr "Configurar" - -#: modules/checklists/templates/footer.php:37 -msgid "Contact" -msgstr "Contacto" - -#: core/Requirement/Custom_item.php:52 core/Requirement/Custom_item.php:53 -msgid "Custom" -msgstr "Personalizada" - -#: modules/checklists/templates/global-checklists.php:87 -msgid "" -"Custom tasks do not complete automatically. Users must check the box to show " -"they have completed the task." -msgstr "" -"Las tareas personalizadas no se completan automáticamente. Los usuarios " -"deben marcar la caja para indicar que han completado la tarea." - -#: modules/permalinks/permalinks.php:66 -msgid "Define tasks related to permalinks" -msgstr "Definir las tareas relacionadas con los enlaces permanentes" - -#: modules/yoastseo/yoastseo.php:67 -msgid "Define tasks related to Yoast SEO" -msgstr "Definir tareas de Yoast SEO" - -#: modules/checklists/templates/global-checklists.php:75 -msgid "Description" -msgstr "Descripción" - -#: modules/settings/settings.php:700 -msgid "Disable the \"Status\" option when using \"Quick Edit\":" -msgstr "Desactiva la opción «Estado» cuando utilices la «Edición rápida»:" - -#: modules/checklists/checklists.php:975 -msgid "Disabled" -msgstr "Desactivado" - -#: modules/settings/settings.php:408 -#, php-format -msgid "" -"Disabled because add_post_type_support('%1$s', '%2$s') is included in a " -"loaded file." -msgstr "" -"Desactivado porque `add_post_type_support('%1$s', '%2$s')` está incluido en " -"un archivo cargado." - -#: modules/checklists/checklists.php:951 -msgid "Disabled, Recommended or Required" -msgstr "Desactivado, Recomendado u Obligatorio" - -#: modules/checklists/templates/footer.php:30 -msgid "Documentation" -msgstr "Documentación" - -#: modules/settings/settings.php:261 -msgid "Enabled features" -msgstr "Características activadas" - -#: modules/settings/settings.php:781 -msgid "Enter your API Key to use OpenAI prompts in checklist tasks." -msgstr "" -"Introduce tu clave API para utilizar las indicaciones de OpenAI en las " -"tareas de las listas de verificación." - -#: core/Requirement/Featured_image.php:35 -#: core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Imagen destacada" - -#: modules/settings/settings.php:252 -msgid "Features" -msgstr "Características" - -#: modules/settings/settings.php:253 -msgid "Feel free to select only the features you need." -msgstr "Siéntete libre de seleccionar sólo las características que necesitas." - -#: modules/settings/settings.php:675 -msgid "General:" -msgstr "General:" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:129 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:160 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 -msgid "Good" -msgstr "Bueno" - -#. Author URI of the plugin -msgid "https://publishpress.com" -msgstr "https://publishpress.com" - -#. URI of the plugin -msgid "https://publishpress.com/" -msgstr "https://publishpress.com/" - -#: modules/settings/settings.php:762 -msgid "" -"If the \"Status\" option is enabled, it can be used to avoid using the " -"Checklists requirements." -msgstr "" -"Si la opción «Estado» está activada, puede utilizarse para evitar el uso de " -"los requisitos de las listas de control." - -#: core/Legacy/Module.php:288 -#, php-format -msgid "If you like %s please leave us a %s rating. Thank you!" -msgstr "Si te gusta %s, por favor déjanos una valoración de %s. ¡Gracias!" - -#: core/Requirement/Openai_item.php:386 -msgid "Invalid response" -msgstr "Respuesta no válida" - -#: modules/permalinks/lib/Requirement/ValidChars.php:37 -msgid "Latin characters in permalink" -msgstr "Caracteres latinos en el enlace permanente" - -#: core/Requirement/Base_counter.php:293 -msgid "Max" -msgstr "Máximo" - -#: core/Requirement/Taxonomies_count.php:46 -#: core/Requirement/Taxonomies_count.php:47 -msgid "Maximum of %d " -msgstr "Máximo de %d " - -#: core/Requirement/Filled_excerpt.php:39 -msgid "Maximum of %d character in excerpt" -msgstr "Máximo de %d caracteres en el extracto" - -#: core/Requirement/Title_count.php:37 -msgid "Maximum of %d character in title" -msgstr "Máximo de %d caracteres en el título" - -#: core/Requirement/Filled_excerpt.php:40 -msgid "Maximum of %d characters in excerpt" -msgstr "Máximo de %d caracteres en el extracto" - -#: core/Requirement/Title_count.php:38 -msgid "Maximum of %d characters in title" -msgstr "Máximo de %d caracteres en el título" - -#: core/Requirement/External_links.php:39 -msgid "Maximum of %d external link in content" -msgstr "Máximo de %d enlace externo en el contenido" - -#: core/Requirement/External_links.php:40 -msgid "Maximum of %d external links in content" -msgstr "Máximo de %d enlaces externos en el contenido" - -#: core/Requirement/Internal_links.php:39 -msgid "Maximum of %d internal link in content" -msgstr "Máximo de %d enlace interno en el contenido" - -#: core/Requirement/Internal_links.php:40 -msgid "Maximum of %d internal links in content" -msgstr "Máximo de %d enlaces internos en el contenido" - -#: core/Requirement/Tags_count.php:43 -msgid "Maximum of %d tag" -msgstr "Máximo de %d etiquetas" - -#: core/Requirement/Tags_count.php:44 -msgid "Maximum of %d tags" -msgstr "Máximo de %d etiquetas" - -#: core/Requirement/Words_count.php:39 -msgid "Maximum of %d word in content" -msgstr "Máximo de %d palabras en el contenido" - -#: core/Requirement/Words_count.php:40 -msgid "Maximum of %d words in content" -msgstr "Máximo de %d palabras en el contenido" - -#: core/Requirement/Categories_count.php:44 -#, php-format -msgid "Maximum of %s categories" -msgstr "Máximo de %s categorías" - -#: core/Requirement/Categories_count.php:43 -#, php-format -msgid "Maximum of %s category" -msgstr "Máximo de %s categorías" - -#: core/Requirement/Base_counter.php:285 -msgid "Min" -msgstr "Mínimo" - -#: core/Requirement/Taxonomies_count.php:44 -#: core/Requirement/Taxonomies_count.php:45 -msgid "Minimum of %d " -msgstr "Mínimo de %d " - -#: core/Requirement/Filled_excerpt.php:37 -msgid "Minimum of %d character in excerpt" -msgstr "Mínimo de %d caracteres en el extracto" - -#: core/Requirement/Title_count.php:35 -msgid "Minimum of %d character in title" -msgstr "Mínimo de %d caracteres en el título" - -#: core/Requirement/Filled_excerpt.php:38 -msgid "Minimum of %d characters in excerpt" -msgstr "Mínimo de %d caracteres en el extracto" - -#: core/Requirement/Title_count.php:36 -msgid "Minimum of %d characters in title" -msgstr "Mínimo de %d caracteres en el título" - -#: core/Requirement/External_links.php:37 -msgid "Minimum of %d external link in content" -msgstr "Mínimo de %d enlaces externos en el contenido" - -#: core/Requirement/External_links.php:38 -msgid "Minimum of %d external links in content" -msgstr "Mínimo de %d enlaces externos en el contenido" - -#: core/Requirement/Internal_links.php:37 -msgid "Minimum of %d internal link in content" -msgstr "Mínimo de %d enlace interno en el contenido" - -#: core/Requirement/Internal_links.php:38 -msgid "Minimum of %d internal links in content" -msgstr "Mínimo de %d enlaces internos en el contenido" - -#: core/Requirement/Tags_count.php:41 -msgid "Minimum of %d tag" -msgstr "Mínimo de %d etiquetas" - -#: core/Requirement/Tags_count.php:42 -msgid "Minimum of %d tags" -msgstr "Mínimo de %d etiquetas" - -#: core/Requirement/Words_count.php:37 -msgid "Minimum of %d word in content" -msgstr "Mínimo de %d palabras en el contenido" - -#: core/Requirement/Words_count.php:38 -msgid "Minimum of %d words in content" -msgstr "Mínimo de %d palabras en el contenido" - -#: core/Requirement/Categories_count.php:42 -#, php-format -msgid "Minimum of %s categories" -msgstr "Mínimo de %s categorías" - -#: core/Requirement/Categories_count.php:41 -#, php-format -msgid "Minimum of %s category" -msgstr "Mínimo de %s categorías" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 -msgid "Minimum Yoast SEO analysis score" -msgstr "Puntuación mínima del análisis Yoast SEO" - -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 -msgid "Minimum Yoast SEO readability score" -msgstr "Mínima puntuación de legibilidad en Yoast SEO" - -#: modules/checklists/templates/global-checklists.php:74 -msgid "New Item" -msgstr "Nuevo elemento" - -#: modules/checklists/checklists.php:790 -msgid "No" -msgstr "No" - -#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 -msgid "Not required, but important: " -msgstr "No es obligatorio, pero es importante: " - -#: core/Requirement/Taxonomies_count.php:43 -msgid "Number of " -msgstr "Número de " - -#: core/Requirement/Categories_count.php:40 -msgid "Number of categories" -msgstr "Número de categorías" - -#: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 -msgid "Number of characters in title" -msgstr "Número de caracteres en el título" - -#: core/Requirement/External_links.php:36 -msgid "Number of external links in content" -msgstr "Número de links externos en el contenido" - -#: core/Requirement/Internal_links.php:36 -msgid "Number of internal links in content" -msgstr "Número de enlaces internos en el contenido" - -#: core/Requirement/Tags_count.php:40 -msgid "Number of tags" -msgstr "Número de etiquetas" - -#: core/Requirement/Words_count.php:36 -msgid "Number of words in content" -msgstr "Número de palabras en el contenido" - -#: core/Requirement/Filled_excerpt.php:35 -#: core/Requirement/Filled_excerpt.php:36 -msgid "Numbers of characters in excerpt" -msgstr "Número de caracteres en el extracto" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 -msgid "OK" -msgstr "Correcto" - -#: modules/checklists/checklists.php:789 -msgid "Ok" -msgstr "Aceptar" - -#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 -msgid "Openai" -msgstr "Openai" - -#: modules/settings/settings.php:708 -msgid "OpenAI API Key:" -msgstr "Clave API de OpenAI:" - -#: core/Requirement/Openai_item.php:287 -msgid "" -"OpenAI tasks require an API Key. Please add your API Key in the Settings " -"area." -msgstr "" -"Las tareas de OpenAI requieren una clave API. Por favor, añade tu clave API " -"en los ajustes." - -#: modules/checklists/checklists.php:952 -msgid "Options" -msgstr "Opciones" - -#: modules/permalinks/permalinks.php:65 -msgid "Permalinks" -msgstr "Enlaces permanentes" - -#: modules/permissions/permissions.php:68 -msgid "Permissions" -msgstr "Permisos" - -#: modules/checklists/checklists.php:744 -msgid "Please complete the following tasks before publishing:" -msgstr "Por favor, completa las siguientes tareas antes de publicar:" - -#: modules/checklists/checklists.php:748 -msgid "Please complete the following tasks before updating the published post:" -msgstr "" -"Por favor, completa estas tareas antes de actualizar la estrada publicada:" - -#: modules/checklists/assets/js/gutenberg-panel.jsx:167 -msgid "Please complete the required(*) checklists task." -msgstr "" -"Por favor, completa la tarea obligatoria(*) de las listas de verificación." - -#: core/Legacy/LegacyPlugin.php:209 -msgid "Please correct your form errors below and try again." -msgstr "" -"Por favor, corrige tus errores en el formulario de abajo y prueba otra vez." - -#: modules/checklists/checklists.php:594 -msgid "Please make sure to add a name for all the custom tasks." -msgstr "" -"Por favor asegúrate de añadirle un nombre a todas las tareas personalizadas." - -#: modules/checklists/checklists.php:590 -msgid "Please make sure to complete the settings for" -msgstr "Por favor, asegúrate de completar los ajustes de" - -#: core/Requirement/Openai_item.php:278 -msgid "Post content is empty." -msgstr "El contenido de la entrada es vacío." - -#: core/Legacy/LegacyPlugin.php:218 -msgid "Post does not exist" -msgstr "La entrada no existe" - -#: core/Requirement/Prohibited_categories.php:43 -msgid "Prohibited categories" -msgstr "Categorías prohibidas" - -#: core/Requirement/Prohibited_categories.php:42 -msgid "Prohibited categories: %s" -msgstr "Categorías prohibidas: %s" - -#: core/Requirement/Prohibited_tags.php:43 -msgid "Prohibited tags" -msgstr "Etiquetas prohibidas" - -#: core/Requirement/Prohibited_tags.php:42 -msgid "Prohibited tags: %s" -msgstr "Etiquetas prohibidas: %s" - -#. Author of the plugin -msgid "PublishPress" -msgstr "PublishPress" - -#. Name of the plugin -#: core/Legacy/Module.php:285 -msgid "PublishPress Checklists" -msgstr "Publishpress Checklists" - -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -#, php-format -msgid "Readability: %s" -msgstr "Legibilidad en Yoast SEO %s" - -#: modules/checklists/checklists.php:976 -msgid "Recommended" -msgstr "Recomendado" - -#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 -#: modules/checklists/checklists.php:602 -msgid "Remove" -msgstr "Eliminar" - -#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 -msgid "Required" -msgstr "Obligatorio" - -#: modules/checklists/assets/js/gutenberg-panel.jsx:255 -msgid "required" -msgstr "obligatorio" - -#: core/Requirement/Required_categories.php:43 -msgid "Required categories" -msgstr "Categorías requeridas" - -#: core/Requirement/Required_categories.php:42 -msgid "Required categories: %s" -msgstr "Categorías requeridas: %s" - -#: core/Requirement/Required_tags.php:43 -msgid "Required tags" -msgstr "Etiquetas requeridas" - -#: core/Requirement/Required_tags.php:42 -msgid "Required tags: %s" -msgstr "Etiquetas requeridas: %s" - -#: modules/reviews/reviews.php:61 -msgid "Reviews" -msgstr "Valoraciones" - -#: modules/checklists/templates/global-checklists.php:108 -msgid "Save Changes" -msgstr "Guardar cambios" - -#: core/Requirement/Openai_item.php:365 -msgid "See the full response." -msgstr "Ver la respuesta completa." - -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -#, php-format -msgid "Seo: %s" -msgstr "Seo: %s" - -#: modules/settings/settings.php:114 -msgid "Settings" -msgstr "Ajustes" - -#: modules/settings/settings.php:692 -msgid "Show warning icon:" -msgstr "Mostrar el icono de advertencia:" - -#: modules/checklists/checklists.php:950 -msgid "Task" -msgstr "Tarea" - -#: modules/checklists/templates/global-checklists.php:101 -msgid "The prompt should be in form of a question." -msgstr "La indicación debe tener forma de pregunta." - -#: modules/settings/settings.php:312 -msgid "There are no PublishPress modules registered" -msgstr "No hay módulos de PublishPress registrados" - -#: modules/checklists/templates/global-checklists.php:101 -msgid "This feature requires an OpenAI API Key." -msgstr "" -"Para utilizar esta característica es obligatorio disponer de una clave API " -"de OpenAI." - -#: modules/settings/settings.php:741 -msgid "This will display a warning icon in the \"Publish\" box." -msgstr "Esto mostrará un icono de advertencia en la caja «Publicar»" - -#: core/Requirement/Openai_item.php:273 -msgid "Validation error. Kindly reload this page and try agai.n" -msgstr "Error de validación. Vuelve a cargar esta página e inténtalo de nuevo" - -#: modules/checklists/checklists.php:606 -msgid "What's the expected OpenAI response to mark the requirement as pass?" -msgstr "" -"¿Cuál es la respuesta esperada de OpenAI para marcar el requisito como " -"aprobado?" - -#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 -msgid "Which roles can mark this task as complete?" -msgstr "¿Qué perfiles pueden marcar esta tarea como completada?" - -#: modules/permissions/permissions.php:143 -msgid "Who can ignore the task?" -msgstr "¿Quién puede ignorar la tarea?" - -#: modules/checklists/checklists.php:791 -msgid "Yes" -msgstr "Sí" - -#: modules/yoastseo/yoastseo.php:66 -msgid "Yoast SEO" -msgstr "Yoast SEO" - -#: core/Legacy/LegacyPlugin.php:214 -msgid "You do not have necessary permissions to complete this action." -msgstr "No tienes los permisos necesarios para realizar esta acción." - -#: modules/checklists/checklists.php:783 -#, php-format -msgid "You don't have to complete any %sChecklist tasks%s." -msgstr "" -"No tienes que completar ninguna de las %stareas de la lista de " -"verificación%s." - -#: modules/checklists/checklists.php:730 -#: modules/checklists/assets/js/gutenberg-panel.jsx:208 -msgid "You don't have to complete any Checklist tasks." -msgstr "No tienes que completar ninguna tarea de la lista de verificación." - -#~ msgid "Define tasks that must be complete before content is published." -#~ msgstr "" -#~ "Define las tareas que deben completarse antes de publicar el contenido." - -#~ msgid "Disable blocking of updates for published posts:" -#~ msgstr "Desactivar el bloqueo de actualizaciones de entradas publicadas:" - -#~ msgid "" -#~ "If Checklists requirements are not met and the plugin blocks updates for " -#~ "published posts, this can cause conflicts with other plugins." -#~ msgstr "" -#~ "Si no se reúnen los requisitos de listas de comprobación y el plugin " -#~ "bloque las actualizaciones de las entradas publicadas este puede provocar " -#~ "conflictos con otros plugins." +# Translation of Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) in Spanish (Spain) +# This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) package. +msgid "" +msgstr "" +"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing " +"Approval Task Checklist for WordPress Content - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:53+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish (Spain)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Loco https://localise.biz/\n" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" + +#: core/Requirement/Taxonomies_count.php:48 +#: core/Requirement/Taxonomies_count.php:49 +msgid "%d " +msgstr "%d " + +#: core/Requirement/Filled_excerpt.php:41 +msgid "%d character in excerpt" +msgstr "%d caracter en el extracto" + +#: core/Requirement/Title_count.php:39 +msgid "%d character in title" +msgstr "%d caracteres en el título" + +#: core/Requirement/Filled_excerpt.php:42 +msgid "%d characters in excerpt" +msgstr "%d caracteres en el extracto" + +#: core/Requirement/Title_count.php:40 +msgid "%d characters in title" +msgstr "%d caracteres en el título" + +#: core/Requirement/External_links.php:41 +msgid "%d external link in content" +msgstr "%d enlace externo en el contenido" + +#: core/Requirement/External_links.php:42 +msgid "%d external links in content" +msgstr "%d enlaces externos en el contenido" + +#: core/Requirement/Internal_links.php:41 +msgid "%d internal link in content" +msgstr "%d enlace interno en el contenido" + +#: core/Requirement/Internal_links.php:42 +msgid "%d internal links in content" +msgstr "%d enlaces internos en el contenido" + +#: core/Requirement/Tags_count.php:45 +msgid "%d tag" +msgstr "%d etiqueta" + +#: core/Requirement/Tags_count.php:46 +msgid "%d tags" +msgstr "%d etiquetas" + +#: core/Requirement/Words_count.php:41 +msgid "%d word in content" +msgstr "%d palabra en el contenido" + +#: core/Requirement/Words_count.php:42 +msgid "%d words in content" +msgstr "%d palabras en el contenido" + +#: core/Requirement/Categories_count.php:46 +#, php-format +msgid "%s categories" +msgstr "%s categorías" + +#: core/Requirement/Categories_count.php:45 +#, php-format +msgid "%s category" +msgstr "%s categoría" + +#: modules/checklists/templates/footer.php:23 +msgid "About" +msgstr "Acerca de" + +#: modules/checklists/checklists.php:953 +msgid "Add custom task" +msgstr "Añadir tarea personalizada" + +#: modules/checklists/templates/global-checklists.php:94 +msgid "Add OpenAI Prompt task" +msgstr "Añadir tarea de indicación de OpenAI" + +#: modules/settings/settings.php:684 +msgid "Add to these post types:" +msgstr "Añadir a estos tipos de contenido:" + +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "Todas las imágenes tienen texto alternativo" + +#: core/Requirement/Validate_links.php:58 +#: core/Requirement/Validate_links.php:59 +msgid "All links use a valid format" +msgstr "Todos los enlaces usan un formato válido" + +#: core/Requirement/Openai_item.php:266 +msgid "An error occured." +msgstr "Se ha producido un error." + +#: core/Requirement/Openai_item.php:340 +#, php-format +msgid "API Error: %1s." +msgstr "Error de API: %1s." + +#: core/Requirement/Approved_by.php:41 +#, php-format +msgid "Approved by %s" +msgstr "Aprobado por %s" + +#: core/Requirement/Approved_by.php:42 +msgid "Approved by a user in this role" +msgstr "Aprobado por un usuario con este perfil" + +#: modules/checklists/checklists.php:736 +msgid "Are you sure you want to publish anyway?" +msgstr "¿Estás seguro de querer publicar de todos modos?" + +#: modules/checklists/checklists.php:740 +msgid "Are you sure you want to update the published post anyway?" +msgstr "" +"¿Estás seguro de querer actualizar la entrada publicada de todos modos?" + +#: core/Requirement/Taxonomies_count.php:50 +msgid "Between %d and %d " +msgstr "Entre %d y %d " + +#: core/Requirement/Filled_excerpt.php:43 +msgid "Between %d and %d characters in excerpt" +msgstr "Entre %d y %d caracteres en el extracto" + +#: core/Requirement/Title_count.php:41 +msgid "Between %d and %d characters in title" +msgstr "Entre %d y %d caracteres en el título" + +#: core/Requirement/External_links.php:43 +msgid "Between %d and %d external links in content" +msgstr "Entre %d y %d enlaces externos en el contenido" + +#: core/Requirement/Internal_links.php:43 +msgid "Between %d and %d internal links in content" +msgstr "Entre %d y %d enlaces internos en el contenido" + +#: core/Requirement/Tags_count.php:47 +msgid "Between %d and %d tags" +msgstr "Entre %d and %d etiquetas" + +#: core/Requirement/Words_count.php:43 +msgid "Between %d and %d words in content" +msgstr "Entre %d y %d palabras en el contenido" + +#: core/Requirement/Categories_count.php:47 +#, php-format +msgid "Between %s and %s categories" +msgstr "Entre %s y %s categorías" + +#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 +msgid "Cheatin’ uh?" +msgstr "Haciendo trampas, ¿eh?" + +#: modules/checklists/checklists.php:788 +#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +msgid "Check Now" +msgstr "Comprobar ahora" + +#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 +msgid "Checklist" +msgstr "Lista de verificación" + +#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 +#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 +#: modules/checklists/assets/js/gutenberg-panel.jsx:197 +#: modules/checklists/assets/js/gutenberg-panel.jsx:201 +msgid "Checklists" +msgstr "Listas de verificación" + +#: modules/settings/settings.php:61 modules/settings/settings.php:112 +msgid "Checklists Settings" +msgstr "Ajustes de las listas de verificación" + +#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 +msgid "Configure" +msgstr "Configurar" + +#: modules/checklists/templates/footer.php:37 +msgid "Contact" +msgstr "Contacto" + +#: core/Requirement/Custom_item.php:52 core/Requirement/Custom_item.php:53 +msgid "Custom" +msgstr "Personalizada" + +#: modules/checklists/templates/global-checklists.php:87 +msgid "" +"Custom tasks do not complete automatically. Users must check the box to show " +"they have completed the task." +msgstr "" +"Las tareas personalizadas no se completan automáticamente. Los usuarios " +"deben marcar la caja para indicar que han completado la tarea." + +#: modules/permalinks/permalinks.php:66 +msgid "Define tasks related to permalinks" +msgstr "Definir las tareas relacionadas con los enlaces permanentes" + +#: modules/yoastseo/yoastseo.php:67 +msgid "Define tasks related to Yoast SEO" +msgstr "Definir tareas de Yoast SEO" + +#: modules/checklists/templates/global-checklists.php:75 +msgid "Description" +msgstr "Descripción" + +#: modules/settings/settings.php:700 +msgid "Disable the \"Status\" option when using \"Quick Edit\":" +msgstr "Desactiva la opción «Estado» cuando utilices la «Edición rápida»:" + +#: modules/checklists/checklists.php:975 +msgid "Disabled" +msgstr "Desactivado" + +#: modules/settings/settings.php:408 +#, php-format +msgid "" +"Disabled because add_post_type_support('%1$s', '%2$s') is included in a " +"loaded file." +msgstr "" +"Desactivado porque `add_post_type_support('%1$s', '%2$s')` está incluido en " +"un archivo cargado." + +#: modules/checklists/checklists.php:951 +msgid "Disabled, Recommended or Required" +msgstr "Desactivado, Recomendado u Obligatorio" + +#: modules/checklists/templates/footer.php:30 +msgid "Documentation" +msgstr "Documentación" + +#: modules/settings/settings.php:261 +msgid "Enabled features" +msgstr "Características activadas" + +#: modules/settings/settings.php:781 +msgid "Enter your API Key to use OpenAI prompts in checklist tasks." +msgstr "" +"Introduce tu clave API para utilizar las indicaciones de OpenAI en las " +"tareas de las listas de verificación." + +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "La imagen destacada tiene texto alternativo" + +#: core/Requirement/Featured_image.php:35 +#: core/Requirement/Featured_image.php:36 +msgid "Featured image is added" +msgstr "Se agregó la imagen destacada" + +#: modules/settings/settings.php:252 +msgid "Features" +msgstr "Características" + +#: modules/settings/settings.php:253 +msgid "Feel free to select only the features you need." +msgstr "Siéntete libre de seleccionar sólo las características que necesitas." + +#: modules/settings/settings.php:675 +msgid "General:" +msgstr "General:" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:129 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:160 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 +msgid "Good" +msgstr "Bueno" + +#. Author URI of the plugin +msgid "https://publishpress.com" +msgstr "https://publishpress.com" + +#. URI of the plugin +msgid "https://publishpress.com/" +msgstr "https://publishpress.com/" + +#: modules/settings/settings.php:762 +msgid "" +"If the \"Status\" option is enabled, it can be used to avoid using the " +"Checklists requirements." +msgstr "" +"Si la opción «Estado» está activada, puede utilizarse para evitar el uso de " +"los requisitos de las listas de control." + +#: core/Legacy/Module.php:288 +#, php-format +msgid "If you like %s please leave us a %s rating. Thank you!" +msgstr "Si te gusta %s, por favor déjanos una valoración de %s. ¡Gracias!" + +#: core/Requirement/Openai_item.php:386 +msgid "Invalid response" +msgstr "Respuesta no válida" + +#: modules/permalinks/lib/Requirement/ValidChars.php:37 +msgid "Latin characters in permalink" +msgstr "Caracteres latinos en el enlace permanente" + +#: core/Requirement/Base_counter.php:293 +msgid "Max" +msgstr "Máximo" + +#: core/Requirement/Taxonomies_count.php:46 +#: core/Requirement/Taxonomies_count.php:47 +msgid "Maximum of %d " +msgstr "Máximo de %d " + +#: core/Requirement/Filled_excerpt.php:39 +msgid "Maximum of %d character in excerpt" +msgstr "Máximo de %d caracteres en el extracto" + +#: core/Requirement/Title_count.php:37 +msgid "Maximum of %d character in title" +msgstr "Máximo de %d caracteres en el título" + +#: core/Requirement/Filled_excerpt.php:40 +msgid "Maximum of %d characters in excerpt" +msgstr "Máximo de %d caracteres en el extracto" + +#: core/Requirement/Title_count.php:38 +msgid "Maximum of %d characters in title" +msgstr "Máximo de %d caracteres en el título" + +#: core/Requirement/External_links.php:39 +msgid "Maximum of %d external link in content" +msgstr "Máximo de %d enlace externo en el contenido" + +#: core/Requirement/External_links.php:40 +msgid "Maximum of %d external links in content" +msgstr "Máximo de %d enlaces externos en el contenido" + +#: core/Requirement/Internal_links.php:39 +msgid "Maximum of %d internal link in content" +msgstr "Máximo de %d enlace interno en el contenido" + +#: core/Requirement/Internal_links.php:40 +msgid "Maximum of %d internal links in content" +msgstr "Máximo de %d enlaces internos en el contenido" + +#: core/Requirement/Tags_count.php:43 +msgid "Maximum of %d tag" +msgstr "Máximo de %d etiquetas" + +#: core/Requirement/Tags_count.php:44 +msgid "Maximum of %d tags" +msgstr "Máximo de %d etiquetas" + +#: core/Requirement/Words_count.php:39 +msgid "Maximum of %d word in content" +msgstr "Máximo de %d palabras en el contenido" + +#: core/Requirement/Words_count.php:40 +msgid "Maximum of %d words in content" +msgstr "Máximo de %d palabras en el contenido" + +#: core/Requirement/Categories_count.php:44 +#, php-format +msgid "Maximum of %s categories" +msgstr "Máximo de %s categorías" + +#: core/Requirement/Categories_count.php:43 +#, php-format +msgid "Maximum of %s category" +msgstr "Máximo de %s categorías" + +#: core/Requirement/Base_counter.php:285 +msgid "Min" +msgstr "Mínimo" + +#: core/Requirement/Taxonomies_count.php:44 +#: core/Requirement/Taxonomies_count.php:45 +msgid "Minimum of %d " +msgstr "Mínimo de %d " + +#: core/Requirement/Filled_excerpt.php:37 +msgid "Minimum of %d character in excerpt" +msgstr "Mínimo de %d caracteres en el extracto" + +#: core/Requirement/Title_count.php:35 +msgid "Minimum of %d character in title" +msgstr "Mínimo de %d caracteres en el título" + +#: core/Requirement/Filled_excerpt.php:38 +msgid "Minimum of %d characters in excerpt" +msgstr "Mínimo de %d caracteres en el extracto" + +#: core/Requirement/Title_count.php:36 +msgid "Minimum of %d characters in title" +msgstr "Mínimo de %d caracteres en el título" + +#: core/Requirement/External_links.php:37 +msgid "Minimum of %d external link in content" +msgstr "Mínimo de %d enlaces externos en el contenido" + +#: core/Requirement/External_links.php:38 +msgid "Minimum of %d external links in content" +msgstr "Mínimo de %d enlaces externos en el contenido" + +#: core/Requirement/Internal_links.php:37 +msgid "Minimum of %d internal link in content" +msgstr "Mínimo de %d enlace interno en el contenido" + +#: core/Requirement/Internal_links.php:38 +msgid "Minimum of %d internal links in content" +msgstr "Mínimo de %d enlaces internos en el contenido" + +#: core/Requirement/Tags_count.php:41 +msgid "Minimum of %d tag" +msgstr "Mínimo de %d etiquetas" + +#: core/Requirement/Tags_count.php:42 +msgid "Minimum of %d tags" +msgstr "Mínimo de %d etiquetas" + +#: core/Requirement/Words_count.php:37 +msgid "Minimum of %d word in content" +msgstr "Mínimo de %d palabras en el contenido" + +#: core/Requirement/Words_count.php:38 +msgid "Minimum of %d words in content" +msgstr "Mínimo de %d palabras en el contenido" + +#: core/Requirement/Categories_count.php:42 +#, php-format +msgid "Minimum of %s categories" +msgstr "Mínimo de %s categorías" + +#: core/Requirement/Categories_count.php:41 +#, php-format +msgid "Minimum of %s category" +msgstr "Mínimo de %s categorías" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 +msgid "Minimum Yoast SEO analysis score" +msgstr "Puntuación mínima del análisis Yoast SEO" + +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 +msgid "Minimum Yoast SEO readability score" +msgstr "Mínima puntuación de legibilidad en Yoast SEO" + +#: modules/checklists/templates/global-checklists.php:74 +msgid "New Item" +msgstr "Nuevo elemento" + +#: modules/checklists/checklists.php:790 +msgid "No" +msgstr "No" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "No hay %s requisitos para este tipo de publicación." + +#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 +msgid "Not required, but important: " +msgstr "No es obligatorio, pero es importante: " + +#: core/Requirement/Taxonomies_count.php:43 +msgid "Number of " +msgstr "Número de " + +#: core/Requirement/Categories_count.php:40 +msgid "Number of categories" +msgstr "Número de categorías" + +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Número de caracteres en el texto Alt" + +#: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 +msgid "Number of characters in title" +msgstr "Número de caracteres en el título" + +#: core/Requirement/External_links.php:36 +msgid "Number of external links in content" +msgstr "Número de links externos en el contenido" + +#: core/Requirement/Internal_links.php:36 +msgid "Number of internal links in content" +msgstr "Número de enlaces internos en el contenido" + +#: core/Requirement/Tags_count.php:40 +msgid "Number of tags" +msgstr "Número de etiquetas" + +#: core/Requirement/Words_count.php:36 +msgid "Number of words in content" +msgstr "Número de palabras en el contenido" + +#: core/Requirement/Filled_excerpt.php:35 +#: core/Requirement/Filled_excerpt.php:36 +msgid "Numbers of characters in excerpt" +msgstr "Número de caracteres en el extracto" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 +msgid "OK" +msgstr "Correcto" + +#: modules/checklists/checklists.php:789 +msgid "Ok" +msgstr "Aceptar" + +#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 +msgid "Openai" +msgstr "Openai" + +#: modules/settings/settings.php:708 +msgid "OpenAI API Key:" +msgstr "Clave API de OpenAI:" + +#: core/Requirement/Openai_item.php:287 +msgid "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." +msgstr "" +"Las tareas de OpenAI requieren una clave API. Por favor, añade tu clave API " +"en los ajustes." + +#: modules/checklists/checklists.php:952 +msgid "Options" +msgstr "Opciones" + +#: modules/permalinks/permalinks.php:65 +msgid "Permalinks" +msgstr "Enlaces permanentes" + +#: modules/permissions/permissions.php:68 +msgid "Permissions" +msgstr "Permisos" + +#: modules/checklists/checklists.php:744 +msgid "Please complete the following tasks before publishing:" +msgstr "Por favor, completa las siguientes tareas antes de publicar:" + +#: modules/checklists/checklists.php:748 +msgid "Please complete the following tasks before updating the published post:" +msgstr "" +"Por favor, completa estas tareas antes de actualizar la estrada publicada:" + +#: modules/checklists/assets/js/gutenberg-panel.jsx:167 +msgid "Please complete the required(*) checklists task." +msgstr "" +"Por favor, completa la tarea obligatoria(*) de las listas de verificación." + +#: core/Legacy/LegacyPlugin.php:209 +msgid "Please correct your form errors below and try again." +msgstr "" +"Por favor, corrige tus errores en el formulario de abajo y prueba otra vez." + +#: modules/checklists/checklists.php:594 +msgid "Please make sure to add a name for all the custom tasks." +msgstr "" +"Por favor asegúrate de añadirle un nombre a todas las tareas personalizadas." + +#: modules/checklists/checklists.php:590 +msgid "Please make sure to complete the settings for" +msgstr "Por favor, asegúrate de completar los ajustes de" + +#: core/Requirement/Openai_item.php:278 +msgid "Post content is empty." +msgstr "El contenido de la entrada es vacío." + +#: core/Legacy/LegacyPlugin.php:218 +msgid "Post does not exist" +msgstr "La entrada no existe" + +#: core/Requirement/Prohibited_categories.php:43 +msgid "Prohibited categories" +msgstr "Categorías prohibidas" + +#: core/Requirement/Prohibited_categories.php:42 +msgid "Prohibited categories: %s" +msgstr "Categorías prohibidas: %s" + +#: core/Requirement/Prohibited_tags.php:43 +msgid "Prohibited tags" +msgstr "Etiquetas prohibidas" + +#: core/Requirement/Prohibited_tags.php:42 +msgid "Prohibited tags: %s" +msgstr "Etiquetas prohibidas: %s" + +#. Author of the plugin +msgid "PublishPress" +msgstr "PublishPress" + +#. Name of the plugin +#: core/Legacy/Module.php:285 +msgid "PublishPress Checklists" +msgstr "Publishpress Checklists" + +#: modules/checklists/checklists.php:976 +msgid "Recommended" +msgstr "Recomendado" + +#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 +#: modules/checklists/checklists.php:602 +msgid "Remove" +msgstr "Eliminar" + +#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 +msgid "Required" +msgstr "Obligatorio" + +#: modules/checklists/assets/js/gutenberg-panel.jsx:255 +msgid "required" +msgstr "obligatorio" + +#: core/Requirement/Required_categories.php:43 +msgid "Required categories" +msgstr "Categorías requeridas" + +#: core/Requirement/Required_categories.php:42 +msgid "Required categories: %s" +msgstr "Categorías requeridas: %s" + +#: core/Requirement/Required_tags.php:43 +msgid "Required tags" +msgstr "Etiquetas requeridas" + +#: core/Requirement/Required_tags.php:42 +msgid "Required tags: %s" +msgstr "Etiquetas requeridas: %s" + +#: modules/reviews/reviews.php:61 +msgid "Reviews" +msgstr "Valoraciones" + +#: modules/checklists/templates/global-checklists.php:108 +msgid "Save Changes" +msgstr "Guardar cambios" + +#: core/Requirement/Openai_item.php:365 +msgid "See the full response." +msgstr "Ver la respuesta completa." + +#: modules/settings/settings.php:114 +msgid "Settings" +msgstr "Ajustes" + +#: modules/settings/settings.php:692 +msgid "Show warning icon:" +msgstr "Mostrar el icono de advertencia:" + +#: modules/checklists/checklists.php:950 +msgid "Task" +msgstr "Tarea" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "The prompt should be in form of a question." +msgstr "La indicación debe tener forma de pregunta." + +#: modules/settings/settings.php:312 +msgid "There are no PublishPress modules registered" +msgstr "No hay módulos de PublishPress registrados" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "This feature requires an OpenAI API Key." +msgstr "" +"Para utilizar esta característica es obligatorio disponer de una clave API " +"de OpenAI." + +#: modules/settings/settings.php:741 +msgid "This will display a warning icon in the \"Publish\" box." +msgstr "Esto mostrará un icono de advertencia en la caja «Publicar»" + +#: core/Requirement/Openai_item.php:273 +msgid "Validation error. Kindly reload this page and try agai.n" +msgstr "Error de validación. Vuelve a cargar esta página e inténtalo de nuevo" + +#: modules/checklists/checklists.php:606 +msgid "What's the expected OpenAI response to mark the requirement as pass?" +msgstr "" +"¿Cuál es la respuesta esperada de OpenAI para marcar el requisito como " +"aprobado?" + +#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 +msgid "Which roles can mark this task as complete?" +msgstr "¿Qué perfiles pueden marcar esta tarea como completada?" + +#: modules/permissions/permissions.php:143 +msgid "Who can ignore the task?" +msgstr "¿Quién puede ignorar la tarea?" + +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"Con las listas de verificación de PublishPress, puede elegir los requisitos " +"de publicación para su contenido." + +#: modules/checklists/checklists.php:791 +msgid "Yes" +msgstr "Sí" + +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Legibilidad de Yoast: %s" + +#: modules/yoastseo/yoastseo.php:66 +msgid "Yoast SEO" +msgstr "Yoast SEO" + +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "SEO de Yoast: %s" + +#: core/Legacy/LegacyPlugin.php:214 +msgid "You do not have necessary permissions to complete this action." +msgstr "No tienes los permisos necesarios para realizar esta acción." + +#: modules/checklists/checklists.php:783 +#, php-format +msgid "You don't have to complete any %sChecklist tasks%s." +msgstr "" +"No tienes que completar ninguna de las %stareas de la lista de " +"verificación%s." + +#: modules/checklists/checklists.php:730 +#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +msgid "You don't have to complete any Checklist tasks." +msgstr "No tienes que completar ninguna tarea de la lista de verificación." diff --git a/languages/publishpress-checklists-fr_FR.mo b/languages/publishpress-checklists-fr_FR.mo index 44bfcd37..6816c255 100644 Binary files a/languages/publishpress-checklists-fr_FR.mo and b/languages/publishpress-checklists-fr_FR.mo differ diff --git a/languages/publishpress-checklists-fr_FR.po b/languages/publishpress-checklists-fr_FR.po index 25a8ba7e..8c7c8f17 100644 --- a/languages/publishpress-checklists-fr_FR.po +++ b/languages/publishpress-checklists-fr_FR.po @@ -1,733 +1,750 @@ -# Translation of Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) in French (France) -# This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) package. -msgid "" -msgstr "" -"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing Approval Task " -"Checklist for WordPress Content - Stable (latest release)\n" -"POT-Creation-Date: 2024-01-15 15:59+0000\n" -"PO-Revision-Date: 2024-04-12 18:20+0200\n" -"Last-Translator: \n" -"Language-Team: French (France)\n" -"Language: fr_FR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Poedit 3.4\n" - -#: core/Requirement/Taxonomies_count.php:48 core/Requirement/Taxonomies_count.php:49 -msgid "%d " -msgstr "%d " - -#: core/Requirement/Filled_excerpt.php:41 -msgid "%d character in excerpt" -msgstr "%d caractère dans l’extrait" - -#: core/Requirement/Title_count.php:39 -msgid "%d character in title" -msgstr "%d caractère dans le titre" - -#: core/Requirement/Filled_excerpt.php:42 -msgid "%d characters in excerpt" -msgstr "%d caractères dans l’extrait" - -#: core/Requirement/Title_count.php:40 -msgid "%d characters in title" -msgstr "%d caractères dans le titre" - -#: core/Requirement/External_links.php:41 -msgid "%d external link in content" -msgstr "%d lien externe dans le contenu" - -#: core/Requirement/External_links.php:42 -msgid "%d external links in content" -msgstr "%d liens externes dans le contenu" - -#: core/Requirement/Internal_links.php:41 -msgid "%d internal link in content" -msgstr "%d lien interne dans le contenu" - -#: core/Requirement/Internal_links.php:42 -msgid "%d internal links in content" -msgstr "%d liens internes dans le contenu" - -#: core/Requirement/Tags_count.php:45 -msgid "%d tag" -msgstr "%d étiquette" - -#: core/Requirement/Tags_count.php:46 -msgid "%d tags" -msgstr "%s étiquettes" - -#: core/Requirement/Words_count.php:41 -msgid "%d word in content" -msgstr "%d mot dans le contenu" - -#: core/Requirement/Words_count.php:42 -msgid "%d words in content" -msgstr "%d mots dans le contenu" - -#: core/Requirement/Categories_count.php:46 -#, php-format -msgid "%s categories" -msgstr "%s catégories" - -#: core/Requirement/Categories_count.php:45 -#, php-format -msgid "%s category" -msgstr "%s catégorie" - -#: modules/checklists/templates/footer.php:23 -msgid "About" -msgstr "À propos" - -#: modules/checklists/checklists.php:953 -msgid "Add custom task" -msgstr "Ajouter une tâche personnalisée" - -#: modules/checklists/templates/global-checklists.php:94 -msgid "Add OpenAI Prompt task" -msgstr "Ajoutez la tâche d’invite OpenAI" - -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "Ajouter la prise en charge des listes de contrôle dans WordPress" - -#: modules/settings/settings.php:684 -msgid "Add to these post types:" -msgstr "Ajouter à ces types de publication :" - -#: core/Requirement/Validate_links.php:58 core/Requirement/Validate_links.php:59 -msgid "All links use a valid format" -msgstr "Tous les liens utilisent un format valide" - -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "Texte alternatif pour toutes les images" - -#: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" -msgstr "Texte alternatif pour les images mises en avant" - -#: core/Requirement/Openai_item.php:266 -msgid "An error occured." -msgstr "Une erreur s’est produite." - -#: core/Requirement/Openai_item.php:340 -#, php-format -msgid "API Error: %1s." -msgstr "Erreur API : %1s." - -#: core/Requirement/Approved_by.php:41 -#, php-format -msgid "Approved by %s" -msgstr "Approuvé par %s" - -#: core/Requirement/Approved_by.php:42 -msgid "Approved by a user in this role" -msgstr "Approuvé par un compte avec ce rôle" - -#: modules/checklists/checklists.php:736 -msgid "Are you sure you want to publish anyway?" -msgstr "Confirmez-vous vouloir publier de toute façon ?" - -#: modules/checklists/checklists.php:740 -msgid "Are you sure you want to update the published post anyway?" -msgstr "Confirmez-vous vouloir tout de même mettre à jour la publication publiée ?" - -#: core/Requirement/Taxonomies_count.php:50 -msgid "Between %d and %d " -msgstr "Entre %d et %d " - -#: core/Requirement/Filled_excerpt.php:43 -msgid "Between %d and %d characters in excerpt" -msgstr "Entre %d et %d caractères dans l’extrait" - -#: core/Requirement/Title_count.php:41 -msgid "Between %d and %d characters in title" -msgstr "Entre %d et %d caractères dans le titre" - -#: core/Requirement/External_links.php:43 -msgid "Between %d and %d external links in content" -msgstr "Entre %d et %d liens externes dans le contenu" - -#: core/Requirement/Internal_links.php:43 -msgid "Between %d and %d internal links in content" -msgstr "Entre %d et %d liens internes dans le contenu" - -#: core/Requirement/Tags_count.php:47 -msgid "Between %d and %d tags" -msgstr "Entre les étiquettes %d et %d" - -#: core/Requirement/Words_count.php:43 -msgid "Between %d and %d words in content" -msgstr "Entre %d et %d mots dans le contenu" - -#: core/Requirement/Categories_count.php:47 -#, php-format -msgid "Between %s and %s categories" -msgstr "Entre %s et %s catégories" - -#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 -msgid "Cheatin’ uh?" -msgstr "Une mauvaise manipulation ?" - -#: modules/checklists/checklists.php:788 -#: modules/checklists/assets/js/gutenberg-panel.jsx:242 -msgid "Check Now" -msgstr "Vérifier maintenant" - -#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 -msgid "Checklist" -msgstr "Liste de contrôle" - -#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 -#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 -#: modules/checklists/assets/js/gutenberg-panel.jsx:197 -#: modules/checklists/assets/js/gutenberg-panel.jsx:201 -msgid "Checklists" -msgstr "Listes de contrôle" - -#: modules/settings/settings.php:61 modules/settings/settings.php:112 -msgid "Checklists Settings" -msgstr "Réglages des listes de contrôle" - -#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 -msgid "Configure" -msgstr "Configurer" - -#: modules/checklists/templates/footer.php:37 -msgid "Contact" -msgstr "Contact" - -#: core/Requirement/Custom_item.php:52 core/Requirement/Custom_item.php:53 -msgid "Custom" -msgstr "Personnaliser" - -#: modules/checklists/templates/global-checklists.php:87 -msgid "" -"Custom tasks do not complete automatically. Users must check the box to show they " -"have completed the task." -msgstr "" -"Les tâches personnalisées ne se terminent pas automatiquement. Les utilisateurs et " -"les utilisatrices doivent cocher la case pour afficher qu’ils ont terminé la tâche." - -#: modules/permalinks/permalinks.php:66 -msgid "Define tasks related to permalinks" -msgstr "Définir les tâches liées aux permaliens" - -#: modules/yoastseo/yoastseo.php:67 -msgid "Define tasks related to Yoast SEO" -msgstr "Definissez les tâches liées à Yoast SEO" - -#: modules/checklists/templates/global-checklists.php:75 -msgid "Description" -msgstr "Description" - -#: modules/settings/settings.php:700 -msgid "Disable the \"Status\" option when using \"Quick Edit\":" -msgstr "Désactivez l’option « État » lorsque vous utilisez « Modification rapide » :" - -#: modules/checklists/checklists.php:975 -msgid "Disabled" -msgstr "Désactivée" - -#: modules/settings/settings.php:408 -#, php-format -msgid "" -"Disabled because add_post_type_support('%1$s', '%2$s') is included in a loaded file." -msgstr "" -"Désactivé parce que add_post_type_support(’%1$s’, ’%2$s’) est inclus dans un fichier " -"chargé." - -#: modules/checklists/checklists.php:951 -msgid "Disabled, Recommended or Required" -msgstr "Désactivée, recommandée ou nécessaire" - -#: modules/checklists/templates/footer.php:30 -msgid "Documentation" -msgstr "Documentation" - -#: modules/settings/settings.php:261 -msgid "Enabled features" -msgstr "Activer les fonctionnalités" - -#: modules/settings/settings.php:781 -msgid "Enter your API Key to use OpenAI prompts in checklist tasks." -msgstr "" -"Saisissez votre clé API pour utiliser les invites OpenAI dans les tâches de la liste " -"de contrôle." - -#: core/Requirement/Featured_image.php:35 core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Image mise en avant" - -#: modules/settings/settings.php:252 -msgid "Features" -msgstr "Fonctionnalités" - -#: modules/settings/settings.php:253 -msgid "Feel free to select only the features you need." -msgstr "" -"N’hésitez pas à sélectionner uniquement les fonctionnalités dont vous avez besoin." - -#: modules/settings/settings.php:675 -msgid "General:" -msgstr "Général :" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:129 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:160 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 -msgid "Good" -msgstr "Bon" - -#. Author URI of the plugin -msgid "https://publishpress.com" -msgstr "https://publishpress.com" - -#. URI of the plugin -msgid "https://publishpress.com/" -msgstr "https://publishpress.com/" - -#: modules/settings/settings.php:762 -msgid "" -"If the \"Status\" option is enabled, it can be used to avoid using the Checklists " -"requirements." -msgstr "" -"Si l’option « État » est activée, elle peut être utilisée pour éviter d’avoir recours " -"aux prérequis des listes de contrôle." - -#: core/Legacy/Module.php:288 -#, php-format -msgid "If you like %s please leave us a %s rating. Thank you!" -msgstr "Si vous appréciez %s, veuillez nous laisser une note de %s. Merci !" - -#: core/Requirement/Openai_item.php:386 -msgid "Invalid response" -msgstr "Réponse non valide" - -#: modules/permalinks/lib/Requirement/ValidChars.php:37 -msgid "Latin characters in permalink" -msgstr "Caractères latins dans le permalien" - -#: core/Requirement/Base_counter.php:293 -msgid "Max" -msgstr "Max" - -#: core/Requirement/Taxonomies_count.php:46 core/Requirement/Taxonomies_count.php:47 -msgid "Maximum of %d " -msgstr "Maximum de %d " - -#: core/Requirement/Filled_excerpt.php:39 -msgid "Maximum of %d character in excerpt" -msgstr "Maximum d‘%d caractères dans l’extrait" - -#: core/Requirement/Title_count.php:37 -msgid "Maximum of %d character in title" -msgstr "Maximum d‘%d caractère dans le titre" - -#: core/Requirement/Filled_excerpt.php:40 -msgid "Maximum of %d characters in excerpt" -msgstr "Maximum de %d caractères dans l’extrait" - -#: core/Requirement/Title_count.php:38 -msgid "Maximum of %d characters in title" -msgstr "Maximum de %d caractères dans le titre" - -#: core/Requirement/External_links.php:39 -msgid "Maximum of %d external link in content" -msgstr "Maximum d‘%d lien externe dans le contenu" - -#: core/Requirement/External_links.php:40 -msgid "Maximum of %d external links in content" -msgstr "Maximum de %d liens externes dans le contenu" - -#: core/Requirement/Internal_links.php:39 -msgid "Maximum of %d internal link in content" -msgstr "Maximum d‘%d lien interne dans le contenu" - -#: core/Requirement/Internal_links.php:40 -msgid "Maximum of %d internal links in content" -msgstr "Maximum de %d liens internes dans le contenu" - -#: core/Requirement/Tags_count.php:43 -msgid "Maximum of %d tag" -msgstr "Maximum d‘%d étiquette" - -#: core/Requirement/Tags_count.php:44 -msgid "Maximum of %d tags" -msgstr "Maximum de %d étiquettes" - -#: core/Requirement/Words_count.php:39 -msgid "Maximum of %d word in content" -msgstr "Maximum d‘%d mot dans le contenu" - -#: core/Requirement/Words_count.php:40 -msgid "Maximum of %d words in content" -msgstr "Maximum de %d mots dans le contenu" - -#: core/Requirement/Categories_count.php:44 -#, php-format -msgid "Maximum of %s categories" -msgstr "Maximum de %s catégories" - -#: core/Requirement/Categories_count.php:43 -#, php-format -msgid "Maximum of %s category" -msgstr "Maximum de %s catégories" - -#: core/Requirement/Base_counter.php:285 -msgid "Min" -msgstr "Min" - -#: core/Requirement/Taxonomies_count.php:44 core/Requirement/Taxonomies_count.php:45 -msgid "Minimum of %d " -msgstr "Minimum de %d " - -#: core/Requirement/Filled_excerpt.php:37 -msgid "Minimum of %d character in excerpt" -msgstr "Minimum d‘%d caractère dans l’extrait" - -#: core/Requirement/Title_count.php:35 -msgid "Minimum of %d character in title" -msgstr "Minimum d‘%d caractère dans le titre" - -#: core/Requirement/Filled_excerpt.php:38 -msgid "Minimum of %d characters in excerpt" -msgstr "Minimum de %d caractères dans l’extrait" - -#: core/Requirement/Title_count.php:36 -msgid "Minimum of %d characters in title" -msgstr "Minimum de %d caractères dans le titre" - -#: core/Requirement/External_links.php:37 -msgid "Minimum of %d external link in content" -msgstr "Minimum d‘%d lien externe dans le contenu" - -#: core/Requirement/External_links.php:38 -msgid "Minimum of %d external links in content" -msgstr "Minimum de %d liens externes dans le contenu" - -#: core/Requirement/Internal_links.php:37 -msgid "Minimum of %d internal link in content" -msgstr "Minimum d‘%d lien interne dans le contenu" - -#: core/Requirement/Internal_links.php:38 -msgid "Minimum of %d internal links in content" -msgstr "Minimum de %d liens internes dans le contenu" - -#: core/Requirement/Tags_count.php:41 -msgid "Minimum of %d tag" -msgstr "Minimum d‘%d étiquette" - -#: core/Requirement/Tags_count.php:42 -msgid "Minimum of %d tags" -msgstr "Minimum de %d étiquettes" - -#: core/Requirement/Words_count.php:37 -msgid "Minimum of %d word in content" -msgstr "Minimum d‘%d mot dans le contenu" - -#: core/Requirement/Words_count.php:38 -msgid "Minimum of %d words in content" -msgstr "Minimum de %d mots dans le contenu" - -#: core/Requirement/Categories_count.php:42 -#, php-format -msgid "Minimum of %s categories" -msgstr "Minimum de %s catégories" - -#: core/Requirement/Categories_count.php:41 -#, php-format -msgid "Minimum of %s category" -msgstr "Minimum de %s catégorie" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 -msgid "Minimum Yoast SEO analysis score" -msgstr "Score minimum d’analyse Yoast SEO" - -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 -msgid "Minimum Yoast SEO readability score" -msgstr "Score minimum de lisibilité Yoast SEO" - -#: modules/checklists/templates/global-checklists.php:74 -msgid "New Item" -msgstr "Nouvel élément" - -#: modules/checklists/checklists.php:790 -msgid "No" -msgstr "Non" - -#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 -msgid "Not required, but important: " -msgstr "Non nécessaire, mais importante : " - -#: core/Requirement/Taxonomies_count.php:43 -msgid "Number of " -msgstr "Nombre de " - -#: core/Requirement/Categories_count.php:40 -msgid "Number of categories" -msgstr "Nombre de catégories" - -#: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 -msgid "Number of characters in title" -msgstr "Nombre de caractères dans le titre" - -#: core/Requirement/External_links.php:36 -msgid "Number of external links in content" -msgstr "Nombre de liens externes dans le contenu" - -#: core/Requirement/Internal_links.php:36 -msgid "Number of internal links in content" -msgstr "Nombre de liens internes dans le contenu" - -#: core/Requirement/Tags_count.php:40 -msgid "Number of tags" -msgstr "Nombre d’étiquettes" - -#: core/Requirement/Words_count.php:36 -msgid "Number of words in content" -msgstr "Nombre de mots dans le contenu" - -#: core/Requirement/Filled_excerpt.php:35 core/Requirement/Filled_excerpt.php:36 -msgid "Numbers of characters in excerpt" -msgstr "Nombre de caractères dans l’extrait" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 -msgid "OK" -msgstr "OK" - -#: modules/checklists/checklists.php:789 -msgid "Ok" -msgstr "Ok" - -#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 -msgid "Openai" -msgstr "Openai" - -#: modules/settings/settings.php:708 -msgid "OpenAI API Key:" -msgstr "Clé API de OpenAI :" - -#: core/Requirement/Openai_item.php:287 -msgid "OpenAI tasks require an API Key. Please add your API Key in the Settings area." -msgstr "" -"Les tâches de OpenAI nécessitent une clé API. Veuillez ajouter votre clé API dans les " -"réglages." - -#: modules/checklists/checklists.php:952 -msgid "Options" -msgstr "Options" - -#: modules/permalinks/permalinks.php:65 -msgid "Permalinks" -msgstr "Permaliens" - -#: modules/permissions/permissions.php:68 -msgid "Permissions" -msgstr "Droits" - -#: modules/checklists/checklists.php:744 -msgid "Please complete the following tasks before publishing:" -msgstr "Veuillez accomplir les tâches suivantes avant de publier :" - -#: modules/checklists/checklists.php:748 -msgid "Please complete the following tasks before updating the published post:" -msgstr "" -"Veuillez effectuer les tâches suivantes avant de mettre à jour la publication " -"publiée :" - -#: modules/checklists/assets/js/gutenberg-panel.jsx:167 -msgid "Please complete the required(*) checklists task." -msgstr "Veuillez compléter les tâches nécessaire (*) de listes de contrôle." - -#: core/Legacy/LegacyPlugin.php:209 -msgid "Please correct your form errors below and try again." -msgstr "Veuillez corriger les erreurs de votre formulaire ci-dessous et réessayer." - -#: modules/checklists/checklists.php:594 -msgid "Please make sure to add a name for all the custom tasks." -msgstr "Veuillez vous assurer d’ajouter un nom pour toutes les tâches personnalisées." - -#: modules/checklists/checklists.php:590 -msgid "Please make sure to complete the settings for" -msgstr "Veuillez vous assurez-vous d’effectuer tous les réglages pour" - -#: core/Requirement/Openai_item.php:278 -msgid "Post content is empty." -msgstr "Le contenu de la publication est vide." - -#: core/Legacy/LegacyPlugin.php:218 -msgid "Post does not exist" -msgstr "La publication n’existe pas" - -#: core/Requirement/Prohibited_categories.php:43 -msgid "Prohibited categories" -msgstr "Catégories interdites" - -#: core/Requirement/Prohibited_categories.php:42 -msgid "Prohibited categories: %s" -msgstr "Catégories interdites: %s" - -#: core/Requirement/Prohibited_tags.php:43 -msgid "Prohibited tags" -msgstr "Étiquettes interdites" - -#: core/Requirement/Prohibited_tags.php:42 -msgid "Prohibited tags: %s" -msgstr "Étiquettes interdites : %s" - -#. Author of the plugin -msgid "PublishPress" -msgstr "PublishPress" - -#. Name of the plugin -#: core/Legacy/Module.php:285 -msgid "PublishPress Checklists" -msgstr "PublishPress Checklists" - -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -#, php-format -msgid "Readability: %s" -msgstr "Lisibilité : %s" - -#: modules/checklists/checklists.php:976 -msgid "Recommended" -msgstr "Recommandée" - -#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 -#: modules/checklists/checklists.php:602 -msgid "Remove" -msgstr "Retirer" - -#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 -msgid "Required" -msgstr "Obligatoire" - -#: modules/checklists/assets/js/gutenberg-panel.jsx:255 -msgid "required" -msgstr "obligatoire" - -#: core/Requirement/Required_categories.php:43 -msgid "Required categories" -msgstr "Catégories obligatoires" - -#: core/Requirement/Required_categories.php:42 -msgid "Required categories: %s" -msgstr "Catégories obligatoires : %s" - -#: core/Requirement/Required_tags.php:43 -msgid "Required tags" -msgstr "Étiquettes obligatoires" - -#: core/Requirement/Required_tags.php:42 -msgid "Required tags: %s" -msgstr "Étiquettes obligatoires : %s" - -#: modules/reviews/reviews.php:61 -msgid "Reviews" -msgstr "Avis" - -#: modules/checklists/templates/global-checklists.php:108 -msgid "Save Changes" -msgstr "Enregistrer les modifications" - -#: core/Requirement/Openai_item.php:365 -msgid "See the full response." -msgstr "Voir la réponse complète." - -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -#, php-format -msgid "Seo: %s" -msgstr "SEO : %s" - -#: modules/settings/settings.php:114 -msgid "Settings" -msgstr "Réglages" - -#: modules/settings/settings.php:692 -msgid "Show warning icon:" -msgstr "Afficher une icône d’avertissement :" - -#: modules/checklists/checklists.php:950 -msgid "Task" -msgstr "Tâche" - -#: modules/checklists/templates/global-checklists.php:101 -msgid "The prompt should be in form of a question." -msgstr "L’invite doit avoir la forme d’une question." - -#: modules/settings/settings.php:312 -msgid "There are no PublishPress modules registered" -msgstr "Il n’y a aucun module PublishPress enregistré" - -#: modules/checklists/templates/global-checklists.php:101 -msgid "This feature requires an OpenAI API Key." -msgstr "Cette fonctionnalité nécessite une clé API OpenAI." - -#: modules/settings/settings.php:741 -msgid "This will display a warning icon in the \"Publish\" box." -msgstr "Ceci affichera une icône d’avertissement dans la boîte « Publier »" - -#: core/Requirement/Openai_item.php:273 -msgid "Validation error. Kindly reload this page and try agai.n" -msgstr "Erreur de validation. Veuillez recharger cette page et réessayer." - -#: modules/checklists/checklists.php:606 -msgid "What's the expected OpenAI response to mark the requirement as pass?" -msgstr "" -"Quelle est la réponse attendue de l’OpenAI pour marquer le prérequis comme réussie ?" - -#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 -msgid "Which roles can mark this task as complete?" -msgstr "Quels rôles peuvent marquer cette tâche comme étant terminée ?" - -#: modules/permissions/permissions.php:143 -msgid "Who can ignore the task?" -msgstr "Qui peut ignorer la tâche ?" - -#: modules/checklists/checklists.php:791 -msgid "Yes" -msgstr "Oui" - -#: modules/yoastseo/yoastseo.php:66 -msgid "Yoast SEO" -msgstr "Yoast SEO" - -#: core/Legacy/LegacyPlugin.php:214 -msgid "You do not have necessary permissions to complete this action." -msgstr "Vous n’avez pas les droits nécessaires pour réaliser cette action." - -#: modules/checklists/checklists.php:783 -#, php-format -msgid "You don't have to complete any %sChecklist tasks%s." -msgstr "Vous n’avez pas à remplir de %stâche de la liste de contrôle%s." - -#: modules/checklists/checklists.php:730 -#: modules/checklists/assets/js/gutenberg-panel.jsx:208 -msgid "You don't have to complete any Checklist tasks." -msgstr "Vous n’avez pas besoin d’accomplir les tâches de la liste de contrôle." - -#~ msgid "Define tasks that must be complete before content is published." -#~ msgstr "" -#~ "Définir les tâches qui doivent être accomplies avant que le contenu ne soit publié." - -#~ msgid "Disable blocking of updates for published posts:" -#~ msgstr "Désactiver le blocage des mises à jour pour les publications publiées :" - -#~ msgid "" -#~ "If Checklists requirements are not met and the plugin blocks updates for published " -#~ "posts, this can cause conflicts with other plugins." -#~ msgstr "" -#~ "Si les prérequis des listes de contrôle ne sont pas respectés et que l’extension " -#~ "bloque les mises à jour des publications publiées, cela peut entraîner des " -#~ "conflits avec d’autres extensions." +# Translation of Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) in French (France) +# This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) package. +msgid "" +msgstr "" +"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing " +"Approval Task Checklist for WordPress Content - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:54+0000\n" +"Last-Translator: \n" +"Language-Team: French (France)\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Loco https://localise.biz/\n" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" + +#: core/Requirement/Taxonomies_count.php:48 +#: core/Requirement/Taxonomies_count.php:49 +msgid "%d " +msgstr "%d " + +#: core/Requirement/Filled_excerpt.php:41 +msgid "%d character in excerpt" +msgstr "%d caractère dans l’extrait" + +#: core/Requirement/Title_count.php:39 +msgid "%d character in title" +msgstr "%d caractère dans le titre" + +#: core/Requirement/Filled_excerpt.php:42 +msgid "%d characters in excerpt" +msgstr "%d caractères dans l’extrait" + +#: core/Requirement/Title_count.php:40 +msgid "%d characters in title" +msgstr "%d caractères dans le titre" + +#: core/Requirement/External_links.php:41 +msgid "%d external link in content" +msgstr "%d lien externe dans le contenu" + +#: core/Requirement/External_links.php:42 +msgid "%d external links in content" +msgstr "%d liens externes dans le contenu" + +#: core/Requirement/Internal_links.php:41 +msgid "%d internal link in content" +msgstr "%d lien interne dans le contenu" + +#: core/Requirement/Internal_links.php:42 +msgid "%d internal links in content" +msgstr "%d liens internes dans le contenu" + +#: core/Requirement/Tags_count.php:45 +msgid "%d tag" +msgstr "%d étiquette" + +#: core/Requirement/Tags_count.php:46 +msgid "%d tags" +msgstr "%s étiquettes" + +#: core/Requirement/Words_count.php:41 +msgid "%d word in content" +msgstr "%d mot dans le contenu" + +#: core/Requirement/Words_count.php:42 +msgid "%d words in content" +msgstr "%d mots dans le contenu" + +#: core/Requirement/Categories_count.php:46 +#, php-format +msgid "%s categories" +msgstr "%s catégories" + +#: core/Requirement/Categories_count.php:45 +#, php-format +msgid "%s category" +msgstr "%s catégorie" + +#: modules/checklists/templates/footer.php:23 +msgid "About" +msgstr "À propos" + +#: modules/checklists/checklists.php:953 +msgid "Add custom task" +msgstr "Ajouter une tâche personnalisée" + +#: modules/checklists/templates/global-checklists.php:94 +msgid "Add OpenAI Prompt task" +msgstr "Ajoutez la tâche d’invite OpenAI" + +#: modules/settings/settings.php:684 +msgid "Add to these post types:" +msgstr "Ajouter à ces types de publication :" + +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "Toutes les images contiennent un texte alternatif" + +#: core/Requirement/Validate_links.php:58 +#: core/Requirement/Validate_links.php:59 +msgid "All links use a valid format" +msgstr "Tous les liens utilisent un format valide" + +#: core/Requirement/Openai_item.php:266 +msgid "An error occured." +msgstr "Une erreur s’est produite." + +#: core/Requirement/Openai_item.php:340 +#, php-format +msgid "API Error: %1s." +msgstr "Erreur API : %1s." + +#: core/Requirement/Approved_by.php:41 +#, php-format +msgid "Approved by %s" +msgstr "Approuvé par %s" + +#: core/Requirement/Approved_by.php:42 +msgid "Approved by a user in this role" +msgstr "Approuvé par un compte avec ce rôle" + +#: modules/checklists/checklists.php:736 +msgid "Are you sure you want to publish anyway?" +msgstr "Confirmez-vous vouloir publier de toute façon ?" + +#: modules/checklists/checklists.php:740 +msgid "Are you sure you want to update the published post anyway?" +msgstr "" +"Confirmez-vous vouloir tout de même mettre à jour la publication publiée ?" + +#: core/Requirement/Taxonomies_count.php:50 +msgid "Between %d and %d " +msgstr "Entre %d et %d " + +#: core/Requirement/Filled_excerpt.php:43 +msgid "Between %d and %d characters in excerpt" +msgstr "Entre %d et %d caractères dans l’extrait" + +#: core/Requirement/Title_count.php:41 +msgid "Between %d and %d characters in title" +msgstr "Entre %d et %d caractères dans le titre" + +#: core/Requirement/External_links.php:43 +msgid "Between %d and %d external links in content" +msgstr "Entre %d et %d liens externes dans le contenu" + +#: core/Requirement/Internal_links.php:43 +msgid "Between %d and %d internal links in content" +msgstr "Entre %d et %d liens internes dans le contenu" + +#: core/Requirement/Tags_count.php:47 +msgid "Between %d and %d tags" +msgstr "Entre les étiquettes %d et %d" + +#: core/Requirement/Words_count.php:43 +msgid "Between %d and %d words in content" +msgstr "Entre %d et %d mots dans le contenu" + +#: core/Requirement/Categories_count.php:47 +#, php-format +msgid "Between %s and %s categories" +msgstr "Entre %s et %s catégories" + +#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 +msgid "Cheatin’ uh?" +msgstr "Une mauvaise manipulation ?" + +#: modules/checklists/checklists.php:788 +#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +msgid "Check Now" +msgstr "Vérifier maintenant" + +#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 +msgid "Checklist" +msgstr "Liste de contrôle" + +#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 +#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 +#: modules/checklists/assets/js/gutenberg-panel.jsx:197 +#: modules/checklists/assets/js/gutenberg-panel.jsx:201 +msgid "Checklists" +msgstr "Listes de contrôle" + +#: modules/settings/settings.php:61 modules/settings/settings.php:112 +msgid "Checklists Settings" +msgstr "Réglages des listes de contrôle" + +#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 +msgid "Configure" +msgstr "Configurer" + +#: modules/checklists/templates/footer.php:37 +msgid "Contact" +msgstr "Contact" + +#: core/Requirement/Custom_item.php:52 core/Requirement/Custom_item.php:53 +msgid "Custom" +msgstr "Personnaliser" + +#: modules/checklists/templates/global-checklists.php:87 +msgid "" +"Custom tasks do not complete automatically. Users must check the box to show " +"they have completed the task." +msgstr "" +"Les tâches personnalisées ne se terminent pas automatiquement. Les " +"utilisateurs et les utilisatrices doivent cocher la case pour afficher " +"qu’ils ont terminé la tâche." + +#: modules/permalinks/permalinks.php:66 +msgid "Define tasks related to permalinks" +msgstr "Définir les tâches liées aux permaliens" + +#: modules/yoastseo/yoastseo.php:67 +msgid "Define tasks related to Yoast SEO" +msgstr "Definissez les tâches liées à Yoast SEO" + +#: modules/checklists/templates/global-checklists.php:75 +msgid "Description" +msgstr "Description" + +#: modules/settings/settings.php:700 +msgid "Disable the \"Status\" option when using \"Quick Edit\":" +msgstr "" +"Désactivez l’option « État » lorsque vous utilisez « Modification rapide » :" + +#: modules/checklists/checklists.php:975 +msgid "Disabled" +msgstr "Désactivée" + +#: modules/settings/settings.php:408 +#, php-format +msgid "" +"Disabled because add_post_type_support('%1$s', '%2$s') is included in a " +"loaded file." +msgstr "" +"Désactivé parce que add_post_type_support(’%1$s’, ’%2$s’) est inclus dans un " +"fichier chargé." + +#: modules/checklists/checklists.php:951 +msgid "Disabled, Recommended or Required" +msgstr "Désactivée, recommandée ou nécessaire" + +#: modules/checklists/templates/footer.php:30 +msgid "Documentation" +msgstr "Documentation" + +#: modules/settings/settings.php:261 +msgid "Enabled features" +msgstr "Activer les fonctionnalités" + +#: modules/settings/settings.php:781 +msgid "Enter your API Key to use OpenAI prompts in checklist tasks." +msgstr "" +"Saisissez votre clé API pour utiliser les invites OpenAI dans les tâches de " +"la liste de contrôle." + +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "L'image sélectionnée contient un texte alternatif" + +#: core/Requirement/Featured_image.php:35 +#: core/Requirement/Featured_image.php:36 +msgid "Featured image is added" +msgstr "L'image sélectionnée est ajoutée" + +#: modules/settings/settings.php:252 +msgid "Features" +msgstr "Fonctionnalités" + +#: modules/settings/settings.php:253 +msgid "Feel free to select only the features you need." +msgstr "" +"N’hésitez pas à sélectionner uniquement les fonctionnalités dont vous avez " +"besoin." + +#: modules/settings/settings.php:675 +msgid "General:" +msgstr "Général :" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:129 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:160 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 +msgid "Good" +msgstr "Bon" + +#. Author URI of the plugin +msgid "https://publishpress.com" +msgstr "https://publishpress.com" + +#. URI of the plugin +msgid "https://publishpress.com/" +msgstr "https://publishpress.com/" + +#: modules/settings/settings.php:762 +msgid "" +"If the \"Status\" option is enabled, it can be used to avoid using the " +"Checklists requirements." +msgstr "" +"Si l’option « État » est activée, elle peut être utilisée pour éviter " +"d’avoir recours aux prérequis des listes de contrôle." + +#: core/Legacy/Module.php:288 +#, php-format +msgid "If you like %s please leave us a %s rating. Thank you!" +msgstr "Si vous appréciez %s, veuillez nous laisser une note de %s. Merci !" + +#: core/Requirement/Openai_item.php:386 +msgid "Invalid response" +msgstr "Réponse non valide" + +#: modules/permalinks/lib/Requirement/ValidChars.php:37 +msgid "Latin characters in permalink" +msgstr "Caractères latins dans le permalien" + +#: core/Requirement/Base_counter.php:293 +msgid "Max" +msgstr "Max" + +#: core/Requirement/Taxonomies_count.php:46 +#: core/Requirement/Taxonomies_count.php:47 +msgid "Maximum of %d " +msgstr "Maximum de %d " + +#: core/Requirement/Filled_excerpt.php:39 +msgid "Maximum of %d character in excerpt" +msgstr "Maximum d‘%d caractères dans l’extrait" + +#: core/Requirement/Title_count.php:37 +msgid "Maximum of %d character in title" +msgstr "Maximum d‘%d caractère dans le titre" + +#: core/Requirement/Filled_excerpt.php:40 +msgid "Maximum of %d characters in excerpt" +msgstr "Maximum de %d caractères dans l’extrait" + +#: core/Requirement/Title_count.php:38 +msgid "Maximum of %d characters in title" +msgstr "Maximum de %d caractères dans le titre" + +#: core/Requirement/External_links.php:39 +msgid "Maximum of %d external link in content" +msgstr "Maximum d‘%d lien externe dans le contenu" + +#: core/Requirement/External_links.php:40 +msgid "Maximum of %d external links in content" +msgstr "Maximum de %d liens externes dans le contenu" + +#: core/Requirement/Internal_links.php:39 +msgid "Maximum of %d internal link in content" +msgstr "Maximum d‘%d lien interne dans le contenu" + +#: core/Requirement/Internal_links.php:40 +msgid "Maximum of %d internal links in content" +msgstr "Maximum de %d liens internes dans le contenu" + +#: core/Requirement/Tags_count.php:43 +msgid "Maximum of %d tag" +msgstr "Maximum d‘%d étiquette" + +#: core/Requirement/Tags_count.php:44 +msgid "Maximum of %d tags" +msgstr "Maximum de %d étiquettes" + +#: core/Requirement/Words_count.php:39 +msgid "Maximum of %d word in content" +msgstr "Maximum d‘%d mot dans le contenu" + +#: core/Requirement/Words_count.php:40 +msgid "Maximum of %d words in content" +msgstr "Maximum de %d mots dans le contenu" + +#: core/Requirement/Categories_count.php:44 +#, php-format +msgid "Maximum of %s categories" +msgstr "Maximum de %s catégories" + +#: core/Requirement/Categories_count.php:43 +#, php-format +msgid "Maximum of %s category" +msgstr "Maximum de %s catégories" + +#: core/Requirement/Base_counter.php:285 +msgid "Min" +msgstr "Min" + +#: core/Requirement/Taxonomies_count.php:44 +#: core/Requirement/Taxonomies_count.php:45 +msgid "Minimum of %d " +msgstr "Minimum de %d " + +#: core/Requirement/Filled_excerpt.php:37 +msgid "Minimum of %d character in excerpt" +msgstr "Minimum d‘%d caractère dans l’extrait" + +#: core/Requirement/Title_count.php:35 +msgid "Minimum of %d character in title" +msgstr "Minimum d‘%d caractère dans le titre" + +#: core/Requirement/Filled_excerpt.php:38 +msgid "Minimum of %d characters in excerpt" +msgstr "Minimum de %d caractères dans l’extrait" + +#: core/Requirement/Title_count.php:36 +msgid "Minimum of %d characters in title" +msgstr "Minimum de %d caractères dans le titre" + +#: core/Requirement/External_links.php:37 +msgid "Minimum of %d external link in content" +msgstr "Minimum d‘%d lien externe dans le contenu" + +#: core/Requirement/External_links.php:38 +msgid "Minimum of %d external links in content" +msgstr "Minimum de %d liens externes dans le contenu" + +#: core/Requirement/Internal_links.php:37 +msgid "Minimum of %d internal link in content" +msgstr "Minimum d‘%d lien interne dans le contenu" + +#: core/Requirement/Internal_links.php:38 +msgid "Minimum of %d internal links in content" +msgstr "Minimum de %d liens internes dans le contenu" + +#: core/Requirement/Tags_count.php:41 +msgid "Minimum of %d tag" +msgstr "Minimum d‘%d étiquette" + +#: core/Requirement/Tags_count.php:42 +msgid "Minimum of %d tags" +msgstr "Minimum de %d étiquettes" + +#: core/Requirement/Words_count.php:37 +msgid "Minimum of %d word in content" +msgstr "Minimum d‘%d mot dans le contenu" + +#: core/Requirement/Words_count.php:38 +msgid "Minimum of %d words in content" +msgstr "Minimum de %d mots dans le contenu" + +#: core/Requirement/Categories_count.php:42 +#, php-format +msgid "Minimum of %s categories" +msgstr "Minimum de %s catégories" + +#: core/Requirement/Categories_count.php:41 +#, php-format +msgid "Minimum of %s category" +msgstr "Minimum de %s catégorie" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 +msgid "Minimum Yoast SEO analysis score" +msgstr "Score minimum d’analyse Yoast SEO" + +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 +msgid "Minimum Yoast SEO readability score" +msgstr "Score minimum de lisibilité Yoast SEO" + +#: modules/checklists/templates/global-checklists.php:74 +msgid "New Item" +msgstr "Nouvel élément" + +#: modules/checklists/checklists.php:790 +msgid "No" +msgstr "Non" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "Aucune exigence %s pour ce type de poste." + +#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 +msgid "Not required, but important: " +msgstr "Non nécessaire, mais importante : " + +#: core/Requirement/Taxonomies_count.php:43 +msgid "Number of " +msgstr "Nombre de " + +#: core/Requirement/Categories_count.php:40 +msgid "Number of categories" +msgstr "Nombre de catégories" + +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Nombre de caractères dans le texte alternatif" + +#: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 +msgid "Number of characters in title" +msgstr "Nombre de caractères dans le titre" + +#: core/Requirement/External_links.php:36 +msgid "Number of external links in content" +msgstr "Nombre de liens externes dans le contenu" + +#: core/Requirement/Internal_links.php:36 +msgid "Number of internal links in content" +msgstr "Nombre de liens internes dans le contenu" + +#: core/Requirement/Tags_count.php:40 +msgid "Number of tags" +msgstr "Nombre d’étiquettes" + +#: core/Requirement/Words_count.php:36 +msgid "Number of words in content" +msgstr "Nombre de mots dans le contenu" + +#: core/Requirement/Filled_excerpt.php:35 +#: core/Requirement/Filled_excerpt.php:36 +msgid "Numbers of characters in excerpt" +msgstr "Nombre de caractères dans l’extrait" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 +msgid "OK" +msgstr "OK" + +#: modules/checklists/checklists.php:789 +msgid "Ok" +msgstr "Ok" + +#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 +msgid "Openai" +msgstr "Openai" + +#: modules/settings/settings.php:708 +msgid "OpenAI API Key:" +msgstr "Clé API de OpenAI :" + +#: core/Requirement/Openai_item.php:287 +msgid "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." +msgstr "" +"Les tâches de OpenAI nécessitent une clé API. Veuillez ajouter votre clé API " +"dans les réglages." + +#: modules/checklists/checklists.php:952 +msgid "Options" +msgstr "Options" + +#: modules/permalinks/permalinks.php:65 +msgid "Permalinks" +msgstr "Permaliens" + +#: modules/permissions/permissions.php:68 +msgid "Permissions" +msgstr "Droits" + +#: modules/checklists/checklists.php:744 +msgid "Please complete the following tasks before publishing:" +msgstr "Veuillez accomplir les tâches suivantes avant de publier :" + +#: modules/checklists/checklists.php:748 +msgid "Please complete the following tasks before updating the published post:" +msgstr "" +"Veuillez effectuer les tâches suivantes avant de mettre à jour la " +"publication publiée :" + +#: modules/checklists/assets/js/gutenberg-panel.jsx:167 +msgid "Please complete the required(*) checklists task." +msgstr "Veuillez compléter les tâches nécessaire (*) de listes de contrôle." + +#: core/Legacy/LegacyPlugin.php:209 +msgid "Please correct your form errors below and try again." +msgstr "" +"Veuillez corriger les erreurs de votre formulaire ci-dessous et réessayer." + +#: modules/checklists/checklists.php:594 +msgid "Please make sure to add a name for all the custom tasks." +msgstr "" +"Veuillez vous assurer d’ajouter un nom pour toutes les tâches personnalisées." + +#: modules/checklists/checklists.php:590 +msgid "Please make sure to complete the settings for" +msgstr "Veuillez vous assurez-vous d’effectuer tous les réglages pour" + +#: core/Requirement/Openai_item.php:278 +msgid "Post content is empty." +msgstr "Le contenu de la publication est vide." + +#: core/Legacy/LegacyPlugin.php:218 +msgid "Post does not exist" +msgstr "La publication n’existe pas" + +#: core/Requirement/Prohibited_categories.php:43 +msgid "Prohibited categories" +msgstr "Catégories interdites" + +#: core/Requirement/Prohibited_categories.php:42 +msgid "Prohibited categories: %s" +msgstr "Catégories interdites: %s" + +#: core/Requirement/Prohibited_tags.php:43 +msgid "Prohibited tags" +msgstr "Étiquettes interdites" + +#: core/Requirement/Prohibited_tags.php:42 +msgid "Prohibited tags: %s" +msgstr "Étiquettes interdites : %s" + +#. Author of the plugin +msgid "PublishPress" +msgstr "PublishPress" + +#. Name of the plugin +#: core/Legacy/Module.php:285 +msgid "PublishPress Checklists" +msgstr "PublishPress Checklists" + +#: modules/checklists/checklists.php:976 +msgid "Recommended" +msgstr "Recommandée" + +#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 +#: modules/checklists/checklists.php:602 +msgid "Remove" +msgstr "Retirer" + +#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 +msgid "Required" +msgstr "Obligatoire" + +#: modules/checklists/assets/js/gutenberg-panel.jsx:255 +msgid "required" +msgstr "obligatoire" + +#: core/Requirement/Required_categories.php:43 +msgid "Required categories" +msgstr "Catégories obligatoires" + +#: core/Requirement/Required_categories.php:42 +msgid "Required categories: %s" +msgstr "Catégories obligatoires : %s" + +#: core/Requirement/Required_tags.php:43 +msgid "Required tags" +msgstr "Étiquettes obligatoires" + +#: core/Requirement/Required_tags.php:42 +msgid "Required tags: %s" +msgstr "Étiquettes obligatoires : %s" + +#: modules/reviews/reviews.php:61 +msgid "Reviews" +msgstr "Avis" + +#: modules/checklists/templates/global-checklists.php:108 +msgid "Save Changes" +msgstr "Enregistrer les modifications" + +#: core/Requirement/Openai_item.php:365 +msgid "See the full response." +msgstr "Voir la réponse complète." + +#: modules/settings/settings.php:114 +msgid "Settings" +msgstr "Réglages" + +#: modules/settings/settings.php:692 +msgid "Show warning icon:" +msgstr "Afficher une icône d’avertissement :" + +#: modules/checklists/checklists.php:950 +msgid "Task" +msgstr "Tâche" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "The prompt should be in form of a question." +msgstr "L’invite doit avoir la forme d’une question." + +#: modules/settings/settings.php:312 +msgid "There are no PublishPress modules registered" +msgstr "Il n’y a aucun module PublishPress enregistré" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "This feature requires an OpenAI API Key." +msgstr "Cette fonctionnalité nécessite une clé API OpenAI." + +#: modules/settings/settings.php:741 +msgid "This will display a warning icon in the \"Publish\" box." +msgstr "Ceci affichera une icône d’avertissement dans la boîte « Publier »" + +#: core/Requirement/Openai_item.php:273 +msgid "Validation error. Kindly reload this page and try agai.n" +msgstr "Erreur de validation. Veuillez recharger cette page et réessayer." + +#: modules/checklists/checklists.php:606 +msgid "What's the expected OpenAI response to mark the requirement as pass?" +msgstr "" +"Quelle est la réponse attendue de l’OpenAI pour marquer le prérequis comme " +"réussie ?" + +#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 +msgid "Which roles can mark this task as complete?" +msgstr "Quels rôles peuvent marquer cette tâche comme étant terminée ?" + +#: modules/permissions/permissions.php:143 +msgid "Who can ignore the task?" +msgstr "Qui peut ignorer la tâche ?" + +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"Avec les listes de contrôle PublishPress, vous pouvez choisir les exigences " +"de publication pour votre contenu." + +#: modules/checklists/checklists.php:791 +msgid "Yes" +msgstr "Oui" + +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Lisibilité Yoast : %s" + +#: modules/yoastseo/yoastseo.php:66 +msgid "Yoast SEO" +msgstr "Yoast SEO" + +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "Yoast SEO : %s" + +#: core/Legacy/LegacyPlugin.php:214 +msgid "You do not have necessary permissions to complete this action." +msgstr "Vous n’avez pas les droits nécessaires pour réaliser cette action." + +#: modules/checklists/checklists.php:783 +#, php-format +msgid "You don't have to complete any %sChecklist tasks%s." +msgstr "Vous n’avez pas à remplir de %stâche de la liste de contrôle%s." + +#: modules/checklists/checklists.php:730 +#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +msgid "You don't have to complete any Checklist tasks." +msgstr "Vous n’avez pas besoin d’accomplir les tâches de la liste de contrôle." diff --git a/languages/publishpress-checklists-it_IT.mo b/languages/publishpress-checklists-it_IT.mo index 42f3c797..8d3ecfd3 100644 Binary files a/languages/publishpress-checklists-it_IT.mo and b/languages/publishpress-checklists-it_IT.mo differ diff --git a/languages/publishpress-checklists-it_IT.po b/languages/publishpress-checklists-it_IT.po index ca1b4fa1..147acbe4 100644 --- a/languages/publishpress-checklists-it_IT.po +++ b/languages/publishpress-checklists-it_IT.po @@ -1,731 +1,745 @@ -# Translation of Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) in Italian -# This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) package. -msgid "" -msgstr "" -"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing Approval Task " -"Checklist for WordPress Content - Stable (latest release)\n" -"POT-Creation-Date: 2024-01-15 15:59+0000\n" -"PO-Revision-Date: 2024-04-12 18:08+0200\n" -"Last-Translator: \n" -"Language-Team: Italian\n" -"Language: it_IT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Poedit 3.4\n" - -#: core/Requirement/Taxonomies_count.php:48 core/Requirement/Taxonomies_count.php:49 -msgid "%d " -msgstr "%d " - -#: core/Requirement/Filled_excerpt.php:41 -msgid "%d character in excerpt" -msgstr "%d carattere nel riassunto" - -#: core/Requirement/Title_count.php:39 -msgid "%d character in title" -msgstr "%d carattere nel titolo" - -#: core/Requirement/Filled_excerpt.php:42 -msgid "%d characters in excerpt" -msgstr "%d caratteri nel riassunto" - -#: core/Requirement/Title_count.php:40 -msgid "%d characters in title" -msgstr "%d caratteri nel titolo" - -#: core/Requirement/External_links.php:41 -msgid "%d external link in content" -msgstr "%d link esterno nel contenuto" - -#: core/Requirement/External_links.php:42 -msgid "%d external links in content" -msgstr "%d link esterni nel contenuto" - -#: core/Requirement/Internal_links.php:41 -msgid "%d internal link in content" -msgstr "%d link interno nel contenuto" - -#: core/Requirement/Internal_links.php:42 -msgid "%d internal links in content" -msgstr "%d link interni nel contenuto" - -#: core/Requirement/Tags_count.php:45 -msgid "%d tag" -msgstr "%d tag" - -#: core/Requirement/Tags_count.php:46 -msgid "%d tags" -msgstr "%d tags" - -#: core/Requirement/Words_count.php:41 -msgid "%d word in content" -msgstr "%d parola nel contenuto" - -#: core/Requirement/Words_count.php:42 -msgid "%d words in content" -msgstr "%d parole nel contenuto" - -#: core/Requirement/Categories_count.php:46 -#, php-format -msgid "%s categories" -msgstr "%s categorie" - -#: core/Requirement/Categories_count.php:45 -#, php-format -msgid "%s category" -msgstr "%s categoria" - -#: modules/checklists/templates/footer.php:23 -msgid "About" -msgstr "Chi siamo" - -#: modules/checklists/checklists.php:953 -msgid "Add custom task" -msgstr "Aggiungi attività personalizzata" - -#: modules/checklists/templates/global-checklists.php:94 -msgid "Add OpenAI Prompt task" -msgstr "Aggiungi attività prompt OpenAI" - -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "Aggiunge il supporto alla liste di controllo in WordPress" - -#: modules/settings/settings.php:684 -msgid "Add to these post types:" -msgstr "Aggiungi a questi tipi di articoli:" - -#: core/Requirement/Validate_links.php:58 core/Requirement/Validate_links.php:59 -msgid "All links use a valid format" -msgstr "Tutti i link utilizzano un formato valido" - -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "Testo alternativo per tutte le immagini" - -#: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" -msgstr "Testo alternativo per le immagini in evidenza" - -#: core/Requirement/Openai_item.php:266 -msgid "An error occured." -msgstr "Si è verificato un errore." - -#: core/Requirement/Openai_item.php:340 -#, php-format -msgid "API Error: %1s." -msgstr "Errore API: %1s." - -#: core/Requirement/Approved_by.php:41 -#, php-format -msgid "Approved by %s" -msgstr "Approvato da %s" - -#: core/Requirement/Approved_by.php:42 -msgid "Approved by a user in this role" -msgstr "Approvato da un utente in questo ruolo" - -#: modules/checklists/checklists.php:736 -msgid "Are you sure you want to publish anyway?" -msgstr "Sei certo di voler pubblicare comunque?" - -#: modules/checklists/checklists.php:740 -msgid "Are you sure you want to update the published post anyway?" -msgstr "Se certo di voler aggiornare in qualsiasi caso l'articolo pubblicato?" - -#: core/Requirement/Taxonomies_count.php:50 -msgid "Between %d and %d " -msgstr "Tra %d e %d " - -#: core/Requirement/Filled_excerpt.php:43 -msgid "Between %d and %d characters in excerpt" -msgstr "Tra %d e %d caratteri nel riassunto" - -#: core/Requirement/Title_count.php:41 -msgid "Between %d and %d characters in title" -msgstr "Tra %d e %d caratteri nel titolo" - -#: core/Requirement/External_links.php:43 -msgid "Between %d and %d external links in content" -msgstr "Tra %d e %d link esterni nel contenuto" - -#: core/Requirement/Internal_links.php:43 -msgid "Between %d and %d internal links in content" -msgstr "Tra %d e %d link interni nel contenuto" - -#: core/Requirement/Tags_count.php:47 -msgid "Between %d and %d tags" -msgstr "Tra %d e %d tag" - -#: core/Requirement/Words_count.php:43 -msgid "Between %d and %d words in content" -msgstr "Tra %d e %d parole nel contenuto" - -#: core/Requirement/Categories_count.php:47 -#, php-format -msgid "Between %s and %s categories" -msgstr "Tra %s e %s categorie" - -#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 -msgid "Cheatin’ uh?" -msgstr "Si tenta di fare i furbi, eh?" - -#: modules/checklists/checklists.php:788 -#: modules/checklists/assets/js/gutenberg-panel.jsx:242 -msgid "Check Now" -msgstr "Controlla adesso" - -#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 -msgid "Checklist" -msgstr "Lista di controllo" - -#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 -#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 -#: modules/checklists/assets/js/gutenberg-panel.jsx:197 -#: modules/checklists/assets/js/gutenberg-panel.jsx:201 -msgid "Checklists" -msgstr "Liste di controllo" - -#: modules/settings/settings.php:61 modules/settings/settings.php:112 -msgid "Checklists Settings" -msgstr "Impostazioni Liste di controllo" - -#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 -msgid "Configure" -msgstr "Configura" - -#: modules/checklists/templates/footer.php:37 -msgid "Contact" -msgstr "Contatto" - -#: core/Requirement/Custom_item.php:52 core/Requirement/Custom_item.php:53 -msgid "Custom" -msgstr "Personalizzato" - -#: modules/checklists/templates/global-checklists.php:87 -msgid "" -"Custom tasks do not complete automatically. Users must check the box to show they " -"have completed the task." -msgstr "" -"Le attività personalizzate non hanno il completamento automatico. Gli utenti devono " -"spuntare questa casella di verifica per mostrare che hanno ultimato l'attività." - -#: modules/permalinks/permalinks.php:66 -msgid "Define tasks related to permalinks" -msgstr "Definisci le attività relative ai permalink" - -#: modules/yoastseo/yoastseo.php:67 -msgid "Define tasks related to Yoast SEO" -msgstr "Definisci le attività correlate a Yoast SEO" - -#: modules/checklists/templates/global-checklists.php:75 -msgid "Description" -msgstr "Descrizione" - -#: modules/settings/settings.php:700 -msgid "Disable the \"Status\" option when using \"Quick Edit\":" -msgstr "Disabilita l'opzione \"Stato\" mentre stai usando la \"Modifica rapida\":" - -#: modules/checklists/checklists.php:975 -msgid "Disabled" -msgstr "Disabilitato" - -#: modules/settings/settings.php:408 -#, php-format -msgid "" -"Disabled because add_post_type_support('%1$s', '%2$s') is included in a loaded file." -msgstr "" -"Disabilitato perché add_post_type_support('%1$s', '%2$s') è incluso in un file " -"caricato." - -#: modules/checklists/checklists.php:951 -msgid "Disabled, Recommended or Required" -msgstr "Disabilitato, Raccomandato o Richiesto" - -#: modules/checklists/templates/footer.php:30 -msgid "Documentation" -msgstr "Documentazione" - -#: modules/settings/settings.php:261 -msgid "Enabled features" -msgstr "Funzionalità abilitate" - -#: modules/settings/settings.php:781 -msgid "Enter your API Key to use OpenAI prompts in checklist tasks." -msgstr "" -"Inserisci la tua chiave API per utilizzare i prompt di OpenAI nelle attività delle " -"liste di controllo." - -#: core/Requirement/Featured_image.php:35 core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Immagine in evidenza" - -#: modules/settings/settings.php:252 -msgid "Features" -msgstr "Funzionalità" - -#: modules/settings/settings.php:253 -msgid "Feel free to select only the features you need." -msgstr "Puoi selezionare anche solo le funzionalità di cui hai bisogno." - -#: modules/settings/settings.php:675 -msgid "General:" -msgstr "Generale:" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:129 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:160 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 -msgid "Good" -msgstr "Buono" - -#. Author URI of the plugin -msgid "https://publishpress.com" -msgstr "https://publishpress.com" - -#. URI of the plugin -msgid "https://publishpress.com/" -msgstr "https://publishpress.com/" - -#: modules/settings/settings.php:762 -msgid "" -"If the \"Status\" option is enabled, it can be used to avoid using the Checklists " -"requirements." -msgstr "" -"Se l'opzione \"Stato\" è abilitata, può essere utilizzata per evitare di utilizzare i " -"requisiti delle liste di controllo." - -#: core/Legacy/Module.php:288 -#, php-format -msgid "If you like %s please leave us a %s rating. Thank you!" -msgstr "Se sei soddisfatto di %s, lasciaci una valutazione di %s!" - -#: core/Requirement/Openai_item.php:386 -msgid "Invalid response" -msgstr "Risposta non valida" - -#: modules/permalinks/lib/Requirement/ValidChars.php:37 -msgid "Latin characters in permalink" -msgstr "Caratteri latini nel permalink" - -#: core/Requirement/Base_counter.php:293 -msgid "Max" -msgstr "Massimo" - -#: core/Requirement/Taxonomies_count.php:46 core/Requirement/Taxonomies_count.php:47 -msgid "Maximum of %d " -msgstr "Massimo di %d " - -#: core/Requirement/Filled_excerpt.php:39 -msgid "Maximum of %d character in excerpt" -msgstr "Massimo di %d carattere nel riassunto" - -#: core/Requirement/Title_count.php:37 -msgid "Maximum of %d character in title" -msgstr "Massimo di %d carattere nel titolo" - -#: core/Requirement/Filled_excerpt.php:40 -msgid "Maximum of %d characters in excerpt" -msgstr "Massimo di %d caratteri nel riassunto" - -#: core/Requirement/Title_count.php:38 -msgid "Maximum of %d characters in title" -msgstr "Massimo di %d caratteri nel titolo" - -#: core/Requirement/External_links.php:39 -msgid "Maximum of %d external link in content" -msgstr "Massimo di %d link esterno nel contenuto" - -#: core/Requirement/External_links.php:40 -msgid "Maximum of %d external links in content" -msgstr "Massimo di %d link esterni nel contenuto" - -#: core/Requirement/Internal_links.php:39 -msgid "Maximum of %d internal link in content" -msgstr "Massimo di %d link interno nel contenuto" - -#: core/Requirement/Internal_links.php:40 -msgid "Maximum of %d internal links in content" -msgstr "Massimo di %d link interni nel contenuto" - -#: core/Requirement/Tags_count.php:43 -msgid "Maximum of %d tag" -msgstr "Massimo di %d tag" - -#: core/Requirement/Tags_count.php:44 -msgid "Maximum of %d tags" -msgstr "Massimo di %d tag" - -#: core/Requirement/Words_count.php:39 -msgid "Maximum of %d word in content" -msgstr "Massimo di %d parola nel contenuto" - -#: core/Requirement/Words_count.php:40 -msgid "Maximum of %d words in content" -msgstr "Massimo di %d parole nel contenuto" - -#: core/Requirement/Categories_count.php:44 -#, php-format -msgid "Maximum of %s categories" -msgstr "Massimo di %s categorie" - -#: core/Requirement/Categories_count.php:43 -#, php-format -msgid "Maximum of %s category" -msgstr "Massimo di %s categoria" - -#: core/Requirement/Base_counter.php:285 -msgid "Min" -msgstr "Minimo" - -#: core/Requirement/Taxonomies_count.php:44 core/Requirement/Taxonomies_count.php:45 -msgid "Minimum of %d " -msgstr "Minimo di %d " - -#: core/Requirement/Filled_excerpt.php:37 -msgid "Minimum of %d character in excerpt" -msgstr "Minimo di %d carattere nel riassunto" - -#: core/Requirement/Title_count.php:35 -msgid "Minimum of %d character in title" -msgstr "Minimo di %d carattere nel titolo" - -#: core/Requirement/Filled_excerpt.php:38 -msgid "Minimum of %d characters in excerpt" -msgstr "Minimo di %d caratteri nel riassunto" - -#: core/Requirement/Title_count.php:36 -msgid "Minimum of %d characters in title" -msgstr "Minimo di %d caratteri nel titolo" - -#: core/Requirement/External_links.php:37 -msgid "Minimum of %d external link in content" -msgstr "Minimo di %d link esterno nel contenuto" - -#: core/Requirement/External_links.php:38 -msgid "Minimum of %d external links in content" -msgstr "Minimo di %d link esterni nel contenuto" - -#: core/Requirement/Internal_links.php:37 -msgid "Minimum of %d internal link in content" -msgstr "Minimo di %d link interno nel contenuto" - -#: core/Requirement/Internal_links.php:38 -msgid "Minimum of %d internal links in content" -msgstr "Minimo di %d link interni nel contenuto" - -#: core/Requirement/Tags_count.php:41 -msgid "Minimum of %d tag" -msgstr "Minimo di %d tag" - -#: core/Requirement/Tags_count.php:42 -msgid "Minimum of %d tags" -msgstr "Minimo di %d tag" - -#: core/Requirement/Words_count.php:37 -msgid "Minimum of %d word in content" -msgstr "Minimo di %d parola nel contenuto" - -#: core/Requirement/Words_count.php:38 -msgid "Minimum of %d words in content" -msgstr "Minimo di %d parole nel contenuto" - -#: core/Requirement/Categories_count.php:42 -#, php-format -msgid "Minimum of %s categories" -msgstr "Minimo di %s categorie" - -#: core/Requirement/Categories_count.php:41 -#, php-format -msgid "Minimum of %s category" -msgstr "Minimo di %s categoria" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 -msgid "Minimum Yoast SEO analysis score" -msgstr "Punteggio minimo di analisi Yoast SEO" - -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 -msgid "Minimum Yoast SEO readability score" -msgstr "Punteggio minimo di leggibilità Yoast SEO" - -#: modules/checklists/templates/global-checklists.php:74 -msgid "New Item" -msgstr "Nuovo elemento" - -#: modules/checklists/checklists.php:790 -msgid "No" -msgstr "No" - -#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 -msgid "Not required, but important: " -msgstr "Non richiesto, ma importante: " - -#: core/Requirement/Taxonomies_count.php:43 -msgid "Number of " -msgstr "Numero di " - -#: core/Requirement/Categories_count.php:40 -msgid "Number of categories" -msgstr "Numero di categorie" - -#: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 -msgid "Number of characters in title" -msgstr "Numero di caratteri nel titolo" - -#: core/Requirement/External_links.php:36 -msgid "Number of external links in content" -msgstr "Numero di link esterni nel contenuto" - -#: core/Requirement/Internal_links.php:36 -msgid "Number of internal links in content" -msgstr "Numero di link interni nel contenuto" - -#: core/Requirement/Tags_count.php:40 -msgid "Number of tags" -msgstr "Numero di tag" - -#: core/Requirement/Words_count.php:36 -msgid "Number of words in content" -msgstr "Numero di parole nel contenuto" - -#: core/Requirement/Filled_excerpt.php:35 core/Requirement/Filled_excerpt.php:36 -msgid "Numbers of characters in excerpt" -msgstr "Numero di caratteri nel riassunto" - -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 -msgid "OK" -msgstr "OK" - -#: modules/checklists/checklists.php:789 -msgid "Ok" -msgstr "Ok" - -#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 -msgid "Openai" -msgstr "Openai" - -#: modules/settings/settings.php:708 -msgid "OpenAI API Key:" -msgstr "Chiave API di OpenAI:" - -#: core/Requirement/Openai_item.php:287 -msgid "OpenAI tasks require an API Key. Please add your API Key in the Settings area." -msgstr "" -"Le attività di OpenAI richiedono una chiave API. Aggiungi la chiave API nelle " -"impostazioni." - -#: modules/checklists/checklists.php:952 -msgid "Options" -msgstr "Opzioni" - -#: modules/permalinks/permalinks.php:65 -msgid "Permalinks" -msgstr "Permalink" - -#: modules/permissions/permissions.php:68 -msgid "Permissions" -msgstr "Autorizzazioni" - -#: modules/checklists/checklists.php:744 -msgid "Please complete the following tasks before publishing:" -msgstr "Completare le seguenti attività prima della pubblicazione:" - -#: modules/checklists/checklists.php:748 -msgid "Please complete the following tasks before updating the published post:" -msgstr "Completa le seguenti attività prima di aggiornare l'articolo pubblicato:" - -#: modules/checklists/assets/js/gutenberg-panel.jsx:167 -msgid "Please complete the required(*) checklists task." -msgstr "Devi completare le attività obbligatorie (*) delle liste di controllo." - -#: core/Legacy/LegacyPlugin.php:209 -msgid "Please correct your form errors below and try again." -msgstr "Correggi gli errori nel modulo sottostante e riprova." - -#: modules/checklists/checklists.php:594 -msgid "Please make sure to add a name for all the custom tasks." -msgstr "Assicurati di aggiungere un nome per tutte le attività personalizzate." - -#: modules/checklists/checklists.php:590 -msgid "Please make sure to complete the settings for" -msgstr "Assicurati di completare le impostazioni per" - -#: core/Requirement/Openai_item.php:278 -msgid "Post content is empty." -msgstr "Il contenuto dell'articolo è vuoto." - -#: core/Legacy/LegacyPlugin.php:218 -msgid "Post does not exist" -msgstr "L'articolo non esiste" - -#: core/Requirement/Prohibited_categories.php:43 -msgid "Prohibited categories" -msgstr "Categorie vietate" - -#: core/Requirement/Prohibited_categories.php:42 -msgid "Prohibited categories: %s" -msgstr "Categorie vietate: %s" - -#: core/Requirement/Prohibited_tags.php:43 -msgid "Prohibited tags" -msgstr "Tag vietati" - -#: core/Requirement/Prohibited_tags.php:42 -msgid "Prohibited tags: %s" -msgstr "Tag vietati: %s" - -#. Author of the plugin -msgid "PublishPress" -msgstr "PublishPress" - -#. Name of the plugin -#: core/Legacy/Module.php:285 -msgid "PublishPress Checklists" -msgstr "PublishPress Checklists" - -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -#, php-format -msgid "Readability: %s" -msgstr "Leggibilità: %s" - -#: modules/checklists/checklists.php:976 -msgid "Recommended" -msgstr "Raccomandato" - -#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 -#: modules/checklists/checklists.php:602 -msgid "Remove" -msgstr "Rimuovi" - -#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 -msgid "Required" -msgstr "Richiesto" - -#: modules/checklists/assets/js/gutenberg-panel.jsx:255 -msgid "required" -msgstr "richiesto" - -#: core/Requirement/Required_categories.php:43 -msgid "Required categories" -msgstr "Categorie obbligatorie" - -#: core/Requirement/Required_categories.php:42 -msgid "Required categories: %s" -msgstr "Categorie obbligatorie: %s" - -#: core/Requirement/Required_tags.php:43 -msgid "Required tags" -msgstr "Tag obbligatori" - -#: core/Requirement/Required_tags.php:42 -msgid "Required tags: %s" -msgstr "Tag obbligatori: %s" - -#: modules/reviews/reviews.php:61 -msgid "Reviews" -msgstr "Recensioni" - -#: modules/checklists/templates/global-checklists.php:108 -msgid "Save Changes" -msgstr "Salva modifiche" - -#: core/Requirement/Openai_item.php:365 -msgid "See the full response." -msgstr "Vedi la risposta completa." - -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -#, php-format -msgid "Seo: %s" -msgstr "Seo: %s" - -#: modules/settings/settings.php:114 -msgid "Settings" -msgstr "Impostazioni" - -#: modules/settings/settings.php:692 -msgid "Show warning icon:" -msgstr "Mostra l'icona di avviso:" - -#: modules/checklists/checklists.php:950 -msgid "Task" -msgstr "Attività" - -#: modules/checklists/templates/global-checklists.php:101 -msgid "The prompt should be in form of a question." -msgstr "Il prompt deve essere nel formato di una domanda." - -#: modules/settings/settings.php:312 -msgid "There are no PublishPress modules registered" -msgstr "Non ci sono moduli PublishPress registrati" - -#: modules/checklists/templates/global-checklists.php:101 -msgid "This feature requires an OpenAI API Key." -msgstr "Questa funzionalità richiede una chiave API di OpenAI." - -#: modules/settings/settings.php:741 -msgid "This will display a warning icon in the \"Publish\" box." -msgstr "Questo visualizzerà una icona di attenzione nel box \"Pubblica\"." - -#: core/Requirement/Openai_item.php:273 -msgid "Validation error. Kindly reload this page and try agai.n" -msgstr "Errore di convalida. Ricarica questa pagina e riprova." - -#: modules/checklists/checklists.php:606 -msgid "What's the expected OpenAI response to mark the requirement as pass?" -msgstr "" -"Qual è la risposta attesa da OpenAI per contrassegnare il requisito come superato?" - -#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 -msgid "Which roles can mark this task as complete?" -msgstr "Quali ruoli possono contrassegnare questa attività come completata?" - -#: modules/permissions/permissions.php:143 -msgid "Who can ignore the task?" -msgstr "Chi può ignorare l'attività?" - -#: modules/checklists/checklists.php:791 -msgid "Yes" -msgstr "Sì" - -#: modules/yoastseo/yoastseo.php:66 -msgid "Yoast SEO" -msgstr "Yoast SEO" - -#: core/Legacy/LegacyPlugin.php:214 -msgid "You do not have necessary permissions to complete this action." -msgstr "Non disponi delle autorizzazioni necessarie per completare questa azione." - -#: modules/checklists/checklists.php:783 -#, php-format -msgid "You don't have to complete any %sChecklist tasks%s." -msgstr "Non è necessario completare nessuna %sattività di Checklist%s." - -#: modules/checklists/checklists.php:730 -#: modules/checklists/assets/js/gutenberg-panel.jsx:208 -msgid "You don't have to complete any Checklist tasks." -msgstr "Non è necessario completare nessuna attività delle liste di controllo." - -#~ msgid "Define tasks that must be complete before content is published." -#~ msgstr "" -#~ "Definisci le attività che devono essere completate prima che il contenuto venga " -#~ "pubblicato." - -#~ msgid "Disable blocking of updates for published posts:" -#~ msgstr "Disabilita il blocco degli aggiornamenti per gli articoli pubblicati:" - -#~ msgid "" -#~ "If Checklists requirements are not met and the plugin blocks updates for published " -#~ "posts, this can cause conflicts with other plugins." -#~ msgstr "" -#~ "Se i requisiti delle liste di controllo non sono soddisfatti e il plugin blocca " -#~ "gli aggiornamenti degli articoli pubblicati, ciò può causare conflitti con altri " -#~ "plugin." +# Translation of Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) in Italian +# This file is distributed under the same license as the Plugins - PublishPress Checklists: Pre-Publishing Approval Task Checklist for WordPress Content - Stable (latest release) package. +msgid "" +msgstr "" +"Project-Id-Version: Plugins - PublishPress Checklists: Pre-Publishing " +"Approval Task Checklist for WordPress Content - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:52+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Loco https://localise.biz/\n" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" + +#: core/Requirement/Taxonomies_count.php:48 +#: core/Requirement/Taxonomies_count.php:49 +msgid "%d " +msgstr "%d " + +#: core/Requirement/Filled_excerpt.php:41 +msgid "%d character in excerpt" +msgstr "%d carattere nel riassunto" + +#: core/Requirement/Title_count.php:39 +msgid "%d character in title" +msgstr "%d carattere nel titolo" + +#: core/Requirement/Filled_excerpt.php:42 +msgid "%d characters in excerpt" +msgstr "%d caratteri nel riassunto" + +#: core/Requirement/Title_count.php:40 +msgid "%d characters in title" +msgstr "%d caratteri nel titolo" + +#: core/Requirement/External_links.php:41 +msgid "%d external link in content" +msgstr "%d link esterno nel contenuto" + +#: core/Requirement/External_links.php:42 +msgid "%d external links in content" +msgstr "%d link esterni nel contenuto" + +#: core/Requirement/Internal_links.php:41 +msgid "%d internal link in content" +msgstr "%d link interno nel contenuto" + +#: core/Requirement/Internal_links.php:42 +msgid "%d internal links in content" +msgstr "%d link interni nel contenuto" + +#: core/Requirement/Tags_count.php:45 +msgid "%d tag" +msgstr "%d tag" + +#: core/Requirement/Tags_count.php:46 +msgid "%d tags" +msgstr "%d tags" + +#: core/Requirement/Words_count.php:41 +msgid "%d word in content" +msgstr "%d parola nel contenuto" + +#: core/Requirement/Words_count.php:42 +msgid "%d words in content" +msgstr "%d parole nel contenuto" + +#: core/Requirement/Categories_count.php:46 +#, php-format +msgid "%s categories" +msgstr "%s categorie" + +#: core/Requirement/Categories_count.php:45 +#, php-format +msgid "%s category" +msgstr "%s categoria" + +#: modules/checklists/templates/footer.php:23 +msgid "About" +msgstr "Chi siamo" + +#: modules/checklists/checklists.php:953 +msgid "Add custom task" +msgstr "Aggiungi attività personalizzata" + +#: modules/checklists/templates/global-checklists.php:94 +msgid "Add OpenAI Prompt task" +msgstr "Aggiungi attività prompt OpenAI" + +#: modules/settings/settings.php:684 +msgid "Add to these post types:" +msgstr "Aggiungi a questi tipi di articoli:" + +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "Tutte le immagini hanno un testo Alt" + +#: core/Requirement/Validate_links.php:58 +#: core/Requirement/Validate_links.php:59 +msgid "All links use a valid format" +msgstr "Tutti i link utilizzano un formato valido" + +#: core/Requirement/Openai_item.php:266 +msgid "An error occured." +msgstr "Si è verificato un errore." + +#: core/Requirement/Openai_item.php:340 +#, php-format +msgid "API Error: %1s." +msgstr "Errore API: %1s." + +#: core/Requirement/Approved_by.php:41 +#, php-format +msgid "Approved by %s" +msgstr "Approvato da %s" + +#: core/Requirement/Approved_by.php:42 +msgid "Approved by a user in this role" +msgstr "Approvato da un utente in questo ruolo" + +#: modules/checklists/checklists.php:736 +msgid "Are you sure you want to publish anyway?" +msgstr "Sei certo di voler pubblicare comunque?" + +#: modules/checklists/checklists.php:740 +msgid "Are you sure you want to update the published post anyway?" +msgstr "Se certo di voler aggiornare in qualsiasi caso l'articolo pubblicato?" + +#: core/Requirement/Taxonomies_count.php:50 +msgid "Between %d and %d " +msgstr "Tra %d e %d " + +#: core/Requirement/Filled_excerpt.php:43 +msgid "Between %d and %d characters in excerpt" +msgstr "Tra %d e %d caratteri nel riassunto" + +#: core/Requirement/Title_count.php:41 +msgid "Between %d and %d characters in title" +msgstr "Tra %d e %d caratteri nel titolo" + +#: core/Requirement/External_links.php:43 +msgid "Between %d and %d external links in content" +msgstr "Tra %d e %d link esterni nel contenuto" + +#: core/Requirement/Internal_links.php:43 +msgid "Between %d and %d internal links in content" +msgstr "Tra %d e %d link interni nel contenuto" + +#: core/Requirement/Tags_count.php:47 +msgid "Between %d and %d tags" +msgstr "Tra %d e %d tag" + +#: core/Requirement/Words_count.php:43 +msgid "Between %d and %d words in content" +msgstr "Tra %d e %d parole nel contenuto" + +#: core/Requirement/Categories_count.php:47 +#, php-format +msgid "Between %s and %s categories" +msgstr "Tra %s e %s categorie" + +#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 +msgid "Cheatin’ uh?" +msgstr "Si tenta di fare i furbi, eh?" + +#: modules/checklists/checklists.php:788 +#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +msgid "Check Now" +msgstr "Controlla adesso" + +#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 +msgid "Checklist" +msgstr "Lista di controllo" + +#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 +#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 +#: modules/checklists/assets/js/gutenberg-panel.jsx:197 +#: modules/checklists/assets/js/gutenberg-panel.jsx:201 +msgid "Checklists" +msgstr "Liste di controllo" + +#: modules/settings/settings.php:61 modules/settings/settings.php:112 +msgid "Checklists Settings" +msgstr "Impostazioni Liste di controllo" + +#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 +msgid "Configure" +msgstr "Configura" + +#: modules/checklists/templates/footer.php:37 +msgid "Contact" +msgstr "Contatto" + +#: core/Requirement/Custom_item.php:52 core/Requirement/Custom_item.php:53 +msgid "Custom" +msgstr "Personalizzato" + +#: modules/checklists/templates/global-checklists.php:87 +msgid "" +"Custom tasks do not complete automatically. Users must check the box to show " +"they have completed the task." +msgstr "" +"Le attività personalizzate non hanno il completamento automatico. Gli utenti " +"devono spuntare questa casella di verifica per mostrare che hanno ultimato " +"l'attività." + +#: modules/permalinks/permalinks.php:66 +msgid "Define tasks related to permalinks" +msgstr "Definisci le attività relative ai permalink" + +#: modules/yoastseo/yoastseo.php:67 +msgid "Define tasks related to Yoast SEO" +msgstr "Definisci le attività correlate a Yoast SEO" + +#: modules/checklists/templates/global-checklists.php:75 +msgid "Description" +msgstr "Descrizione" + +#: modules/settings/settings.php:700 +msgid "Disable the \"Status\" option when using \"Quick Edit\":" +msgstr "" +"Disabilita l'opzione \"Stato\" mentre stai usando la \"Modifica rapida\":" + +#: modules/checklists/checklists.php:975 +msgid "Disabled" +msgstr "Disabilitato" + +#: modules/settings/settings.php:408 +#, php-format +msgid "" +"Disabled because add_post_type_support('%1$s', '%2$s') is included in a " +"loaded file." +msgstr "" +"Disabilitato perché add_post_type_support('%1$s', '%2$s') è incluso in un " +"file caricato." + +#: modules/checklists/checklists.php:951 +msgid "Disabled, Recommended or Required" +msgstr "Disabilitato, Raccomandato o Richiesto" + +#: modules/checklists/templates/footer.php:30 +msgid "Documentation" +msgstr "Documentazione" + +#: modules/settings/settings.php:261 +msgid "Enabled features" +msgstr "Funzionalità abilitate" + +#: modules/settings/settings.php:781 +msgid "Enter your API Key to use OpenAI prompts in checklist tasks." +msgstr "" +"Inserisci la tua chiave API per utilizzare i prompt di OpenAI nelle attività " +"delle liste di controllo." + +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "L'immagine in evidenza ha testo alternativo" + +#: core/Requirement/Featured_image.php:35 +#: core/Requirement/Featured_image.php:36 +msgid "Featured image is added" +msgstr "L'immagine in evidenza è stata aggiunta" + +#: modules/settings/settings.php:252 +msgid "Features" +msgstr "Funzionalità" + +#: modules/settings/settings.php:253 +msgid "Feel free to select only the features you need." +msgstr "Puoi selezionare anche solo le funzionalità di cui hai bisogno." + +#: modules/settings/settings.php:675 +msgid "General:" +msgstr "Generale:" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:129 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:160 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:130 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:161 +msgid "Good" +msgstr "Buono" + +#. Author URI of the plugin +msgid "https://publishpress.com" +msgstr "https://publishpress.com" + +#. URI of the plugin +msgid "https://publishpress.com/" +msgstr "https://publishpress.com/" + +#: modules/settings/settings.php:762 +msgid "" +"If the \"Status\" option is enabled, it can be used to avoid using the " +"Checklists requirements." +msgstr "" +"Se l'opzione \"Stato\" è abilitata, può essere utilizzata per evitare di " +"utilizzare i requisiti delle liste di controllo." + +#: core/Legacy/Module.php:288 +#, php-format +msgid "If you like %s please leave us a %s rating. Thank you!" +msgstr "Se sei soddisfatto di %s, lasciaci una valutazione di %s!" + +#: core/Requirement/Openai_item.php:386 +msgid "Invalid response" +msgstr "Risposta non valida" + +#: modules/permalinks/lib/Requirement/ValidChars.php:37 +msgid "Latin characters in permalink" +msgstr "Caratteri latini nel permalink" + +#: core/Requirement/Base_counter.php:293 +msgid "Max" +msgstr "Massimo" + +#: core/Requirement/Taxonomies_count.php:46 +#: core/Requirement/Taxonomies_count.php:47 +msgid "Maximum of %d " +msgstr "Massimo di %d " + +#: core/Requirement/Filled_excerpt.php:39 +msgid "Maximum of %d character in excerpt" +msgstr "Massimo di %d carattere nel riassunto" + +#: core/Requirement/Title_count.php:37 +msgid "Maximum of %d character in title" +msgstr "Massimo di %d carattere nel titolo" + +#: core/Requirement/Filled_excerpt.php:40 +msgid "Maximum of %d characters in excerpt" +msgstr "Massimo di %d caratteri nel riassunto" + +#: core/Requirement/Title_count.php:38 +msgid "Maximum of %d characters in title" +msgstr "Massimo di %d caratteri nel titolo" + +#: core/Requirement/External_links.php:39 +msgid "Maximum of %d external link in content" +msgstr "Massimo di %d link esterno nel contenuto" + +#: core/Requirement/External_links.php:40 +msgid "Maximum of %d external links in content" +msgstr "Massimo di %d link esterni nel contenuto" + +#: core/Requirement/Internal_links.php:39 +msgid "Maximum of %d internal link in content" +msgstr "Massimo di %d link interno nel contenuto" + +#: core/Requirement/Internal_links.php:40 +msgid "Maximum of %d internal links in content" +msgstr "Massimo di %d link interni nel contenuto" + +#: core/Requirement/Tags_count.php:43 +msgid "Maximum of %d tag" +msgstr "Massimo di %d tag" + +#: core/Requirement/Tags_count.php:44 +msgid "Maximum of %d tags" +msgstr "Massimo di %d tag" + +#: core/Requirement/Words_count.php:39 +msgid "Maximum of %d word in content" +msgstr "Massimo di %d parola nel contenuto" + +#: core/Requirement/Words_count.php:40 +msgid "Maximum of %d words in content" +msgstr "Massimo di %d parole nel contenuto" + +#: core/Requirement/Categories_count.php:44 +#, php-format +msgid "Maximum of %s categories" +msgstr "Massimo di %s categorie" + +#: core/Requirement/Categories_count.php:43 +#, php-format +msgid "Maximum of %s category" +msgstr "Massimo di %s categoria" + +#: core/Requirement/Base_counter.php:285 +msgid "Min" +msgstr "Minimo" + +#: core/Requirement/Taxonomies_count.php:44 +#: core/Requirement/Taxonomies_count.php:45 +msgid "Minimum of %d " +msgstr "Minimo di %d " + +#: core/Requirement/Filled_excerpt.php:37 +msgid "Minimum of %d character in excerpt" +msgstr "Minimo di %d carattere nel riassunto" + +#: core/Requirement/Title_count.php:35 +msgid "Minimum of %d character in title" +msgstr "Minimo di %d carattere nel titolo" + +#: core/Requirement/Filled_excerpt.php:38 +msgid "Minimum of %d characters in excerpt" +msgstr "Minimo di %d caratteri nel riassunto" + +#: core/Requirement/Title_count.php:36 +msgid "Minimum of %d characters in title" +msgstr "Minimo di %d caratteri nel titolo" + +#: core/Requirement/External_links.php:37 +msgid "Minimum of %d external link in content" +msgstr "Minimo di %d link esterno nel contenuto" + +#: core/Requirement/External_links.php:38 +msgid "Minimum of %d external links in content" +msgstr "Minimo di %d link esterni nel contenuto" + +#: core/Requirement/Internal_links.php:37 +msgid "Minimum of %d internal link in content" +msgstr "Minimo di %d link interno nel contenuto" + +#: core/Requirement/Internal_links.php:38 +msgid "Minimum of %d internal links in content" +msgstr "Minimo di %d link interni nel contenuto" + +#: core/Requirement/Tags_count.php:41 +msgid "Minimum of %d tag" +msgstr "Minimo di %d tag" + +#: core/Requirement/Tags_count.php:42 +msgid "Minimum of %d tags" +msgstr "Minimo di %d tag" + +#: core/Requirement/Words_count.php:37 +msgid "Minimum of %d word in content" +msgstr "Minimo di %d parola nel contenuto" + +#: core/Requirement/Words_count.php:38 +msgid "Minimum of %d words in content" +msgstr "Minimo di %d parole nel contenuto" + +#: core/Requirement/Categories_count.php:42 +#, php-format +msgid "Minimum of %s categories" +msgstr "Minimo di %s categorie" + +#: core/Requirement/Categories_count.php:41 +#, php-format +msgid "Minimum of %s category" +msgstr "Minimo di %s categoria" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:46 +msgid "Minimum Yoast SEO analysis score" +msgstr "Punteggio minimo di analisi Yoast SEO" + +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:47 +msgid "Minimum Yoast SEO readability score" +msgstr "Punteggio minimo di leggibilità Yoast SEO" + +#: modules/checklists/templates/global-checklists.php:74 +msgid "New Item" +msgstr "Nuovo elemento" + +#: modules/checklists/checklists.php:790 +msgid "No" +msgstr "No" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "Nessun requisito %s per questo tipo di post." + +#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 +msgid "Not required, but important: " +msgstr "Non richiesto, ma importante: " + +#: core/Requirement/Taxonomies_count.php:43 +msgid "Number of " +msgstr "Numero di " + +#: core/Requirement/Categories_count.php:40 +msgid "Number of categories" +msgstr "Numero di categorie" + +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Numero di caratteri nel testo alternativo" + +#: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 +msgid "Number of characters in title" +msgstr "Numero di caratteri nel titolo" + +#: core/Requirement/External_links.php:36 +msgid "Number of external links in content" +msgstr "Numero di link esterni nel contenuto" + +#: core/Requirement/Internal_links.php:36 +msgid "Number of internal links in content" +msgstr "Numero di link interni nel contenuto" + +#: core/Requirement/Tags_count.php:40 +msgid "Number of tags" +msgstr "Numero di tag" + +#: core/Requirement/Words_count.php:36 +msgid "Number of words in content" +msgstr "Numero di parole nel contenuto" + +#: core/Requirement/Filled_excerpt.php:35 +#: core/Requirement/Filled_excerpt.php:36 +msgid "Numbers of characters in excerpt" +msgstr "Numero di caratteri nel riassunto" + +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:159 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:125 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:160 +msgid "OK" +msgstr "OK" + +#: modules/checklists/checklists.php:789 +msgid "Ok" +msgstr "Ok" + +#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 +msgid "Openai" +msgstr "Openai" + +#: modules/settings/settings.php:708 +msgid "OpenAI API Key:" +msgstr "Chiave API di OpenAI:" + +#: core/Requirement/Openai_item.php:287 +msgid "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." +msgstr "" +"Le attività di OpenAI richiedono una chiave API. Aggiungi la chiave API " +"nelle impostazioni." + +#: modules/checklists/checklists.php:952 +msgid "Options" +msgstr "Opzioni" + +#: modules/permalinks/permalinks.php:65 +msgid "Permalinks" +msgstr "Permalink" + +#: modules/permissions/permissions.php:68 +msgid "Permissions" +msgstr "Autorizzazioni" + +#: modules/checklists/checklists.php:744 +msgid "Please complete the following tasks before publishing:" +msgstr "Completare le seguenti attività prima della pubblicazione:" + +#: modules/checklists/checklists.php:748 +msgid "Please complete the following tasks before updating the published post:" +msgstr "" +"Completa le seguenti attività prima di aggiornare l'articolo pubblicato:" + +#: modules/checklists/assets/js/gutenberg-panel.jsx:167 +msgid "Please complete the required(*) checklists task." +msgstr "Devi completare le attività obbligatorie (*) delle liste di controllo." + +#: core/Legacy/LegacyPlugin.php:209 +msgid "Please correct your form errors below and try again." +msgstr "Correggi gli errori nel modulo sottostante e riprova." + +#: modules/checklists/checklists.php:594 +msgid "Please make sure to add a name for all the custom tasks." +msgstr "Assicurati di aggiungere un nome per tutte le attività personalizzate." + +#: modules/checklists/checklists.php:590 +msgid "Please make sure to complete the settings for" +msgstr "Assicurati di completare le impostazioni per" + +#: core/Requirement/Openai_item.php:278 +msgid "Post content is empty." +msgstr "Il contenuto dell'articolo è vuoto." + +#: core/Legacy/LegacyPlugin.php:218 +msgid "Post does not exist" +msgstr "L'articolo non esiste" + +#: core/Requirement/Prohibited_categories.php:43 +msgid "Prohibited categories" +msgstr "Categorie vietate" + +#: core/Requirement/Prohibited_categories.php:42 +msgid "Prohibited categories: %s" +msgstr "Categorie vietate: %s" + +#: core/Requirement/Prohibited_tags.php:43 +msgid "Prohibited tags" +msgstr "Tag vietati" + +#: core/Requirement/Prohibited_tags.php:42 +msgid "Prohibited tags: %s" +msgstr "Tag vietati: %s" + +#. Author of the plugin +msgid "PublishPress" +msgstr "PublishPress" + +#. Name of the plugin +#: core/Legacy/Module.php:285 +msgid "PublishPress Checklists" +msgstr "PublishPress Checklists" + +#: modules/checklists/checklists.php:976 +msgid "Recommended" +msgstr "Raccomandato" + +#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 +#: modules/checklists/checklists.php:602 +msgid "Remove" +msgstr "Rimuovi" + +#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 +msgid "Required" +msgstr "Richiesto" + +#: modules/checklists/assets/js/gutenberg-panel.jsx:255 +msgid "required" +msgstr "richiesto" + +#: core/Requirement/Required_categories.php:43 +msgid "Required categories" +msgstr "Categorie obbligatorie" + +#: core/Requirement/Required_categories.php:42 +msgid "Required categories: %s" +msgstr "Categorie obbligatorie: %s" + +#: core/Requirement/Required_tags.php:43 +msgid "Required tags" +msgstr "Tag obbligatori" + +#: core/Requirement/Required_tags.php:42 +msgid "Required tags: %s" +msgstr "Tag obbligatori: %s" + +#: modules/reviews/reviews.php:61 +msgid "Reviews" +msgstr "Recensioni" + +#: modules/checklists/templates/global-checklists.php:108 +msgid "Save Changes" +msgstr "Salva modifiche" + +#: core/Requirement/Openai_item.php:365 +msgid "See the full response." +msgstr "Vedi la risposta completa." + +#: modules/settings/settings.php:114 +msgid "Settings" +msgstr "Impostazioni" + +#: modules/settings/settings.php:692 +msgid "Show warning icon:" +msgstr "Mostra l'icona di avviso:" + +#: modules/checklists/checklists.php:950 +msgid "Task" +msgstr "Attività" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "The prompt should be in form of a question." +msgstr "Il prompt deve essere nel formato di una domanda." + +#: modules/settings/settings.php:312 +msgid "There are no PublishPress modules registered" +msgstr "Non ci sono moduli PublishPress registrati" + +#: modules/checklists/templates/global-checklists.php:101 +msgid "This feature requires an OpenAI API Key." +msgstr "Questa funzionalità richiede una chiave API di OpenAI." + +#: modules/settings/settings.php:741 +msgid "This will display a warning icon in the \"Publish\" box." +msgstr "Questo visualizzerà una icona di attenzione nel box \"Pubblica\"." + +#: core/Requirement/Openai_item.php:273 +msgid "Validation error. Kindly reload this page and try agai.n" +msgstr "Errore di convalida. Ricarica questa pagina e riprova." + +#: modules/checklists/checklists.php:606 +msgid "What's the expected OpenAI response to mark the requirement as pass?" +msgstr "" +"Qual è la risposta attesa da OpenAI per contrassegnare il requisito come " +"superato?" + +#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 +msgid "Which roles can mark this task as complete?" +msgstr "Quali ruoli possono contrassegnare questa attività come completata?" + +#: modules/permissions/permissions.php:143 +msgid "Who can ignore the task?" +msgstr "Chi può ignorare l'attività?" + +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"Con le checklist di PublishPress puoi scegliere i requisiti di pubblicazione " +"per i tuoi contenuti." + +#: modules/checklists/checklists.php:791 +msgid "Yes" +msgstr "Sì" + +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Leggibilità Yoast: %s" + +#: modules/yoastseo/yoastseo.php:66 +msgid "Yoast SEO" +msgstr "Yoast SEO" + +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "SEO di Yoast: %s" + +#: core/Legacy/LegacyPlugin.php:214 +msgid "You do not have necessary permissions to complete this action." +msgstr "" +"Non disponi delle autorizzazioni necessarie per completare questa azione." + +#: modules/checklists/checklists.php:783 +#, php-format +msgid "You don't have to complete any %sChecklist tasks%s." +msgstr "Non è necessario completare nessuna %sattività di Checklist%s." + +#: modules/checklists/checklists.php:730 +#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +msgid "You don't have to complete any Checklist tasks." +msgstr "Non è necessario completare nessuna attività delle liste di controllo." diff --git a/languages/publishpress-checklists-pt_BR.mo b/languages/publishpress-checklists-pt_BR.mo index a17909eb..9f893b17 100644 Binary files a/languages/publishpress-checklists-pt_BR.mo and b/languages/publishpress-checklists-pt_BR.mo differ diff --git a/languages/publishpress-checklists-pt_BR.po b/languages/publishpress-checklists-pt_BR.po index 673630fa..64229048 100644 --- a/languages/publishpress-checklists-pt_BR.po +++ b/languages/publishpress-checklists-pt_BR.po @@ -1,80 +1,69 @@ msgid "" msgstr "" "Project-Id-Version: PublishPress - PublishPress Checklists\n" -"POT-Creation-Date: 2020-08-04 15:40-0300\n" -"PO-Revision-Date: 2023-03-06 13:26+0000\n" -"Last-Translator: Anderson Grudtner Martins \n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:54+0000\n" +"Last-Translator: \n" "Language-Team: Portuguese (Brazil)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Loco https://localise.biz/" +"X-Generator: Loco https://localise.biz/\n" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" #: core/Requirement/Taxonomies_count.php:48 #: core/Requirement/Taxonomies_count.php:49 -#, php-format msgid "%d " msgstr "%d " #: core/Requirement/Filled_excerpt.php:41 -#, php-format msgid "%d character in excerpt" msgstr "%d caracter no resumo" #: core/Requirement/Title_count.php:39 -#, php-format msgid "%d character in title" msgstr "%d caracter no título" #: core/Requirement/Filled_excerpt.php:42 -#, php-format msgid "%d characters in excerpt" msgstr "%d caracteres no resumo" #: core/Requirement/Title_count.php:40 -#, php-format msgid "%d characters in title" msgstr "%d caracteres no título" #: core/Requirement/External_links.php:41 -#, php-format msgid "%d external link in content" -msgstr "" +msgstr "%d link externo no conteúdo" #: core/Requirement/External_links.php:42 -#, php-format msgid "%d external links in content" -msgstr "" +msgstr "%d links externos no conteúdo" #: core/Requirement/Internal_links.php:41 -#, php-format msgid "%d internal link in content" msgstr "%d link interno no conteúdo" #: core/Requirement/Internal_links.php:42 -#, php-format msgid "%d internal links in content" msgstr "%d links internos no conteúdo" #: core/Requirement/Tags_count.php:45 -#, php-format msgid "%d tag" msgstr "%d tag" #: core/Requirement/Tags_count.php:46 -#, php-format msgid "%d tags" msgstr "%d tags" #: core/Requirement/Words_count.php:41 -#, php-format msgid "%d word in content" msgstr "%d palavra no conteúdo" #: core/Requirement/Words_count.php:42 -#, php-format msgid "%d words in content" msgstr "%d palavras no conteúdo" @@ -92,80 +81,78 @@ msgstr "%s categoria" msgid "About" msgstr "Sobre" -#: modules/checklists/checklists.php:898 +#: modules/checklists/checklists.php:953 msgid "Add custom task" msgstr "Adicionar item personalizado" -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "Adicionar suporte para listas de verificação no WordPress" +#: modules/checklists/templates/global-checklists.php:94 +msgid "Add OpenAI Prompt task" +msgstr "Adicionar tarefa do OpenAI Prompt" -#: modules/settings/settings.php:677 +#: modules/settings/settings.php:684 msgid "Add to these post types:" msgstr "Adicionar a estes tipos de post:" +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "Todas as imagens têm texto alternativo" + #: core/Requirement/Validate_links.php:58 #: core/Requirement/Validate_links.php:59 msgid "All links use a valid format" -msgstr "" +msgstr "Todos os links usam um formato válido" -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "Alt texto para todas as imagens" +#: core/Requirement/Openai_item.php:266 +msgid "An error occured." +msgstr "Ocorreu um erro." -#: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" -msgstr "Texto alternativo para imagens em destaque" +#: core/Requirement/Openai_item.php:340 +#, php-format +msgid "API Error: %1s." +msgstr "Erro de API: %1s." #: core/Requirement/Approved_by.php:41 #, php-format msgid "Approved by %s" -msgstr "" +msgstr "Aprovado por %s" #: core/Requirement/Approved_by.php:42 msgid "Approved by a user in this role" -msgstr "" +msgstr "Aprovado por um usuário nesta função" -#: modules/checklists/checklists.php:680 +#: modules/checklists/checklists.php:736 msgid "Are you sure you want to publish anyway?" msgstr "Tem certeza que quer publicar de qualquer maneira?" -#: modules/checklists/checklists.php:684 +#: modules/checklists/checklists.php:740 msgid "Are you sure you want to update the published post anyway?" msgstr "Tem certeza que deseja atualizar este post já publicado?" #: core/Requirement/Taxonomies_count.php:50 -#, php-format msgid "Between %d and %d " msgstr "Entre %d e %d " #: core/Requirement/Filled_excerpt.php:43 -#, php-format msgid "Between %d and %d characters in excerpt" msgstr "Entre %d e %d caracteres no resumo" #: core/Requirement/Title_count.php:41 -#, php-format msgid "Between %d and %d characters in title" msgstr "Entre %d e %d caracteres no título" #: core/Requirement/External_links.php:43 -#, php-format msgid "Between %d and %d external links in content" -msgstr "" +msgstr "Entre %d e %d links externos no conteúdo" #: core/Requirement/Internal_links.php:43 -#, php-format msgid "Between %d and %d internal links in content" msgstr "Entre %d e %d links internos no conteúdo" #: core/Requirement/Tags_count.php:47 -#, php-format msgid "Between %d and %d tags" msgstr "Entre %d e %d tags" #: core/Requirement/Words_count.php:43 -#, php-format msgid "Between %d and %d words in content" msgstr "Entre %d e %d palavras no conteúdo" @@ -174,24 +161,31 @@ msgstr "Entre %d e %d palavras no conteúdo" msgid "Between %s and %s categories" msgstr "Entre %s e %s categorias" -#: core/Legacy/LegacyPlugin.php:212 modules/settings/settings.php:437 +#: core/Legacy/LegacyPlugin.php:213 modules/settings/settings.php:444 msgid "Cheatin’ uh?" msgstr "Trapaceando’ hein?" -#: modules/checklists/checklists.php:622 modules/checklists/checklists.php:678 +#: modules/checklists/checklists.php:788 +#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +msgid "Check Now" +msgstr "Verifique agora" + +#: modules/checklists/checklists.php:669 modules/checklists/checklists.php:734 msgid "Checklist" msgstr "Checklist" -#: core/Legacy/LegacyPlugin.php:348 modules/checklists/checklists.php:99 -#: modules/checklists/checklists.php:832 modules/checklists/checklists.php:847 +#: core/Legacy/LegacyPlugin.php:349 modules/checklists/checklists.php:101 +#: modules/checklists/checklists.php:887 modules/checklists/checklists.php:902 +#: modules/checklists/assets/js/gutenberg-panel.jsx:197 +#: modules/checklists/assets/js/gutenberg-panel.jsx:201 msgid "Checklists" msgstr "Checklists" -#: modules/settings/settings.php:60 modules/settings/settings.php:110 +#: modules/settings/settings.php:61 modules/settings/settings.php:112 msgid "Checklists Settings" msgstr "Configurações de listas de verificação" -#: core/Legacy/LegacyPlugin.php:205 modules/checklists/checklists.php:679 +#: core/Legacy/LegacyPlugin.php:206 modules/checklists/checklists.php:735 msgid "Configure" msgstr "Configurar" @@ -203,34 +197,35 @@ msgstr "Contato" msgid "Custom" msgstr "Personalizado" -#: modules/checklists/templates/global-checklists.php:75 +#: modules/checklists/templates/global-checklists.php:87 msgid "" "Custom tasks do not complete automatically. Users must check the box to show " "they have completed the task." msgstr "" +"Tarefas personalizadas não são concluídas automaticamente. Os usuários devem " +"marcar a caixa para mostrar que concluíram a tarefa." -#: modules/permalinks/permalinks.php:65 +#: modules/permalinks/permalinks.php:66 msgid "Define tasks related to permalinks" msgstr "Defina tarefas relacionadas aos links permanentes" -#: modules/yoastseo/yoastseo.php:66 +#: modules/yoastseo/yoastseo.php:67 msgid "Define tasks related to Yoast SEO" msgstr "Definir tarefas relacionadas ao Yoast SEO" -#: modules/checklists/checklists.php:101 -msgid "Define tasks that must be complete before content is published." -msgstr "" -"Defina tarefas que devem ser completadas antes do conteúdo ser publicado." +#: modules/checklists/templates/global-checklists.php:75 +msgid "Description" +msgstr "Descrição" -#: modules/settings/settings.php:693 +#: modules/settings/settings.php:700 msgid "Disable the \"Status\" option when using \"Quick Edit\":" -msgstr "" +msgstr "Desabilite a opção \"Status\" ao usar \"Edição rápida\":" -#: modules/checklists/checklists.php:920 +#: modules/checklists/checklists.php:975 msgid "Disabled" msgstr "Inativo" -#: modules/settings/settings.php:401 +#: modules/settings/settings.php:408 #, php-format msgid "" "Disabled because add_post_type_support('%1$s', '%2$s') is included in a " @@ -239,7 +234,7 @@ msgstr "" "Desabilitado, pois add_post_type_support('%1$s', '%2$s') está incluído em um " "arquivo já carregado." -#: modules/checklists/checklists.php:896 +#: modules/checklists/checklists.php:951 msgid "Disabled, Recommended or Required" msgstr "Inativos, recomendados ou necessários" @@ -247,25 +242,36 @@ msgstr "Inativos, recomendados ou necessários" msgid "Documentation" msgstr "Documentação" -#: modules/settings/settings.php:254 +#: modules/settings/settings.php:261 msgid "Enabled features" msgstr "Funcionalidades ativadas" +#: modules/settings/settings.php:781 +msgid "Enter your API Key to use OpenAI prompts in checklist tasks." +msgstr "" +"Insira sua chave de API para usar prompts do OpenAI em tarefas de lista de " +"verificação." + +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "A imagem em destaque tem texto alternativo" + #: core/Requirement/Featured_image.php:35 #: core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Imagem destacada" +msgid "Featured image is added" +msgstr "A imagem em destaque foi adicionada" -#: modules/settings/settings.php:245 +#: modules/settings/settings.php:252 msgid "Features" msgstr "Funcionalidades" -#: modules/settings/settings.php:246 +#: modules/settings/settings.php:253 msgid "Feel free to select only the features you need." msgstr "" "Sinta-se livre para selecionar somente as funcionalidades de que precisa." -#: modules/settings/settings.php:668 +#: modules/settings/settings.php:675 msgid "General:" msgstr "Geral:" @@ -284,88 +290,81 @@ msgstr "https://publishpress.com" msgid "https://publishpress.com/" msgstr "https://publishpress.com/" -#: modules/settings/settings.php:747 +#: modules/settings/settings.php:762 msgid "" "If the \"Status\" option is enabled, it can be used to avoid using the " -"Checklists requirements.\"" +"Checklists requirements." msgstr "" +"Se a opção \"Status\" estiver habilitada, ela poderá ser usada para evitar o " +"uso dos requisitos das Listas de Verificação." #: core/Legacy/Module.php:288 #, php-format msgid "If you like %s please leave us a %s rating. Thank you!" msgstr "Se você gosta do %s por favor nos deixe uma avaliação %s. Obrigado!" +#: core/Requirement/Openai_item.php:386 +msgid "Invalid response" +msgstr "Resposta inválida" + #: modules/permalinks/lib/Requirement/ValidChars.php:37 msgid "Latin characters in permalink" msgstr "Caracteres latinos no link permanente" -#: core/Requirement/Base_counter.php:294 +#: core/Requirement/Base_counter.php:293 msgid "Max" -msgstr "" +msgstr "Máx." #: core/Requirement/Taxonomies_count.php:46 #: core/Requirement/Taxonomies_count.php:47 -#, php-format msgid "Maximum of %d " msgstr "Máximo de %d " #: core/Requirement/Filled_excerpt.php:39 -#, php-format msgid "Maximum of %d character in excerpt" msgstr "Máximo de %d caracteres no resumo" #: core/Requirement/Title_count.php:37 -#, php-format msgid "Maximum of %d character in title" msgstr "Máximo de %d caracter no título" #: core/Requirement/Filled_excerpt.php:40 -#, php-format msgid "Maximum of %d characters in excerpt" msgstr "Máximo de %d caracteres no resumo" #: core/Requirement/Title_count.php:38 -#, php-format msgid "Maximum of %d characters in title" msgstr "Máximo de %d caracteres no título" #: core/Requirement/External_links.php:39 -#, php-format msgid "Maximum of %d external link in content" -msgstr "" +msgstr "Máximo de %d link externo no conteúdo" #: core/Requirement/External_links.php:40 -#, php-format msgid "Maximum of %d external links in content" -msgstr "" +msgstr "Máximo de %d links externos no conteúdo" #: core/Requirement/Internal_links.php:39 -#, php-format msgid "Maximum of %d internal link in content" msgstr "Máximo de %d link interno no conteúdo" #: core/Requirement/Internal_links.php:40 -#, php-format msgid "Maximum of %d internal links in content" msgstr "Máximo de %d links internos no conteúdo" #: core/Requirement/Tags_count.php:43 -#, php-format msgid "Maximum of %d tag" msgstr "Máximo de %d tag" #: core/Requirement/Tags_count.php:44 -#, php-format msgid "Maximum of %d tags" msgstr "Máximo de %d tags" #: core/Requirement/Words_count.php:39 -#, php-format msgid "Maximum of %d word in content" msgstr "Máximo de %d palavra no conteúdo" #: core/Requirement/Words_count.php:40 -#, php-format msgid "Maximum of %d words in content" msgstr "Máximo de %d palavras no conteúdo" @@ -379,73 +378,60 @@ msgstr "Máximo de %s categorias" msgid "Maximum of %s category" msgstr "Máximo de %s categoria" -#: core/Requirement/Base_counter.php:286 +#: core/Requirement/Base_counter.php:285 msgid "Min" -msgstr "" +msgstr "Mínimo" #: core/Requirement/Taxonomies_count.php:44 #: core/Requirement/Taxonomies_count.php:45 -#, php-format msgid "Minimum of %d " msgstr "Mínimo de %d " #: core/Requirement/Filled_excerpt.php:37 -#, php-format msgid "Minimum of %d character in excerpt" msgstr "Mínimo de %d categorias" #: core/Requirement/Title_count.php:35 -#, php-format msgid "Minimum of %d character in title" msgstr "Mínimo de %d caracter no título" #: core/Requirement/Filled_excerpt.php:38 -#, php-format msgid "Minimum of %d characters in excerpt" msgstr "Mínimo de %d caracteres no resumo" #: core/Requirement/Title_count.php:36 -#, php-format msgid "Minimum of %d characters in title" msgstr "Mínimo de %d caracteres no título" #: core/Requirement/External_links.php:37 -#, php-format msgid "Minimum of %d external link in content" -msgstr "" +msgstr "Mínimo de %d link externo no conteúdo" #: core/Requirement/External_links.php:38 -#, php-format msgid "Minimum of %d external links in content" -msgstr "" +msgstr "Mínimo de %d links externos no conteúdo" #: core/Requirement/Internal_links.php:37 -#, php-format msgid "Minimum of %d internal link in content" msgstr "Mínimo de %d link interno no conteúdo" #: core/Requirement/Internal_links.php:38 -#, php-format msgid "Minimum of %d internal links in content" msgstr "Mínimo de %d links internos no conteúdo" #: core/Requirement/Tags_count.php:41 -#, php-format msgid "Minimum of %d tag" msgstr "Mínimo de %d tag" #: core/Requirement/Tags_count.php:42 -#, php-format msgid "Minimum of %d tags" msgstr "Mínimo de %d tags" #: core/Requirement/Words_count.php:37 -#, php-format msgid "Minimum of %d word in content" msgstr "Mínimo de %d palavra no conteúdo" #: core/Requirement/Words_count.php:38 -#, php-format msgid "Minimum of %d words in content" msgstr "Mínimo de %d palavras no conteúdo" @@ -467,11 +453,19 @@ msgstr "Passar na análise de legibilidade do Yoast SEO" msgid "Minimum Yoast SEO readability score" msgstr "Pontuação mínima de legibilidade do Yoast SEO" -#: modules/checklists/checklists.php:735 +#: modules/checklists/templates/global-checklists.php:74 +msgid "New Item" +msgstr "Novo Item" + +#: modules/checklists/checklists.php:790 msgid "No" msgstr "Não" -#: modules/checklists/checklists.php:696 modules/checklists/checklists.php:700 +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "Nenhum requisito %s para este tipo de postagem." + +#: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 msgid "Not required, but important: " msgstr "Não é obrigatório, mas é importante: " @@ -483,13 +477,18 @@ msgstr "Número de " msgid "Number of categories" msgstr "Número de categorias" +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Número de caracteres no texto Alt" + #: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 msgid "Number of characters in title" msgstr "Número de caracteres no título" #: core/Requirement/External_links.php:36 msgid "Number of external links in content" -msgstr "" +msgstr "Número de links externos no conteúdo" #: core/Requirement/Internal_links.php:36 msgid "Number of internal links in content" @@ -515,15 +514,30 @@ msgstr "Números de caracteres no resumo" msgid "OK" msgstr "OK" -#: modules/checklists/checklists.php:734 +#: modules/checklists/checklists.php:789 msgid "Ok" msgstr "Ok" -#: modules/checklists/checklists.php:897 +#: core/Requirement/Openai_item.php:61 core/Requirement/Openai_item.php:62 +msgid "Openai" +msgstr "Aberto" + +#: modules/settings/settings.php:708 +msgid "OpenAI API Key:" +msgstr "Chave da API OpenAI:" + +#: core/Requirement/Openai_item.php:287 +msgid "" +"OpenAI tasks require an API Key. Please add your API Key in the Settings " +"area." +msgstr "" +"As tarefas OpenAI exigem uma API Key. Adicione sua API Key na área Settings." + +#: modules/checklists/checklists.php:952 msgid "Options" msgstr "Opções" -#: modules/permalinks/permalinks.php:64 +#: modules/permalinks/permalinks.php:65 msgid "Permalinks" msgstr "Links Permanentes" @@ -531,29 +545,38 @@ msgstr "Links Permanentes" msgid "Permissions" msgstr "Permissões" -#: modules/checklists/checklists.php:688 +#: modules/checklists/checklists.php:744 msgid "Please complete the following tasks before publishing:" msgstr "Por favor, complete as seguintes tarefas antes de publicar:" -#: modules/checklists/checklists.php:692 +#: modules/checklists/checklists.php:748 msgid "Please complete the following tasks before updating the published post:" msgstr "" "Por favor, complete as seguintes tarefas antes de atualizar este post já " "publicado:" -#: core/Legacy/LegacyPlugin.php:208 +#: modules/checklists/assets/js/gutenberg-panel.jsx:167 +msgid "Please complete the required(*) checklists task." +msgstr "Por favor, complete a tarefa de listas de verificação obrigatória(*)." + +#: core/Legacy/LegacyPlugin.php:209 msgid "Please correct your form errors below and try again." msgstr "Por favor corrija os erros do formulário abaixo e tente novamente." -#: modules/checklists/checklists.php:580 +#: modules/checklists/checklists.php:594 msgid "Please make sure to add a name for all the custom tasks." msgstr "" +"Certifique-se de adicionar um nome para todas as tarefas personalizadas." -#: modules/checklists/checklists.php:576 +#: modules/checklists/checklists.php:590 msgid "Please make sure to complete the settings for" -msgstr "" +msgstr "Certifique-se de concluir as configurações para" -#: core/Legacy/LegacyPlugin.php:217 +#: core/Requirement/Openai_item.php:278 +msgid "Post content is empty." +msgstr "O conteúdo da postagem está vazio" + +#: core/Legacy/LegacyPlugin.php:218 msgid "Post does not exist" msgstr "O post não existe" @@ -582,25 +605,23 @@ msgstr "PublishPress" msgid "PublishPress Checklists" msgstr "PublishPress Checklists" -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -#, php-format -msgid "Readability: %s" -msgstr "Legibilidade: %s" - -#: modules/checklists/checklists.php:921 +#: modules/checklists/checklists.php:976 msgid "Recommended" -msgstr "" +msgstr "Recomendado" -#: core/Requirement/Custom_item.php:120 modules/checklists/checklists.php:588 +#: core/Requirement/Custom_item.php:121 core/Requirement/Openai_item.php:139 +#: modules/checklists/checklists.php:602 msgid "Remove" -msgstr "" +msgstr "Remover" -#: modules/checklists/checklists.php:733 modules/checklists/checklists.php:922 +#: modules/checklists/checklists.php:787 modules/checklists/checklists.php:977 msgid "Required" msgstr "Obrigatório" +#: modules/checklists/assets/js/gutenberg-panel.jsx:255 +msgid "required" +msgstr "Obrigatório" + #: core/Requirement/Required_categories.php:43 msgid "Required categories" msgstr "Categorias obrigatórias" @@ -619,60 +640,102 @@ msgstr "Tags obrigatórias: %s" #: modules/reviews/reviews.php:61 msgid "Reviews" -msgstr "" +msgstr "Avaliações" -#: modules/checklists/templates/global-checklists.php:79 +#: modules/checklists/templates/global-checklists.php:108 msgid "Save Changes" msgstr "Salvar Alterações" -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -#, php-format -msgid "Seo: %s" -msgstr "Seo: %s" +#: core/Requirement/Openai_item.php:365 +msgid "See the full response." +msgstr "Veja a resposta completa." -#: modules/settings/settings.php:112 +#: modules/settings/settings.php:114 msgid "Settings" msgstr "Configurações" -#: modules/settings/settings.php:685 +#: modules/settings/settings.php:692 msgid "Show warning icon:" msgstr "Mostrar ícone de aviso:" -#: modules/checklists/checklists.php:895 +#: modules/checklists/checklists.php:950 msgid "Task" msgstr "Tarefa" -#: modules/settings/settings.php:305 +#: modules/checklists/templates/global-checklists.php:101 +msgid "The prompt should be in form of a question." +msgstr "O prompt deve ser em forma de pergunta." + +#: modules/settings/settings.php:312 msgid "There are no PublishPress modules registered" msgstr "Não há módulos do PublishPress registrados" -#: modules/settings/settings.php:726 -msgid "This will display a warning icon in the \"Publish\" box" -msgstr "Isso mostrará um ícone de aviso na caixa de publicação" +#: modules/checklists/templates/global-checklists.php:101 +msgid "This feature requires an OpenAI API Key." +msgstr "Este recurso requer uma chave de API OpenAI." -#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:584 -msgid "Which roles can mark this task as complete?" +#: modules/settings/settings.php:741 +msgid "This will display a warning icon in the \"Publish\" box." +msgstr "Isso exibirá um ícone de aviso na caixa \"Publicar\"." + +#: core/Requirement/Openai_item.php:273 +msgid "Validation error. Kindly reload this page and try agai.n" +msgstr "" +"Erro de validação. Por favor, recarregue esta página e tente novamente.n" + +#: modules/checklists/checklists.php:606 +msgid "What's the expected OpenAI response to mark the requirement as pass?" msgstr "" +"Qual é a resposta esperada da OpenAI para marcar o requisito como aprovado?" + +#: core/Requirement/Custom_item.php:54 modules/checklists/checklists.php:598 +msgid "Which roles can mark this task as complete?" +msgstr "Quais funções podem marcar esta tarefa como concluída?" #: modules/permissions/permissions.php:143 msgid "Who can ignore the task?" msgstr "Quem pode ignorar a tarefa?" -#: modules/checklists/checklists.php:736 +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"Com as listas de verificação do PublishPress, você pode escolher os " +"requisitos de publicação para seu conteúdo." + +#: modules/checklists/checklists.php:791 msgid "Yes" msgstr "Sim" -#: modules/yoastseo/yoastseo.php:65 +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Legibilidade do Yoast: %s" + +#: modules/yoastseo/yoastseo.php:66 msgid "Yoast SEO" msgstr "Yoast SEO" -#: core/Legacy/LegacyPlugin.php:213 +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "Yoast SEO: %s" + +#: core/Legacy/LegacyPlugin.php:214 msgid "You do not have necessary permissions to complete this action." msgstr "Você não tem as permissões necessárias para completar esta ação." -#: modules/checklists/checklists.php:729 +#: modules/checklists/checklists.php:783 #, php-format msgid "You don't have to complete any %sChecklist tasks%s." msgstr "Você não completou nenhuma das %starefas da checklist%s." + +#: modules/checklists/checklists.php:730 +#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +msgid "You don't have to complete any Checklist tasks." +msgstr "Você não precisa concluir nenhuma tarefa da Lista de Verificação." diff --git a/languages/publishpress-checklists-tr_TR.mo b/languages/publishpress-checklists-tr_TR.mo new file mode 100644 index 00000000..43299a19 Binary files /dev/null and b/languages/publishpress-checklists-tr_TR.mo differ diff --git a/languages/publishpress-checklists-tr_TR.po b/languages/publishpress-checklists-tr_TR.po index bbc1e459..6ef1e413 100644 --- a/languages/publishpress-checklists-tr_TR.po +++ b/languages/publishpress-checklists-tr_TR.po @@ -1,16 +1,15 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PublishPress Checklists\n" -"POT-Creation-Date: 2024-01-15 15:59+0000\n" -"PO-Revision-Date: 2024-03-29 23:08+0300\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" +"PO-Revision-Date: 2024-10-17 20:55+0000\n" "Last-Translator: \n" -"Language-Team: Anderson Grudtner Martins \n" +"Language-Team: Turkish\n" "Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.2\n" +"X-Generator: Loco https://localise.biz/\n" "X-Poedit-Basepath: ..\n" "X-Poedit-Flags-xgettext: --add-comments=translators:\n" "X-Poedit-WPHeader: publishpress-checklists.php\n" @@ -22,6 +21,9 @@ msgstr "" "X-Poedit-SearchPathExcluded-0: *.min.js\n" "X-Poedit-SearchPathExcluded-1: vendor\n" "X-Poedit-SearchPathExcluded-2: node_modules\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Report-Msgid-Bugs-To: \n" +"X-Loco-Version: 2.6.11; wp-6.6.2" #: core/Requirement/Taxonomies_count.php:48 #: core/Requirement/Taxonomies_count.php:49 @@ -98,23 +100,19 @@ msgstr "Özel görev ekle" msgid "Add OpenAI Prompt task" msgstr "OpenAI İstemi görevi ekle" -#. Description of the plugin -msgid "Add support for checklists in WordPress" -msgstr "WordPresste kontrol listeleri için destek ekle" - #: modules/settings/settings.php:684 msgid "Add to these post types:" msgstr "Bu gönderi türlerine ekleyin:" +#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 +msgid "All images have Alt text" +msgstr "Tüm görsellerin Alt metni var" + #: core/Requirement/Validate_links.php:58 #: core/Requirement/Validate_links.php:59 msgid "All links use a valid format" msgstr "Tüm bağlantılar geçerli bir format kullanır" -#: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" -msgstr "Tüm görseller için alt metin" - #: core/Requirement/Openai_item.php:266 msgid "An error occured." msgstr "Bir hata oluştu." @@ -266,10 +264,15 @@ msgstr "" "Kontrol listesi görevlerinde OpenAI istemlerini kullanmak için API " "Anahtarınızı girin." +#: core/Requirement/Featured_image_alt.php:36 +#: core/Requirement/Featured_image_alt.php:37 +msgid "Featured image has Alt text" +msgstr "Öne çıkan görselin Alt metni var" + #: core/Requirement/Featured_image.php:35 #: core/Requirement/Featured_image.php:36 -msgid "Featured image" -msgstr "Öne Çıkan Görsel" +msgid "Featured image is added" +msgstr "Öne çıkan görsel eklendi" #: modules/settings/settings.php:252 msgid "Features" @@ -470,6 +473,10 @@ msgstr "Yeni Öğe" msgid "No" msgstr "Hayır" +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "Bu gönderi türü için %s gereksinimi yok." + #: modules/checklists/checklists.php:752 modules/checklists/checklists.php:756 msgid "Not required, but important: " msgstr "Gerekli değil ama önemli: " @@ -482,6 +489,11 @@ msgstr "Sayısı" msgid "Number of categories" msgstr "Kategori sayısı" +#: core/Requirement/Image_alt_count.php:42 +#: core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" +msgstr "Başlıktaki karakter sayısı" + #: core/Requirement/Title_count.php:33 core/Requirement/Title_count.php:34 msgid "Number of characters in title" msgstr "Başlıktaki karakter sayısı" @@ -580,6 +592,22 @@ msgstr "Yazı içeriği boş." msgid "Post does not exist" msgstr "Yazı mevcut değil" +#: core/Requirement/Prohibited_categories.php:43 +msgid "Prohibited categories" +msgstr "Yasaklı kategoriler" + +#: core/Requirement/Prohibited_categories.php:42 +msgid "Prohibited categories: %s" +msgstr "Yasaklı kategoriler: %s" + +#: core/Requirement/Prohibited_tags.php:43 +msgid "Prohibited tags" +msgstr "Yasaklanmış etiketler" + +#: core/Requirement/Prohibited_tags.php:42 +msgid "Prohibited tags: %s" +msgstr "Yasaklanmış etiketler: %s" + #. Author of the plugin msgid "PublishPress" msgstr "PublishPress" @@ -589,13 +617,6 @@ msgstr "PublishPress" msgid "PublishPress Checklists" msgstr "PublishPress Kontrol Listeleri Pro" -#. %s expands to the readability score -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 -#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 -#, php-format -msgid "Readability: %s" -msgstr "Okunabilirlik: %s" - #: modules/checklists/checklists.php:976 msgid "Recommended" msgstr "Tavsiye edilen" @@ -613,6 +634,22 @@ msgstr "Gerekli" msgid "required" msgstr "gerekli" +#: core/Requirement/Required_categories.php:43 +msgid "Required categories" +msgstr "Gerekli kategoriler" + +#: core/Requirement/Required_categories.php:42 +msgid "Required categories: %s" +msgstr "Gerekli kategoriler: %s" + +#: core/Requirement/Required_tags.php:43 +msgid "Required tags" +msgstr "Gerekli etiketler" + +#: core/Requirement/Required_tags.php:42 +msgid "Required tags: %s" +msgstr "Gerekli etiketler: %s" + #: modules/reviews/reviews.php:61 msgid "Reviews" msgstr "Değerlendirmeler" @@ -625,13 +662,6 @@ msgstr "Değişiklikleri Kaydet" msgid "See the full response." msgstr "Yanıtın tamamını görün." -#. %s expands to the seo score -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 -#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 -#, php-format -msgid "Seo: %s" -msgstr "Seo: %s" - #: modules/settings/settings.php:114 msgid "Settings" msgstr "Ayarlar" @@ -678,14 +708,36 @@ msgstr "Hangi roller bu görevi tamamlandı olarak işaretleyebilir?" msgid "Who can ignore the task?" msgstr "Bu görevi kim görmezden gelebilir?" +#. Description of the plugin +msgid "" +"With PublishPress Checklists, you can choose publishing requirements for " +"your content." +msgstr "" +"PublishPress Kontrol Listeleri ile içerikleriniz için yayınlama " +"gereksinimlerini seçebilirsiniz." + #: modules/checklists/checklists.php:791 msgid "Yes" msgstr "Evet" +#. %s expands to the readability score +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 +#: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 +#, php-format +msgid "Yoast Readability: %s" +msgstr "Yoast Okunabilirliği: %s" + #: modules/yoastseo/yoastseo.php:66 msgid "Yoast SEO" msgstr "Yoast SEO" +#. %s expands to the seo score +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 +#: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 +#, php-format +msgid "Yoast SEO: %s" +msgstr "Yoast SEO: %s" + #: core/Legacy/LegacyPlugin.php:214 msgid "You do not have necessary permissions to complete this action." msgstr "Bu eylemi tamamlamak için gerekli izinlere sahip değilsiniz." diff --git a/languages/publishpress-checklists.pot b/languages/publishpress-checklists.pot index 7adb79a6..cc70d981 100644 --- a/languages/publishpress-checklists.pot +++ b/languages/publishpress-checklists.pot @@ -1,31 +1,29 @@ #, fuzzy msgid "" msgstr "" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Project-Id-Version: PublishPress Checklists\n" -"POT-Creation-Date: 2024-01-15 15:59+0000\n" +"POT-Creation-Date: 2024-10-15 21:56+0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Anderson Grudtner Martins \n" "Language-Team: Anderson Grudtner Martins \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Loco https://localise.biz/\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"X-Generator: Poedit 3.0.1\n" "X-Poedit-Basepath: ..\n" "X-Poedit-Flags-xgettext: --add-comments=translators:\n" "X-Poedit-WPHeader: publishpress-checklists.php\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" +"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;" +"esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;" +"__ngettext_noop:1,2\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.min.js\n" "X-Poedit-SearchPathExcluded-1: vendor\n" "X-Poedit-SearchPathExcluded-2: node_modules\n" -"Language: " -#: core/Requirement/Taxonomies_count.php:48 -#: core/Requirement/Taxonomies_count.php:49 +#: core/Requirement/Taxonomies_count.php:48 core/Requirement/Taxonomies_count.php:49 msgid "%d " msgstr "" @@ -100,24 +98,27 @@ msgid "Add OpenAI Prompt task" msgstr "" #. Description of the plugin -msgid "Add support for checklists in WordPress" +msgid "With PublishPress Checklists, you can choose publishing requirements for your content." msgstr "" #: modules/settings/settings.php:684 msgid "Add to these post types:" msgstr "" -#: core/Requirement/Validate_links.php:58 -#: core/Requirement/Validate_links.php:59 +#: core/Requirement/Validate_links.php:58 core/Requirement/Validate_links.php:59 msgid "All links use a valid format" msgstr "" #: core/Requirement/Image_alt.php:36 core/Requirement/Image_alt.php:37 -msgid "Alt text for all images" +msgid "All images have Alt text" msgstr "" #: core/Requirement/Featured_image_alt.php:36 core/Requirement/Featured_image_alt.php:37 -msgid "Alt text for featured images" +msgid "Featured image has Alt text" +msgstr "" + +#: core/Requirement/Image_alt_count.php:42 core/Requirement/Image_alt_count.php:43 +msgid "Number of characters in Alt text" msgstr "" #: core/Requirement/Openai_item.php:266 @@ -183,8 +184,7 @@ msgstr "" msgid "Cheatin’ uh?" msgstr "" -#: modules/checklists/checklists.php:788 -#: modules/checklists/assets/js/gutenberg-panel.jsx:242 +#: modules/checklists/checklists.php:788 modules/checklists/assets/js/gutenberg-panel.jsx:242 msgid "Check Now" msgstr "" @@ -217,8 +217,8 @@ msgstr "" #: modules/checklists/templates/global-checklists.php:87 msgid "" -"Custom tasks do not complete automatically. Users must check the box to show " -"they have completed the task." +"Custom tasks do not complete automatically. Users must check the box to show they have " +"completed the task." msgstr "" #: modules/permalinks/permalinks.php:66 @@ -243,9 +243,7 @@ msgstr "" #: modules/settings/settings.php:408 #, php-format -msgid "" -"Disabled because add_post_type_support('%1$s', '%2$s') is included in a " -"loaded file." +msgid "Disabled because add_post_type_support('%1$s', '%2$s') is included in a loaded file." msgstr "" #: modules/checklists/checklists.php:951 @@ -264,9 +262,8 @@ msgstr "" msgid "Enter your API Key to use OpenAI prompts in checklist tasks." msgstr "" -#: core/Requirement/Featured_image.php:35 -#: core/Requirement/Featured_image.php:36 -msgid "Featured image" +#: core/Requirement/Featured_image.php:35 core/Requirement/Featured_image.php:36 +msgid "Featured image is added" msgstr "" #: modules/settings/settings.php:252 @@ -298,8 +295,8 @@ msgstr "" #: modules/settings/settings.php:762 msgid "" -"If the \"Status\" option is enabled, it can be used to avoid using the " -"Checklists requirements." +"If the \"Status\" option is enabled, it can be used to avoid using the Checklists " +"requirements." msgstr "" #: core/Legacy/Module.php:288 @@ -319,8 +316,7 @@ msgstr "" msgid "Max" msgstr "" -#: core/Requirement/Taxonomies_count.php:46 -#: core/Requirement/Taxonomies_count.php:47 +#: core/Requirement/Taxonomies_count.php:46 core/Requirement/Taxonomies_count.php:47 msgid "Maximum of %d " msgstr "" @@ -386,8 +382,7 @@ msgstr "" msgid "Min" msgstr "" -#: core/Requirement/Taxonomies_count.php:44 -#: core/Requirement/Taxonomies_count.php:45 +#: core/Requirement/Taxonomies_count.php:44 core/Requirement/Taxonomies_count.php:45 msgid "Minimum of %d " msgstr "" @@ -497,8 +492,7 @@ msgstr "" msgid "Number of words in content" msgstr "" -#: core/Requirement/Filled_excerpt.php:35 -#: core/Requirement/Filled_excerpt.php:36 +#: core/Requirement/Filled_excerpt.php:35 core/Requirement/Filled_excerpt.php:36 msgid "Numbers of characters in excerpt" msgstr "" @@ -522,9 +516,7 @@ msgid "OpenAI API Key:" msgstr "" #: core/Requirement/Openai_item.php:287 -msgid "" -"OpenAI tasks require an API Key. Please add your API Key in the Settings " -"area." +msgid "OpenAI tasks require an API Key. Please add your API Key in the Settings area." msgstr "" #: modules/checklists/checklists.php:952 @@ -600,7 +592,7 @@ msgstr "" #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:124 #: modules/yoastseo/lib/Requirement/Readability_Analysis.php:129 #, php-format -msgid "Readability: %s" +msgid "Yoast Readability: %s" msgstr "" #: modules/checklists/checklists.php:976 @@ -652,7 +644,7 @@ msgstr "" #: modules/yoastseo/lib/Requirement/Seo_Analysis.php:123 #: modules/yoastseo/lib/Requirement/Seo_Analysis.php:128 #, php-format -msgid "Seo: %s" +msgid "Yoast SEO: %s" msgstr "" #: modules/settings/settings.php:114 @@ -679,6 +671,10 @@ msgstr "" msgid "This feature requires an OpenAI API Key." msgstr "" +#: modules/checklists/templates/global-checklists.php:101 +msgid "No %s requirements for this post type." +msgstr "" + #: modules/settings/settings.php:741 msgid "This will display a warning icon in the \"Publish\" box." msgstr "" @@ -716,7 +712,6 @@ msgstr "" msgid "You don't have to complete any %sChecklist tasks%s." msgstr "" -#: modules/checklists/checklists.php:730 -#: modules/checklists/assets/js/gutenberg-panel.jsx:208 +#: modules/checklists/checklists.php:730 modules/checklists/assets/js/gutenberg-panel.jsx:208 msgid "You don't have to complete any Checklist tasks." msgstr "" diff --git a/lib/vendor/composer/installed.php b/lib/vendor/composer/installed.php index 7b4ce7b1..08b6dba6 100644 --- a/lib/vendor/composer/installed.php +++ b/lib/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'f41bb211318dfb9f5dc91b8f277c8ca7b06a8e6f', + 'reference' => '3730ae601bdd74658d4be7a183f57337455d0a2c', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'f41bb211318dfb9f5dc91b8f277c8ca7b06a8e6f', + 'reference' => '3730ae601bdd74658d4be7a183f57337455d0a2c', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), diff --git a/modules/checklists/assets/css/admin-pages.css b/modules/checklists/assets/css/admin-pages.css index 6051f00e..0fe159fd 100644 --- a/modules/checklists/assets/css/admin-pages.css +++ b/modules/checklists/assets/css/admin-pages.css @@ -310,9 +310,14 @@ textarea.pp-checklists-custom-item-title { .pp-checklists-task-params { position: relative; - > .pp-checklists-remove-custom-item { - padding-right: 40px !important; - } +} + +.pp-checklists-task-params > .pp-checklists-remove-custom-item { + padding-top: 5px !important; +} + +.pp-checklists-task-params:has(.pp-checklists-remove-custom-item) { + padding-right: 35px; } .pp-checklists-task-params select { diff --git a/modules/checklists/assets/js/global-checklists.js b/modules/checklists/assets/js/global-checklists.js index bba12b19..26e3421f 100644 --- a/modules/checklists/assets/js/global-checklists.js +++ b/modules/checklists/assets/js/global-checklists.js @@ -228,7 +228,8 @@ $suggestionsObject = objectL10n_checklists_global_checklist[type + '_suggestions'], rule; - $table.append($tr); + $table.find('tbody#pp-checklists-tab-body-' + post_type).append($tr); + $table.find('tr.ppch-custom-group #empty-custom-rule').hide(); $tr .addClass('pp-checklists-requirement-row') @@ -337,8 +338,6 @@ /*---------- Custom items ----------*/ $('#pp-checklists-add-button').on('click', function (event) { - //hide all tabs contents, and show Custom tab - $('.pp-checklists-requirement-row').hide(); $('.ppch-custom-group').show(); var newId = uidGen(15); @@ -363,7 +362,7 @@ //add active class to current tab $(this).addClass('active'); - //hide all tabs contents + // hide all tabs contents $('.pp-checklists-requirement-row').hide(); // Show the current tab contents that also have the matching data-post-type attribute @@ -372,8 +371,6 @@ /*---------- OpenAI items ----------*/ $('#pp-checklists-openai-promt-button').on('click', function (event) { - //hide all tabs contents, and show Custom tab - $('.pp-checklists-requirement-row').hide(); $('.ppch-custom-group').show(); var newId = uidGen(15); diff --git a/modules/checklists/assets/js/meta-box.js b/modules/checklists/assets/js/meta-box.js index 32926fd3..da59f3bb 100644 --- a/modules/checklists/assets/js/meta-box.js +++ b/modules/checklists/assets/js/meta-box.js @@ -688,15 +688,15 @@ return missing_alt; }, - get_image_alt_lengths: function(content) { + get_image_alt_lengths: function (content) { var lengths = []; var regex = /]+alt=(['"])(.*?)\1[^>]*>/gi; var match; - + while ((match = regex.exec(content)) !== null) { lengths.push(match[2].trim().length); } - + return lengths; }, @@ -716,6 +716,10 @@ }, is_valid_link: function (link) { + if (link.startsWith('#')) { + return true; + } + const linkWithoutFragment = link.split('#')[0]; return linkWithoutFragment.match( @@ -935,12 +939,12 @@ if (PP_Checklists.is_gutenberg_active()) { wp.data.subscribe(function () { if (loaded) return; - const dataMedia = wp.data - .select('core') - .getMedia(PP_Checklists.getEditor().getEditedPostAttribute('featured_media')); - meta_id = Number(PP_Checklists.getEditor().getEditedPostAttribute('featured_media')); - if (typeof dataMedia === 'object' && dataMedia) { - updateFeaturedImageAlt(meta_id, dataMedia.alt_text); + const mediaId = PP_Checklists.getEditor().getEditedPostAttribute('featured_media'); + if (mediaId) { + const dataMedia = wp.data.select('core').getMedia(mediaId); + if (typeof dataMedia === 'object' && dataMedia) { + updateFeaturedImageAlt(mediaId, dataMedia.alt_text); + } } }); } else { @@ -1043,9 +1047,21 @@ const labelEl = el.find('.status-label'); const current_label_text = label.replace(/:.*/, ''); const required_tags_str = required_tags_reached.map((el) => el.split('__')[1]).join(', '); + const final_label_text = + required_tags_str.length > 0 ? `${current_label_text}: ${required_tags_str} ` : `${current_label_text} `; el.trigger(PP_Checklists.EVENT_UPDATE_REQUIREMENT_STATE, !has_required_tags); - labelEl.text(`${current_label_text}${required_tags_str.length > 0 ? ': ' + required_tags_str : ''}`); + // Need to update the text node directly because the element has a span inside + labelEl + .contents() + .filter(function () { + return this.nodeType === 3; // Node type 3 is a text node + }) + .first() + .each(function () { + // Modify the text node + this.nodeValue = final_label_text; + }); } }); } @@ -1082,7 +1098,7 @@ const current_label_text = label.replace(/:.*/, ''); const prohibited_tags_str = prohibited_tags_reached.map((el) => el.split('__')[1]).join(', '); const final_label_text = - prohibited_tags_str.length > 0 ? `${current_label_text}: ${prohibited_tags_str}` : current_label_text; + prohibited_tags_str.length > 0 ? `${current_label_text}: ${prohibited_tags_str} ` : `${current_label_text} `; ppChecklists = { ...ppChecklists, @@ -1095,7 +1111,17 @@ }, }; el.trigger(PP_Checklists.EVENT_UPDATE_REQUIREMENT_STATE, !has_prohibited_tags); - labelEl.text(final_label_text); + // Need to update the text node directly because the element has a span inside + labelEl + .contents() + .filter(function () { + return this.nodeType === 3; // Node type 3 is a text node + }) + .first() + .each(function () { + // Modify the text node + this.nodeValue = final_label_text; + }); } }); } @@ -1112,7 +1138,7 @@ // @todo: why does Multiple Authors "Remove author from new posts" setting cause this to return null? var obj = PP_Checklists.getEditor().getEditedPostAttribute('categories'); } else { - var obj = $('#categorychecklist input:checked'); + var obj = $('#categorychecklist input:checked:not(.rank-math-make-primary)'); } if (typeof obj !== 'undefined') { @@ -1148,11 +1174,23 @@ const labelEl = el.find('.status-label'); const current_label_text = label.replace(/:.*/, ''); const required_categories_str = required_categories_reached.map((el) => el.split('__')[1]).join(', '); + const final_label_text = + required_categories_str.length > 0 + ? `${current_label_text}: ${required_categories_str} ` + : `${current_label_text} `; el.trigger(PP_Checklists.EVENT_UPDATE_REQUIREMENT_STATE, !has_required_categories); - labelEl.text( - `${current_label_text}${required_categories_str.length > 0 ? ': ' + required_categories_str : ''}`, - ); + // Need to update the text node directly because the element has a span inside + labelEl + .contents() + .filter(function () { + return this.nodeType === 3; // Node type 3 is a text node + }) + .first() + .each(function () { + // Modify the text node + this.nodeValue = final_label_text; + }); } }); } @@ -1181,8 +1219,8 @@ const prohibited_categories_str = prohibited_categories_reached.map((el) => el.split('__')[1]).join(', '); const final_label_text = prohibited_categories_str.length > 0 - ? `${current_label_text}: ${prohibited_categories_str}` - : current_label_text; + ? `${current_label_text}: ${prohibited_categories_str} ` + : `${current_label_text} `; ppChecklists = { ...ppChecklists, @@ -1195,7 +1233,17 @@ }, }; el.trigger(PP_Checklists.EVENT_UPDATE_REQUIREMENT_STATE, !has_prohibited_categories); - labelEl.text(final_label_text); + // Need to update the text node directly because the element has a span inside + labelEl + .contents() + .filter(function () { + return this.nodeType === 3; // Node type 3 is a text node + }) + .first() + .each(function () { + // Modify the text node + this.nodeValue = final_label_text; + }); } }); } @@ -1297,23 +1345,23 @@ if ($('#pp-checklists-req-title_count').length > 0) { $(document).on(PP_Checklists.EVENT_TIC, function (event) { var count = 0, + obj = null, min_value = parseInt(ppChecklists.requirements.title_count.value[0]), max_value = parseInt(ppChecklists.requirements.title_count.value[1]); if (PP_Checklists.is_gutenberg_active()) { // @todo: why does Multiple Authors "Remove author from new posts" setting cause this to return null? - var obj = PP_Checklists.getEditor().getEditedPostAttribute('title'); + obj = wp.htmlEntities.decodeEntities(PP_Checklists.getEditor().getEditedPostAttribute('title')); } else { if ($('#title').length === 0) { return; } - var obj = $('#title').val(); + obj = $('#title').val(); } if (typeof obj !== 'undefined') { - var decodedObj = wp.htmlEntities.decodeEntities(obj); - count = decodedObj.length; + count = obj.length; $('#pp-checklists-req-title_count').trigger( PP_Checklists.EVENT_UPDATE_REQUIREMENT_STATE, @@ -1804,7 +1852,7 @@ var min = parseInt(ppChecklists.requirements.image_alt_count.value[0]); var max = parseInt(ppChecklists.requirements.image_alt_count.value[1]); - var isValid = altLengths.every(function(length) { + var isValid = altLengths.every(function (length) { return PP_Checklists.check_valid_quantity(length, min, max); }); @@ -1836,7 +1884,7 @@ var min = parseInt(ppChecklists.requirements.image_alt_count.value[0]); var max = parseInt(ppChecklists.requirements.image_alt_count.value[1]); - var isValid = altLengths.every(function(length) { + var isValid = altLengths.every(function (length) { return PP_Checklists.check_valid_quantity(length, min, max); }); diff --git a/modules/checklists/templates/global-checklists.php b/modules/checklists/templates/global-checklists.php index e07a2395..847a658f 100644 --- a/modules/checklists/templates/global-checklists.php +++ b/modules/checklists/templates/global-checklists.php @@ -37,7 +37,7 @@ data-post-type="" href="#"> - + $post_type_label) : ?> - + $tabInfo) : foreach ($context['requirements'] as $post_type => $post_type_requirements) : ?> @@ -116,8 +116,8 @@ class="pp-checklists-requirement-row ppch-grou - - + + diff --git a/modules/yoastseo/lib/Requirement/Readability_Analysis.php b/modules/yoastseo/lib/Requirement/Readability_Analysis.php index c66f44f1..6479b9cd 100644 --- a/modules/yoastseo/lib/Requirement/Readability_Analysis.php +++ b/modules/yoastseo/lib/Requirement/Readability_Analysis.php @@ -1,4 +1,5 @@ @@ -127,13 +128,13 @@ public function get_requirement_drop_down_labels() { $labels = [ self::OK => sprintf( - /* translators: %s expands to the readability score */ - __('Readability: %s', 'publishpress-checklists'), + /* translators: %s expands to the readability score */ + __('Yoast Readability: %s', 'publishpress-checklists'), __('OK', 'publishpress-checklists') ), self::GOOD => sprintf( - /* translators: %s expands to the readability score */ - __('Readability: %s', 'publishpress-checklists'), + /* translators: %s expands to the readability score */ + __('Yoast Readability: %s', 'publishpress-checklists'), __('Good', 'publishpress-checklists') ), ]; diff --git a/modules/yoastseo/lib/Requirement/Seo_Analysis.php b/modules/yoastseo/lib/Requirement/Seo_Analysis.php index 256954e6..1b3fcccd 100644 --- a/modules/yoastseo/lib/Requirement/Seo_Analysis.php +++ b/modules/yoastseo/lib/Requirement/Seo_Analysis.php @@ -1,4 +1,5 @@ @@ -126,13 +127,13 @@ public function get_requirement_drop_down_labels() { $labels = [ self::OK => sprintf( - /* translators: %s expands to the seo score */ - __('Seo: %s', 'publishpress-checklists'), + /* translators: %s expands to the seo score */ + __('Yoast SEO: %s', 'publishpress-checklists'), __('OK', 'publishpress-checklists') ), self::GOOD => sprintf( - /* translators: %s expands to the seo score */ - __('Seo: %s', 'publishpress-checklists'), + /* translators: %s expands to the seo score */ + __('Yoast SEO: %s', 'publishpress-checklists'), __('Good', 'publishpress-checklists') ), ]; diff --git a/publishpress-checklists.php b/publishpress-checklists.php index 99359789..7755d332 100644 --- a/publishpress-checklists.php +++ b/publishpress-checklists.php @@ -3,10 +3,10 @@ /** * Plugin Name: PublishPress Checklists * Plugin URI: https://publishpress.com/ - * Description: Add support for checklists in WordPress + * Description: With PublishPress Checklists, you can choose publishing requirements for your content. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 2.14.0 + * Version: 2.15.0 * Text Domain: publishpress-checklists * Domain Path: /languages * Requires at least: 5.5 @@ -61,7 +61,7 @@ if (!defined('PPCH_LOADED')) { define('PPCH_LOADED', 1); define('PPCH_PATH_BASE', plugin_dir_path(__FILE__)); - define('PPCH_VERSION', '2.14.0'); + define('PPCH_VERSION', '2.15.0'); define('PPCH_FILE', __DIR__ . '/publishpress-checklists.php'); define('PPCH_MODULES_PATH', PPCH_PATH_BASE . '/modules'); define('PPCH_RELATIVE_PATH', 'publishpress-checklists'); diff --git a/readme.txt b/readme.txt index 46ae86b3..ddeacbda 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: approval, checklist, maximum, minimum, requirement, task, OpenAI, featured Requires at least: 5.5 Requires PHP: 7.2.5 Tested up to: 6.6 -Stable tag: 2.14.0 +Stable tag: 2.15.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -311,6 +311,30 @@ With the PublishPress Checklists plugin, you can require that site's content mee The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). += [2.15.0] - 21 October 2024 = + +* Fixed: Conflict with Rank Math SEO plugin #791 +* Fixed: Promo banner update #779 +* Fixed: Anchor link not passing the valid link requirement #781 +* Fixed: Required and prohibited categories showing deleted terms #786 +* Fixed: OpenAI checklist button not working on the second tab #782 +* Fixed: Alt text for featured image not working on the first try #743 +* Fixed: Plugin description update #780 +* Fixed: Custom arrow position issue #778 +* Fixed: Reorganized the images checklists #801 +* Fixed: Updated Yoast SEO rule #809 +* Fixed: Updated required and prohibited categories #808 +* Fixed: Missing translation updates #780 +* Updated: Translations for checklist items +* Updated: Translations for image-related checklist items +* Updated: Translations "Featured image" updated to "Featured image is added" +* Updated: Translations "Alt text for featured images" updated to "Featured image has Alt text" +* Updated: Translations "Alt text for all images" updated to "All images have Alt text" +* Updated: Translations "Readability" updated to "Yoast Readability" +* Updated: Translations "SEO" updated to "Yoast SEO" +* Updated: Changelog and translation files +* Updated: Composer dependencies + = [2.14.0] - 25 September 2024 = * Added: Taxonomies tab #747